aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorgareth2007-05-14 02:02:01 +0000
committergareth2007-05-14 02:02:01 +0000
commit4e9892eaa2a8d63ea4eff546d6292f8ec6753134 (patch)
treef5c7261bc68e42d295f169549fc9feca1285ba41 /prebuild.xml
parentThe beginning of something wonderful.... (diff)
downloadopensim-SC_OLD-4e9892eaa2a8d63ea4eff546d6292f8ec6753134.zip
opensim-SC_OLD-4e9892eaa2a8d63ea4eff546d6292f8ec6753134.tar.gz
opensim-SC_OLD-4e9892eaa2a8d63ea4eff546d6292f8ec6753134.tar.bz2
opensim-SC_OLD-4e9892eaa2a8d63ea4eff546d6292f8ec6753134.tar.xz
Added skeleton for grid management agent
Diffstat (limited to '')
-rw-r--r--prebuild.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 825921d..a27ee35 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -369,6 +369,31 @@
369 369
370 <!-- OGS projects --> 370 <!-- OGS projects -->
371 371
372 <Project name="OpenGrid.Framework.Manager" path="OpenGrid.Framework.Manager" type="Library">
373 <Configuration name="Debug">
374 <Options>
375 <OutputPath>../bin/</OutputPath>
376 </Options>
377 </Configuration>
378 <Configuration name="Release">
379 <Options>
380 <OutputPath>../bin/</OutputPath>
381 </Options>
382 </Configuration>
383
384 <ReferencePath>../bin/</ReferencePath>
385 <Reference name="System" localCopy="false"/>
386 <Reference name="OpenSim.Framework"/>
387 <Reference name="OpenSim.Servers"/>
388 <Reference name="XMLRPC"/>
389
390
391 <Files>
392 <Match pattern="*.cs" recurse="true"/>
393 </Files>
394 </Project>
395
396
372 <Project name="ServiceManager" path="ServiceManager" type="Exe"> 397 <Project name="ServiceManager" path="ServiceManager" type="Exe">
373 <Configuration name="Debug"> 398 <Configuration name="Debug">
374 <Options> 399 <Options>