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 jo...@apache.org on 2006/08/12 23:02:08 UTC

svn commit: r431088 - in /webservices/commons/trunk/modules/axiom/src/main/assembly: bin.xml src.xml

Author: jochen
Date: Sat Aug 12 14:02:08 2006
New Revision: 431088

URL: http://svn.apache.org/viewvc?rev=431088&view=rev
Log:
Distributables may now be generated using Maven 2.

Modified:
    webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
    webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml

Modified: webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml?rev=431088&r1=431087&r2=431088&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml Sat Aug 12 14:02:08 2006
@@ -7,27 +7,14 @@
   <fileSets>
     <fileSet>
       <includes>
-		<include>LICENSE.txt</include>
-        <include>NOTICE.txt</include>
-        <include>legal/**/*</include>
+		<include>*.txt</include>
       </includes>
     </fileSet>
     <fileSet>
-      <directory>modules/axiom-api/target</directory>
-      <outputDirectory>/lib</outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>modules/axiom-impl/target</directory>
-      <outputDirectory>/lib</outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
+      <directory>examples</directory>
     </fileSet>
     <fileSet>
-      <directory>modules/axiom-dom/target</directory>
+      <directory>target</directory>
       <outputDirectory>/lib</outputDirectory>
       <includes>
         <include>*.jar</include>

Modified: webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml?rev=431088&r1=431087&r2=431088&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml Sat Aug 12 14:02:08 2006
@@ -11,26 +11,27 @@
         <include>maven.xml</include>
         <include>project.properties</include>
         <include>project.xml</include>
+        <include>.project</include>
+        <include>.classpath</include>
       </includes>
     </fileSet>
     <fileSet>
-      <directory>legal</directory>
+      <directory>.settings</directory>
     </fileSet>
     <fileSet>
-      <directory>modules</directory>
-      <excludes>
-        <exclude>axiom-api/target</exclude>
-        <exclude>axiom-api/target/**/*</exclude>
-        <exclude>axiom-impl/target</exclude>
-        <exclude>axiom-impl/target/**/*</exclude>
-        <exclude>axiom-dom/target</exclude>
-        <exclude>axiom-dom/target/**/*</exclude>
-        <exclude>axiom-tests/target</exclude>
-        <exclude>axiom-tests/target/**/*</exclude>
-      </excludes>
+      <directory>examples</directory>
     </fileSet>
     <fileSet>
       <directory>src</directory>
+    </fileSet>
+    <fileSet>
+      <directory>test2</directory>
+    </fileSet>
+    <fileSet>
+      <directory>test3</directory>
+    </fileSet>
+    <fileSet>
+      <directory>test-resources</directory>
     </fileSet>
   </fileSets>
 </assembly>



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