Author: chinthaka
Date: Tue May  2 01:43:13 2006
New Revision: 398865

URL: http://svn.apache.org/viewcvs?rev=398865&view=rev
Log:
Updating for Axiom 1.0 release

Added:
    webservices/commons/trunk/modules/axiom/legal/xml-apis-LICENSE.txt
      - copied, changed from r398843, 
webservices/commons/trunk/modules/axiom/legal/xml-api-LICENSE.txt
Removed:
    webservices/commons/trunk/modules/axiom/legal/xml-api-LICENSE.txt
Modified:
    webservices/commons/trunk/modules/axiom/README.txt
    webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
    webservices/commons/trunk/modules/axiom/maven.xml
    webservices/commons/trunk/modules/axiom/project.xml

Modified: webservices/commons/trunk/modules/axiom/README.txt
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/README.txt?rev=398865&r1=398864&r2=398865&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/README.txt (original)
+++ webservices/commons/trunk/modules/axiom/README.txt Tue May  2 01:43:13 2006
@@ -1,5 +1,5 @@
 ======================================================
-Apache AXIOM 1.0 RC2 (April 21, 2006)
+Apache AXIOM 1.0 (May 02, 2006)
 
 http://ws.apache.org/commons/axiom/
 ------------------------------------------------------

Modified: webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt?rev=398865&r1=398864&r2=398865&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt (original)
+++ webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt Tue May  2 
01:43:13 2006
@@ -1,9 +1,9 @@
 
  ====================================
-       AXIOM 1.0 RC2 Release Note
+       AXIOM 1.0 Release Note
  ====================================
 
-This is AXIOM 1.0 RC2 release of the Apache AXIOM project.
+This is AXIOM 1.0 release of the Apache AXIOM project.
 
 The Complete Features List :
 
@@ -14,7 +14,9 @@
         Linked list based implementation
         AXIOM based DOM implementation
 
-AXIOM is taking shape, this 1.0 RC2 is the release candidate of 1.0 that 
should be coming soon. If you like to contribute to AXIOM please help us to 
shape AXIOM. Any contribution in the form of coding, testing, submitting 
improvements to the documentation, and reporting bugs are always welcome.
+AXIOM is taking shape, this 1.0 is the release candidate of 1.0 that should be 
coming soon.
+If you like to contribute to AXIOM please help us to shape AXIOM. Any 
contribution in the form of
+coding, testing, submitting improvements to the documentation, and reporting 
bugs are always welcome.
 
 Thanks for your interest in AXIOM!
 

Copied: webservices/commons/trunk/modules/axiom/legal/xml-apis-LICENSE.txt 
(from r398843, 
webservices/commons/trunk/modules/axiom/legal/xml-api-LICENSE.txt)
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/legal/xml-apis-LICENSE.txt?p2=webservices/commons/trunk/modules/axiom/legal/xml-apis-LICENSE.txt&p1=webservices/commons/trunk/modules/axiom/legal/xml-api-LICENSE.txt&r1=398843&r2=398865&rev=398865&view=diff
==============================================================================
    (empty)

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/maven.xml?rev=398865&r1=398864&r2=398865&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Tue May  2 01:43:13 2006
@@ -56,7 +56,7 @@
 
     </goal>
 
-    <goal name="dist-bin" prereqs="jar,javadocs">
+    <goal name="dist-bin" prereqs="jar">
 
         <ant:echo>+----------------------------------------------</ant:echo>
         <ant:echo>| Creating: Axiom Binary Distribution</ant:echo>
@@ -83,6 +83,11 @@
                               projectDescriptor="${x.getFile()}"/>
         </j:forEach>
         <ant:delete file="${dist}/lib/xmlunit-${xmlunit.version}.jar"/>
+
+        <!--Add the licenses of jars-->
+        <ant:copy toDir="${dist}/lib" >
+            <ant:fileset dir="legal"/>
+        </ant:copy>
 
         <!--add api docs-->
 

Modified: webservices/commons/trunk/modules/axiom/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/project.xml?rev=398865&r1=398864&r2=398865&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/project.xml (original)
+++ webservices/commons/trunk/modules/axiom/project.xml Tue May  2 01:43:13 2006
@@ -165,11 +165,12 @@
             <organization>WSO2</organization>
         </developer>
         <developer>
-            <name>Chamil Thanthrimudalige</name>
-            <id>chamil</id>
-            <email>chamil AT wso2.com</email>
+            <name>Afkham Azeez</name>
+            <id>azeez</id>
+            <email>azeez AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
+
 
     </developers>
     <contributors>


Reply via email to