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 ch...@apache.org on 2006/09/18 11:24:34 UTC

svn commit: r447338 - in /webservices/commons/trunk/modules/axiom: RELEASE-NOTE.txt maven.xml

Author: chinthaka
Date: Mon Sep 18 02:24:34 2006
New Revision: 447338

URL: http://svn.apache.org/viewvc?view=rev&rev=447338
Log:
More imrovements to scripts

Modified:
    webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
    webservices/commons/trunk/modules/axiom/maven.xml

Modified: webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt?view=diff&rev=447338&r1=447337&r2=447338
==============================================================================
--- webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt (original)
+++ webservices/commons/trunk/modules/axiom/RELEASE-NOTE.txt Mon Sep 18 02:24:34 2006
@@ -7,7 +7,7 @@
 http://ws.apache.org/commons/axiom
 
 Note : AXIOM 1.1 release was compiled in JDK1.5. But AXIOM has a minimum requirement for it to have jdk 1.4 compatible
-distributable. This is a minor release, which has all the features in AXIOM 1.1 but compiles in JDK 1.4.
+distributables. This is a minor release, which has all the features in AXIOM 1.1 but compiles with JDK 1.4.
 
 Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building
 of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/maven.xml?view=diff&rev=447338&r1=447337&r2=447338
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Mon Sep 18 02:24:34 2006
@@ -196,6 +196,8 @@
                 <ant:exclude name="**/target/**"/>
                 <ant:include name="**/src/**"/>
                 <ant:include name="**/test/**"/>
+                <ant:include name="**/test-resources/**/*.*"/>
+                <ant:include name="**/pom.xml"/>
             </ant:fileset>
         </ant:copy>
 



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