[jboss-svn-commits] JBL Code SVN: r26978 - in labs/jbossesb/workspace/dbevenius/jbossas5/product: services/soapui-client and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 16 03:56:42 EDT 2009


Author: beve
Date: 2009-06-16 03:56:42 -0400 (Tue, 16 Jun 2009)
New Revision: 26978

Modified:
   labs/jbossesb/workspace/dbevenius/jbossas5/product/ivy-build.xml
   labs/jbossesb/workspace/dbevenius/jbossas5/product/services/soapui-client/build.xml
Log:
Remove test from the sar target in soapui-client.
Made ivy retreive quiet.


Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/ivy-build.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/ivy-build.xml	2009-06-16 05:33:49 UTC (rev 26977)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/ivy-build.xml	2009-06-16 07:56:42 UTC (rev 26978)
@@ -11,7 +11,7 @@
     </target>
 
     <target name="retrieve" depends="ivy.init">
-        <ivy:retrieve />
+        <ivy:retrieve log="quiet"/>
     </target>
 
     <target name="clean" depends="ivy.init">

Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/services/soapui-client/build.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/services/soapui-client/build.xml	2009-06-16 05:33:49 UTC (rev 26977)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/services/soapui-client/build.xml	2009-06-16 07:56:42 UTC (rev 26978)
@@ -46,7 +46,7 @@
             <fileset dir="src/main/resources"/>
         </copy>
     </target>
-    <target name="jar" depends="compile,test" description="Clean the JAR">
+    <target name="jar" depends="compile" description="Clean the JAR">
         <jar jarfile="${maven.build.directory}/${maven.build.final.name}.jar" basedir="${maven.build.output}"
              excludes="**/package.html"/>
     </target>




More information about the jboss-svn-commits mailing list