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/10 21:25:20 UTC

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

Author: jochen
Date: Thu Aug 10 12:25:19 2006
New Revision: 430491

URL: http://svn.apache.org/viewvc?rev=430491&view=rev
Log:
Splitting the project into modules axiom-api, axiom-impl and axiom-dom.

Added:
    webservices/commons/trunk/modules/axiom/src/
    webservices/commons/trunk/modules/axiom/src/changes/
    webservices/commons/trunk/modules/axiom/src/changes/changes.xml   (with props)
    webservices/commons/trunk/modules/axiom/src/main/
    webservices/commons/trunk/modules/axiom/src/main/assembly/
    webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
    webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml   (with props)

Added: webservices/commons/trunk/modules/axiom/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/changes/changes.xml?rev=430491&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/changes/changes.xml (added)
+++ webservices/commons/trunk/modules/axiom/src/changes/changes.xml Thu Aug 10 12:25:19 2006
@@ -0,0 +1,14 @@
+<document>
+  <properties>
+    <title>Changes in Apache Axiom</title>
+  </properties>
+  <body>
+    <release version="1.1" date="Not yet released">
+      <action dev="jochen" type="add">
+        Added support for Maven 2 as the build system.
+      </action>
+    </release>
+    <release version="1.0" date="02-Max-2006">
+    </release>
+  </body>
+</document>

Propchange: webservices/commons/trunk/modules/axiom/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:executable = *

Added: 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=430491&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml (added)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml Thu Aug 10 12:25:19 2006
@@ -0,0 +1,37 @@
+<assembly>
+  <id>bin</id>
+  <formats>
+    <format>tar.gz</format>
+  </formats>
+  <includeSiteDirectory>true</includeSiteDirectory>
+  <fileSets>
+    <fileSet>
+      <includes>
+		<include>LICENSE.txt</include>
+        <include>NOTICE.txt</include>
+        <include>legal/**/*</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>
+    </fileSet>
+    <fileSet>
+      <directory>modules/axiom-dom/target</directory>
+      <outputDirectory>/lib</outputDirectory>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+</assembly>

Added: 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=430491&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml (added)
+++ webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml Thu Aug 10 12:25:19 2006
@@ -0,0 +1,36 @@
+<assembly>
+  <id>src</id>
+  <formats>
+    <format>tar.gz</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <includes>
+		<include>*.txt</include>
+		<include>pom.xml</include>
+        <include>maven.xml</include>
+        <include>project.properties</include>
+        <include>project.xml</include>
+      </includes>
+    </fileSet>
+    <fileSet>
+      <directory>legal</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>
+    </fileSet>
+    <fileSet>
+      <directory>src</directory>
+    </fileSet>
+  </fileSets>
+</assembly>

Propchange: webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:executable = *



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