You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2011/09/21 16:02:31 UTC

svn commit: r1173651 - in /webservices/xmlschema/trunk/xmlschema-core: pom.xml src/main/assembly/doc.xml src/main/assembly/src.xml

Author: dkulp
Date: Wed Sep 21 14:02:31 2011
New Revision: 1173651

URL: http://svn.apache.org/viewvc?rev=1173651&view=rev
Log:
Remove assemblies that are less than ideal.
apache-release profile automatically builds a src distro in the root of
the build.
The doc assembly isn't the needed full site and is thus pretty
pointless.

Removed:
    webservices/xmlschema/trunk/xmlschema-core/src/main/assembly/doc.xml
    webservices/xmlschema/trunk/xmlschema-core/src/main/assembly/src.xml
Modified:
    webservices/xmlschema/trunk/xmlschema-core/pom.xml

Modified: webservices/xmlschema/trunk/xmlschema-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/pom.xml?rev=1173651&r1=1173650&r2=1173651&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-core/pom.xml Wed Sep 21 14:02:31 2011
@@ -104,8 +104,6 @@
                         <configuration>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin.xml</descriptor>
-                                <descriptor>src/main/assembly/src.xml</descriptor>
-                                <descriptor>src/main/assembly/doc.xml</descriptor>
                             </descriptors>
                             <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>