diff options
author | lbsa71 | 2009-02-19 20:03:17 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 20:03:17 +0000 |
commit | 35486403e3796eca86ef995afed649d99cdee4e5 (patch) | |
tree | 95819ed44b4136f7aff2eeca31c17b2f86b07e07 /prebuild.xml | |
parent | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... (diff) | |
download | opensim-SC_OLD-35486403e3796eca86ef995afed649d99cdee4e5.zip opensim-SC_OLD-35486403e3796eca86ef995afed649d99cdee4e5.tar.gz opensim-SC_OLD-35486403e3796eca86ef995afed649d99cdee4e5.tar.bz2 opensim-SC_OLD-35486403e3796eca86ef995afed649d99cdee4e5.tar.xz |
* Fixed erroneously reverted xmlns
*sigh*
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 70b5984..2dd241d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |