donaldp 2003/04/04 14:28:31
Modified: examples/testserver build.xml
Added: examples/common/lib cornerstone.jar
excalibur-collections-1.0.jar excalibur-io-1.1.jar
excalibur-pool-1.0.jar excalibur-thread-1.1.jar
excalibur-threadcontext-1.0.jar
Log:
Make sure testserver builds and include correct jars to get it building
Revision Changes Path
1.1 avalon-phoenix/examples/common/lib/cornerstone.jar
<<Binary file>>
1.1 avalon-phoenix/examples/common/lib/excalibur-collections-1.0.jar
<<Binary file>>
1.1 avalon-phoenix/examples/common/lib/excalibur-io-1.1.jar
<<Binary file>>
1.1 avalon-phoenix/examples/common/lib/excalibur-pool-1.0.jar
<<Binary file>>
1.1 avalon-phoenix/examples/common/lib/excalibur-thread-1.1.jar
<<Binary file>>
1.1
avalon-phoenix/examples/common/lib/excalibur-threadcontext-1.0.jar
<<Binary file>>
1.2 +6 -0 avalon-phoenix/examples/testserver/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/examples/testserver/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 4 Apr 2003 22:20:50 -0000 1.1
+++ build.xml 4 Apr 2003 22:28:31 -0000 1.2
@@ -33,6 +33,12 @@
<path id="project.class.path">
<pathelement path="${java.class.path}"/>
<pathelement path="${build.classes}"/>
+ <fileset dir="../../dist/lib">
+ <include name="**/*.jar"/>
+ </fileset>
+ <fileset dir="../../dist/tools/lib">
+ <include name="**/*.jar"/>
+ </fileset>
<fileset dir="../common/lib">
<include name="**/*.jar"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]