aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712008-03-03 07:53:26 +0000
committerlbsa712008-03-03 07:53:26 +0000
commitd97e4d97e977c89d463510ddea7b0800ad57740f (patch)
tree1f033372f219983288e5dca8673af42f5ac72e53 /prebuild.xml
parent* Started the ardous task to rename the TribalMedia.Framework.Data to OpenSim... (diff)
downloadopensim-SC_OLD-d97e4d97e977c89d463510ddea7b0800ad57740f.zip
opensim-SC_OLD-d97e4d97e977c89d463510ddea7b0800ad57740f.tar.gz
opensim-SC_OLD-d97e4d97e977c89d463510ddea7b0800ad57740f.tar.bz2
opensim-SC_OLD-d97e4d97e977c89d463510ddea7b0800ad57740f.tar.xz
* renamed the key file (baby steps here)
* ignored the generated files
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 17ae6aa..26d795f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -159,13 +159,13 @@
159 <Configuration name="Debug"> 159 <Configuration name="Debug">
160 <Options> 160 <Options>
161 <OutputPath>../../../bin/</OutputPath> 161 <OutputPath>../../../bin/</OutputPath>
162 <KeyFile>TribalMedia.Framework.Data.snk</KeyFile> 162 <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
163 </Options> 163 </Options>
164 </Configuration> 164 </Configuration>
165 <Configuration name="Release"> 165 <Configuration name="Release">
166 <Options> 166 <Options>
167 <OutputPath>../../../bin/</OutputPath> 167 <OutputPath>../../../bin/</OutputPath>
168 <KeyFile>TribalMedia.Framework.Data.snk</KeyFile> 168 <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
169 </Options> 169 </Options>
170 </Configuration> 170 </Configuration>
171 171