User: user57
Date: 01/12/06 17:04:36
Modified: jboss build.xml
Log:
o changed release to use the modules-most target (which does not generate/
install docs)
o added release-full, which get the previous behavior
Revision Changes Path
1.55 +8 -2 build/jboss/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/build/jboss/build.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- build.xml 2001/12/06 05:13:04 1.54
+++ build.xml 2001/12/07 01:04:36 1.55
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.54 2001/12/06 05:13:04 user57 Exp $ -->
+<!-- $Id: build.xml,v 1.55 2001/12/07 01:04:36 user57 Exp $ -->
<project default="main" name="JBoss/Build">
@@ -1175,7 +1175,13 @@
</copy>
</target>
- <target name="release" depends="install, modules-all"/>
+ <target name="release"
+ description="Builds the default release structure."
+ depends="install, modules-most"/>
+
+ <target name="release-full"
+ description="Builds the full release structure."
+ depends="install, modules-all"/>
<target name="release-zip"
description="Builds a ZIP distribution."
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development