diff options
author | Mike Mazur | 2009-02-03 05:20:16 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-03 05:20:16 +0000 |
commit | e12b0a249674bbe4b1980c74f13d8f09cc2e4432 (patch) | |
tree | ecbc9a25faf6dd40b05b9435ad24d6a36b4a3b62 /prebuild.xml | |
parent | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... (diff) | |
download | opensim-SC_OLD-e12b0a249674bbe4b1980c74f13d8f09cc2e4432.zip opensim-SC_OLD-e12b0a249674bbe4b1980c74f13d8f09cc2e4432.tar.gz opensim-SC_OLD-e12b0a249674bbe4b1980c74f13d8f09cc2e4432.tar.bz2 opensim-SC_OLD-e12b0a249674bbe4b1980c74f13d8f09cc2e4432.tar.xz |
- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to
OpenSim/Data/IAssetData.cs
- remove some trailing whitespace
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6b1bce3..47ae00c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -716,6 +716,7 @@ | |||
716 | <Reference name="OpenSim.Framework.Servers"/> | 716 | <Reference name="OpenSim.Framework.Servers"/> |
717 | <Reference name="OpenSim.Framework.Communications"/> | 717 | <Reference name="OpenSim.Framework.Communications"/> |
718 | <Reference name="OpenSim.Framework.Statistics"/> | 718 | <Reference name="OpenSim.Framework.Statistics"/> |
719 | <Reference name="OpenSim.Data"/> | ||
719 | <Reference name="OpenMetaverseTypes.dll"/> | 720 | <Reference name="OpenMetaverseTypes.dll"/> |
720 | <Reference name="log4net.dll"/> | 721 | <Reference name="log4net.dll"/> |
721 | 722 | ||
@@ -2217,7 +2218,7 @@ | |||
2217 | </Project> | 2218 | </Project> |
2218 | 2219 | ||
2219 | <!-- Tools --> | 2220 | <!-- Tools --> |
2220 | 2221 | ||
2221 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2222 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |
2222 | <Configuration name="Debug"> | 2223 | <Configuration name="Debug"> |
2223 | <Options> | 2224 | <Options> |
@@ -2297,6 +2298,7 @@ | |||
2297 | <Reference name="OpenSim.Framework"/> | 2298 | <Reference name="OpenSim.Framework"/> |
2298 | <Reference name="OpenSim.Framework.Communications"/> | 2299 | <Reference name="OpenSim.Framework.Communications"/> |
2299 | <Reference name="OpenSim.Framework.Servers"/> | 2300 | <Reference name="OpenSim.Framework.Servers"/> |
2301 | <Reference name="OpenSim.Data"/> | ||
2300 | <Reference name="OpenSim.Region.Communications.Local"/> | 2302 | <Reference name="OpenSim.Region.Communications.Local"/> |
2301 | <Reference name="OpenSim.Region.Environment"/> | 2303 | <Reference name="OpenSim.Region.Environment"/> |
2302 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2304 | <Reference name="OpenSim.Region.Physics.Manager"/> |
@@ -2317,7 +2319,7 @@ | |||
2317 | <OutputPath>../../../bin/</OutputPath> | 2319 | <OutputPath>../../../bin/</OutputPath> |
2318 | </Options> | 2320 | </Options> |
2319 | </Configuration> | 2321 | </Configuration> |
2320 | 2322 | ||
2321 | <ReferencePath>../../../bin/</ReferencePath> | 2323 | <ReferencePath>../../../bin/</ReferencePath> |
2322 | <Reference name="System" localCopy="false"/> | 2324 | <Reference name="System" localCopy="false"/> |
2323 | <Reference name="System.Xml"/> | 2325 | <Reference name="System.Xml"/> |
@@ -2580,7 +2582,7 @@ | |||
2580 | <Reference name="log4net.dll"/> | 2582 | <Reference name="log4net.dll"/> |
2581 | <Reference name="DotNetOpenMail.dll"/> | 2583 | <Reference name="DotNetOpenMail.dll"/> |
2582 | 2584 | ||
2583 | <!-- | 2585 | <!-- |
2584 | TODO: this is kind of lame, we basically build a duplicate | 2586 | TODO: this is kind of lame, we basically build a duplicate |
2585 | assembly but with tests added in, just so that we don't | 2587 | assembly but with tests added in, just so that we don't |
2586 | need to hard code in a bunch of Test directories here. If | 2588 | need to hard code in a bunch of Test directories here. If |
@@ -2738,4 +2740,4 @@ | |||
2738 | 2740 | ||
2739 | </Solution> | 2741 | </Solution> |
2740 | </Prebuild> | 2742 | </Prebuild> |
2741 | 2743 | ||