aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-05-01 20:05:14 +0000
committerSean Dague2008-05-01 20:05:14 +0000
commit859d71ecfb10bf38da7e505555efc3221a0499aa (patch)
tree441ef54272b7dd8e51e7f122ea45d726d7069397 /prebuild.xml
parentFrom: Kurt Taylor <krtaylor@us.ibm.com> (diff)
downloadopensim-SC_OLD-859d71ecfb10bf38da7e505555efc3221a0499aa.zip
opensim-SC_OLD-859d71ecfb10bf38da7e505555efc3221a0499aa.tar.gz
opensim-SC_OLD-859d71ecfb10bf38da7e505555efc3221a0499aa.tar.bz2
opensim-SC_OLD-859d71ecfb10bf38da7e505555efc3221a0499aa.tar.xz
remove db4o from prebuild. It isn't removed from the tree yet,
but at least this gets it out of our way when adding new interfaces.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 485e70d..9696705 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -644,33 +644,6 @@
644 </Files> 644 </Files>
645 </Project> 645 </Project>
646 646
647 <Project name="OpenSim.Data.DB4o" path="OpenSim/Data/DB4o" type="Library">
648 <Configuration name="Debug">
649 <Options>
650 <OutputPath>../../../bin/</OutputPath>
651 </Options>
652 </Configuration>
653 <Configuration name="Release">
654 <Options>
655 <OutputPath>../../../bin/</OutputPath>
656 </Options>
657 </Configuration>
658
659 <ReferencePath>../../../bin/</ReferencePath>
660 <Reference name="System" localCopy="false"/>
661 <Reference name="System.Xml"/>
662 <Reference name="System.Data"/>
663 <Reference name="OpenSim.Framework"/>
664 <Reference name="OpenSim.Data"/>
665 <Reference name="libsecondlife.dll"/>
666 <Reference name="Db4objects.Db4o.dll"/>
667 <Reference name="log4net"/>
668
669 <Files>
670 <Match pattern="*.cs" recurse="true"/>
671 </Files>
672 </Project>
673
674 <!-- OpenSim.Framework.Communications --> 647 <!-- OpenSim.Framework.Communications -->
675 <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> 648 <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
676 <Configuration name="Debug"> 649 <Configuration name="Debug">