User: user57 Date: 01/12/06 12:17:30 Modified: . build.xml Log: o merged 'rars' target into 'jars' Revision Changes Path 1.17 +4 -4 jbosscx/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosscx/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- build.xml 2001/12/06 02:16:06 1.16 +++ build.xml 2001/12/06 20:17:29 1.17 @@ -12,7 +12,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.16 2001/12/06 02:16:06 user57 Exp $ --> +<!-- $Id: build.xml,v 1.17 2001/12/06 20:17:29 user57 Exp $ --> <project default="main" name="JBoss/Connector"> @@ -258,7 +258,9 @@ <!-- | Build all jar files. --> - <target name="jars" depends="compile" description="Builds all jar files."> + <target name="jars" + description="Builds all jar files." + depends="compile"> <mkdir dir="${build.lib}"/> <!-- Build RARDeployer.jar - - > @@ -284,9 +286,7 @@ <include name="jbosspool.jar"/> </fileset> </jar> - </target> - <target name="rars" depends="compile" description="Builds all resource adapter rar files."> <!-- Create the local transaction JDBC wrapper resource adapter --> <!-- Build ra-jdbc-libs.jar --> <jar jarfile="${build.lib}/ra-jdbc-libs.jar">
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development