You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/09/05 17:33:03 UTC

svn commit: r692463 - /incubator/qpid/trunk/qpid/java/common.xml

Author: ritchiem
Date: Fri Sep  5 08:33:02 2008
New Revision: 692463

URL: http://svn.apache.org/viewvc?rev=692463&view=rev
Log:
QPID-1257 : Added ant help documentation

Modified:
    incubator/qpid/trunk/qpid/java/common.xml

Modified: incubator/qpid/trunk/qpid/java/common.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common.xml?rev=692463&r1=692462&r2=692463&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common.xml (original)
+++ incubator/qpid/trunk/qpid/java/common.xml Fri Sep  5 08:33:02 2008
@@ -203,6 +203,15 @@
 
       ${release}
 
+  ant release-bin
+    
+    The release-bin target generates binary distribution archives for 
+    modules that have a specific binary package configured.
+    To enable for other modules create a target "release-bin" that 
+    depends on target "release-bin-tasks". The output is placed in: 
+
+      ${module.release}
+
   ant clean
 
     The clean target removes build artifacts. When invoked from the
@@ -212,6 +221,8 @@
       ${build}
         and
       ${release}
+	and
+      ${module.release}
 
     When invoked from a specific module, the clean target will delete
     that modules build root from underneath the project build root: