[jboss-svn-commits] JBL Code SVN: r37325 - labs/jbosstm/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 1 16:54:17 EDT 2011
Author: tomjenkinson
Date: 2011-08-01 16:54:16 -0400 (Mon, 01 Aug 2011)
New Revision: 37325
Modified:
labs/jbosstm/trunk/build-release-pkgs.xml
Log:
added an all command
Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml 2011-08-01 20:51:09 UTC (rev 37324)
+++ labs/jbosstm/trunk/build-release-pkgs.xml 2011-08-01 20:54:16 UTC (rev 37325)
@@ -58,7 +58,7 @@
This version is for JBossTS 4.11 onwards. Don't use it for earlier releases, they are structured differently.
-->
-<project name="JBossTS Release Packaging" default="dist,downloads" basedir=".">
+<project name="JBossTS Release Packaging" default="all" basedir=".">
<description>
package JBossTS binary + src files for upload to website and other repos.
</description>
@@ -93,6 +93,8 @@
<pathelement location="./antbuildsystem/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>
+
+ <target name="all" depends="dist,downloads"/>
<target name="init">
<tstamp/>
More information about the jboss-svn-commits
mailing list