User: starksm
Date: 01/09/08 17:08:28
Modified: src/build Tag: Branch_2_4 build.xml
Log:
Add install and src-install target to build the jbosscx jars into the jboss dist
Revision Changes Path
No revision
No revision
1.4.2.2 +10 -0 jbosscx/src/build/Attic/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosscx/src/build/Attic/build.xml,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- build.xml 2001/06/21 08:22:54 1.4.2.1
+++ build.xml 2001/09/09 00:08:28 1.4.2.2
@@ -75,6 +75,16 @@
/>
</target>
+ <!-- Installs the jbosscx jars into the jboss.dist structure -->
+ <target name="install" depends="jar">
+ <copy file="${external.dir}/${name}.jar" todir="${jboss.dist}/lib/ext" />
+ </target>
+
+ <!-- Installs the jbosscx jars into the jboss.src structure -->
+ <target name="install-src" depends="jar">
+ <copy file="${external.dir}/${name}.jar" todir="${jboss.dist}/../src/lib" />
+ </target>
+
<!-- =================================================================== -->
<!-- Creates the API documentation -->
<!-- =================================================================== -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development