User: dmaplesden
Date: 01/09/11 20:08:10
Modified: . build.xml
Log:
Add "rars" to "most" and "all" targets.
Revision Changes Path
1.12 +3 -3 jbosscx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosscx/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 2001/09/12 00:08:41 1.11
+++ build.xml 2001/09/12 03:08:10 1.12
@@ -10,7 +10,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.11 2001/09/12 00:08:41 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.12 2001/09/12 03:08:10 dmaplesden Exp $ -->
<project default="main" name="JBoss/Connector">
@@ -638,10 +638,10 @@
<target name="main" depends="most"
description="Executes the default target (most)."/>
- <target name="all" depends="jars, docs"
+ <target name="all" depends="jars, rars, docs"
description="Builds everything."/>
- <target name="most" depends="jars"
+ <target name="most" depends="jars, rars"
description="Builds almost everything."/>
</project>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development