8ce8e69b59
* Moved the thane-specific TestClientMain out into src/thane and renamed BureauTestClient * Removed server name and port from the registry init and from the Launcher/ CommandGenerator parameters. These can be inserted by the caller * Converted all the asc junk to compc/mxmlc the same as msoy does it * Moved the test client main function into src/as land * Added extdeps.suffix alternative approach since tests/build.xml does not get launched from nifty ooo-libs container * Fixed bureau test targets * Moved avmthane to overridable property and corrected out of date default * Converted BureauRegistry code to deal with Launcher objects and added shim to preserve use of CommandGenerator * Fixed narya build to remove thane-config.xml after building aslib git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5218 542714f4-19e9-0310-aa3c-eee0fc999fb1
23 lines
777 B
XML
23 lines
777 B
XML
<?xml version="1.0"?>
|
|
<!-- declares the libraries needed to build narya -->
|
|
<project name="library-dependencies">
|
|
<fileset dir="${libs.dir}" id="narya.libs">
|
|
<include name="ant.jar"/>
|
|
<include name="atunit.jar"/>
|
|
<include name="asc.jar"/>
|
|
<include name="flexTasks.jar"/>
|
|
<include name="commons-collections.jar"/>
|
|
<include name="commons-io.jar"/>
|
|
<include name="commons-lang.jar"/>
|
|
<include name="guice.jar"/>
|
|
<include name="google-collect.jar"/>
|
|
<include name="javassist.jar"/>
|
|
<include name="junit4.jar"/>
|
|
<include name="retroweaver-all-1.2.2.jar"/>
|
|
<include name="samskivert.jar"/>
|
|
<include name="swfutils-ooo.jar"/>
|
|
<include name="velocity-1.5-dev.jar"/>
|
|
<include name="thane*.swc"/>
|
|
</fileset>
|
|
</project>
|