You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/26 11:17:57 UTC

svn commit: r467927 - in /webservices/axis2/branches/java/1_1: maven.xml release-docs/release-etc/

Author: chinthaka
Date: Thu Oct 26 02:17:56 2006
New Revision: 467927

URL: http://svn.apache.org/viewvc?view=rev&rev=467927
Log:
Argh!! Let's not maintain couple of versions of the project.properties file. After the latest maven repo move, Dims had changed the repo list in etc/project.properties. But the source release contained a project.properties from some where else, and it was having the old repo list. 
Removing duplicate files and bundling the etc/project.properties with the src release. 

(Thanks Keith for notifying the problem)

Removed:
    webservices/axis2/branches/java/1_1/release-docs/release-etc/
Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=467927&r1=467926&r2=467927
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Thu Oct 26 02:17:56 2006
@@ -839,9 +839,7 @@
                 <ant:exclude name="**/*.iml"/>
             </ant:fileset>
         </ant:copy>
-        <ant:copy toDir="${src.temp.dir}/etc" overwrite="true" filtering="on">
-            <ant:fileset dir="release-docs/release-etc/std"/>
-        </ant:copy>
+        <ant:copy toDir="${src.temp.dir}/etc" overwrite="true" filtering="on" file="etc/project.properties"/>
 
         <!-- Copy the master maven files for the standard src distro -->
         <ant:copy toFile="${src.temp.dir}/maven.xml">



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