Author: chinthaka
Date: Sun Nov 12 11:30:05 2006
New Revision: 474018
URL: http://svn.apache.org/viewvc?view=rev&rev=474018
Log:
Checking some more changes.
Temporarily making the axiom version as 1.2. Will change it to SNAPSHOT soon
again.
Modified:
webservices/commons/trunk/modules/axiom/maven.xml
webservices/commons/trunk/modules/axiom/project.properties
Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/maven.xml?view=diff&rev=474018&r1=474017&r2=474018
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Sun Nov 12 11:30:05 2006
@@ -212,6 +212,12 @@
<ant:fileset file="LICENSE.txt"/>
</ant:copy>
+ <ant:copy toDir="${dist}">
+ <ant:fileset dir=".">
+ <ant:include name="legal/*.txt"/>
+ </ant:fileset>
+ </ant:copy>
+
<ant:zip file="target/dist/axiom-${axiom.version}-src.zip">
<ant:fileset dir="${dist}/"/>
</ant:zip>
Modified: webservices/commons/trunk/modules/axiom/project.properties
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/project.properties?view=diff&rev=474018&r1=474017&r2=474018
==============================================================================
--- webservices/commons/trunk/modules/axiom/project.properties (original)
+++ webservices/commons/trunk/modules/axiom/project.properties Sun Nov 12
11:30:05 2006
@@ -19,7 +19,7 @@
# -------------------------------------------------------------------
# Project Information
# -------------------------------------------------------------------
-axiom.version=SNAPSHOT
+axiom.version=1.2
# -------------------------------------------------------------------
# Dependency Repositories
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]