vhardy 2003/07/10 08:40:20 Modified: . build.xml Log: Fixed jar dependency issue in build.xml Revision Changes Path 1.135 +2 -2 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- build.xml 9 Jul 2003 19:15:03 -0000 1.134 +++ build.xml 10 Jul 2003 15:40:18 -0000 1.135 @@ -268,7 +268,7 @@ <!-- Note that this is needed to avoid having the class files in the classes --> <!-- subdirectory, which interferes with the tests, because classes in that directory --> <!-- are loaded first in the development version. --> - <target name="testjars" depends="security2.jar, IWasLoaded.jar, IWasLoadedToo.jar, JarCheckPermissionsGranted.jar, JarCheckPermissionsDenied.jar" /> + <target name="testjars" depends="security2.jar, IWasLoaded.jar, IWasLoadedToo.jar, JarCheckPermissionsGranted.jar, JarCheckPermissionsDenied.jar, java-binding.jar" /> <target name ="compiletestjars" depends ="compile"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]