hammant 2003/04/15 15:15:59
Modified: . build.xml
Log:
updated JSX, still not working :-(
Revision Changes Path
1.11 +2 -2 incubator-altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/incubator-altrmi/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 29 Mar 2003 21:48:33 -0000 1.10
+++ build.xml 15 Apr 2003 22:15:59 -0000 1.11
@@ -75,7 +75,7 @@
<pathelement location="${build.testclasses}"/>
<pathelement location="${junit.jar}"/>
<pathelement location="build/genclasses"/>
- <pathelement location="lib/JSX1.0.3.1.jar"/>
+ <pathelement location="lib/optional/JSX2.0.9.0.jar"/>
<path refid="project.class.path"/>
</path>
@@ -345,7 +345,7 @@
<include name="**/${test.filter}.class"/>
<exclude name="**/Abstract*"/>
<exclude name="**/SynchronousMessengerTestCase.class"/>
- <exclude name="**/JSXObjectStreamTestCase.class"/>
+ <exclude name="**/JSXObjectStreamTestCase.class"/>
</fileset>
</batchtest>
</junit>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]