aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-06-09 00:42:51 +0000
committerAdam Frisby2007-06-09 00:42:51 +0000
commitba8fcfe99068bdc381bb073423fb88c3bff8d4e0 (patch)
treea9f2cf69f8458f6a5d47213cecee783466bb138f /prebuild.xml
parent*Added delegates and events for parcel and estate management (diff)
downloadopensim-SC_OLD-ba8fcfe99068bdc381bb073423fb88c3bff8d4e0.zip
opensim-SC_OLD-ba8fcfe99068bdc381bb073423fb88c3bff8d4e0.tar.gz
opensim-SC_OLD-ba8fcfe99068bdc381bb073423fb88c3bff8d4e0.tar.bz2
opensim-SC_OLD-ba8fcfe99068bdc381bb073423fb88c3bff8d4e0.tar.xz
* Removed ServiceManager from OGS/Sugilite due to compilation issues.
* Removed GridInterface reference from AssetServer
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d96e405..6d64b23 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -717,30 +717,6 @@
717 <Match pattern="*.cs" recurse="true"/> 717 <Match pattern="*.cs" recurse="true"/>
718 </Files> 718 </Files>
719 </Project> 719 </Project>
720
721
722 <Project name="ServiceManager" path="OpenGridServices/ServiceManager" type="Exe">
723 <Configuration name="Debug">
724 <Options>
725 <OutputPath>../../bin/</OutputPath>
726 </Options>
727 </Configuration>
728 <Configuration name="Release">
729 <Options>
730 <OutputPath>../../bin/</OutputPath>
731 </Options>
732 </Configuration>
733
734 <ReferencePath>../../bin/</ReferencePath>
735 <Reference name="System" localCopy="false"/>
736 <Reference name="System.ServiceProcess" localCopy="false"/>
737 <Reference name="System.Xml" localCopy="false"/>
738
739 <Files>
740 <Match pattern="*.cs" recurse="true"/>
741 </Files>
742 </Project>
743
744 720
745 <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe"> 721 <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
746 <Configuration name="Debug"> 722 <Configuration name="Debug">