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 ch...@apache.org on 2006/09/15 10:36:17 UTC

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

Author: chinthaka
Date: Fri Sep 15 01:36:16 2006
New Revision: 446547

URL: http://svn.apache.org/viewvc?view=rev&rev=446547
Log:
Got maven scripts to properly work for a release :(

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=446547&r1=446546&r2=446547
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Fri Sep 15 01:36:16 2006
@@ -47,14 +47,19 @@
                 <ant:exclude name="org/apache/axiom/soap/impl/dom/**"/>
                 <ant:exclude name="org/apache/axiom/om/impl/dom/**"/>
             </ant:fileset>
+            <ant:fileset dir="${basedir}">
+                <ant:include name="LICENSE.txt"/>
+                <ant:exclude name="NOTICE.txt"/>
+            </ant:fileset>
         </jar>
         <jar destfile="target/axiom-impl-${axiom.version}.jar">
             <ant:fileset dir="target/classes">
                 <ant:include name="org/apache/axiom/soap/impl/llom/**"/>
                 <ant:include name="org/apache/axiom/om/impl/llom/**"/>
             </ant:fileset>
-            <ant:fileset dir=".">
+            <ant:fileset dir="${basedir}">
                 <ant:include name="LICENSE.txt"/>
+                <ant:exclude name="NOTICE.txt"/>
             </ant:fileset>
         </jar>
         <jar destfile="target/axiom-dom-${axiom.version}.jar">
@@ -62,8 +67,9 @@
                 <ant:include name="org/apache/axiom/soap/impl/dom/**"/>
                 <ant:include name="org/apache/axiom/om/impl/dom/**"/>
             </ant:fileset>
-            <ant:fileset dir=".">
+            <ant:fileset dir="${basedir}">
                 <ant:include name="LICENSE.txt"/>
+                <ant:exclude name="NOTICE.txt"/>
             </ant:fileset>
         </jar>
         <ant:copy toDir="${maven.repo.local}/ws-commons/jars">



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