You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2007/07/25 10:41:56 UTC

svn commit: r559356 - /webservices/commons/trunk/modules/axiom/maven.xml

Author: sanka
Date: Wed Jul 25 01:41:55 2007
New Revision: 559356

URL: http://svn.apache.org/viewvc?view=rev&rev=559356
Log:
FIXED: Binary distribution contains junit.jar which is unnecessary for that release artifact.

Modified:
    webservices/commons/trunk/modules/axiom/maven.xml

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/maven.xml?view=diff&rev=559356&r1=559355&r2=559356
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Wed Jul 25 01:41:55 2007
@@ -71,7 +71,7 @@
             <ant:fileset dir="${basedir}">
                 <ant:include name="LICENSE.txt"/>
                 <ant:include name="NOTICE.txt"/>
-            </ant:fileset>
+            </ant:fileset>
             <ant:fileset dir="${basedir}/modules/axiom-dom/src/main/resources">
                 <ant:include name="**/*.properties"/>
             </ant:fileset>
@@ -120,6 +120,7 @@
                               projectDescriptor="${x.getFile()}"/>
         </j:forEach>
         <ant:delete file="${dist}/lib/xmlunit-${xmlunit.version}.jar"/>
+	<ant:delete file="${dist}/lib/junit-${junit.version}.jar"/>
 
         <!--Add the licenses of jars-->
         <ant:copy toDir="${dist}/lib">
@@ -147,7 +148,7 @@
             <ant:classpath>
                 <ant:fileset dir="${dist}/lib">
                     <ant:include name="*.jar"/>
-                </ant:fileset>
+		</ant:fileset>
             </ant:classpath>
         </ant:javadoc>
 
@@ -191,7 +192,7 @@
         <ant:echo>| Creating: Axiom Source Distribution</ant:echo>
         <ant:echo>+----------------------------------------------</ant:echo>
 
-        <ant:property name="${dist}" value="target/dist/temp"/>
+        <ant:property name="dist" value="target/dist/temp"/>
 
         <ant:copy toDir="${dist}">
             <ant:fileset dir=".">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org