stephan 2003/04/18 01:30:02
Modified: src/targets admin-build.xml Log: Add validate-jars to gump-core. Revision Changes Path 1.5 +1 -1 cocoon-2.1/src/targets/admin-build.xml Index: admin-build.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/targets/admin-build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- admin-build.xml 16 Apr 2003 13:45:04 -0000 1.4 +++ admin-build.xml 18 Apr 2003 08:30:02 -0000 1.5 @@ -25,7 +25,7 @@ <!-- === Gump Targets ====================================================== --> <!-- compiles and packages the core classes and the deprecated classes --> - <target name="gump-core" depends="package-core, package-deprecated, javadocs, junit-tests"/> + <target name="gump-core" depends="package-core, package-deprecated, javadocs, validate-jars, junit-tests"/> <!-- compiles and packages the scratchpad classes --> <target name="gump-scratchpad" depends="package-scratchpad"/>