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 ve...@apache.org on 2010/06/12 12:04:51 UTC

svn commit: r953979 - in /webservices/commons/trunk/modules/axiom: LICENSE.txt NOTICE NOTICE.txt pom.xml src/main/assembly/src.xml

Author: veithen
Date: Sat Jun 12 10:04:51 2010
New Revision: 953979

URL: http://svn.apache.org/viewvc?rev=953979&view=rev
Log:
* Removed the src distribution, because org.apache:apache:7 already configures a source distribution.
* Removed LICENSE.txt because the license file is already added automatically in the default source distribution.
* Renamed NOTICE.txt to NOTICE so that it overrides the notice file included in the default source distribution.

Added:
    webservices/commons/trunk/modules/axiom/NOTICE
      - copied unchanged from r953961, webservices/commons/trunk/modules/axiom/NOTICE.txt
Removed:
    webservices/commons/trunk/modules/axiom/LICENSE.txt
    webservices/commons/trunk/modules/axiom/NOTICE.txt
    webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=953979&r1=953978&r2=953979&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sat Jun 12 10:04:51 2010
@@ -398,7 +398,6 @@
                         <descriptors>
                             <descriptor>src/main/assembly/jar.xml</descriptor>
                             <descriptor>src/main/assembly/bin.xml</descriptor>
-                            <descriptor>src/main/assembly/src.xml</descriptor>
                         </descriptors>
                         <tarLongFileMode>gnu</tarLongFileMode>
                     </configuration>