User: allsopp
Date: 01/02/05 23:27:50
Modified: src/build build.xml
Log:
No resources at the moment.
Revision Changes Path
1.2 +2 -2 jbosscx/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /products/cvs/ejboss/jbosscx/src/build/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/02/06 06:54:40 1.1
+++ build.xml 2001/02/06 07:27:50 1.2
@@ -64,9 +64,9 @@
<!-- Creates the jar archives -->
<!-- =================================================================== -->
<target name="jar" depends="compile">
- <copy todir="${build.classes.dir}">
+ <!--copy todir="${build.classes.dir}">
<fileset dir="${src.resources}"/>
- </copy>
+ </copy-->
<mkdir dir="${external.dir}"/>
<jar jarfile="${external.dir}/${name}-${version}.jar"