You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/03 23:12:02 UTC

svn commit: r731101 - /incubator/click/trunk/click/build/build.xml

Author: sabob
Date: Sat Jan  3 14:12:01 2009
New Revision: 731101

URL: http://svn.apache.org/viewvc?rev=731101&view=rev
Log:
updated build

Modified:
    incubator/click/trunk/click/build/build.xml

Modified: incubator/click/trunk/click/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/build.xml?rev=731101&r1=731100&r2=731101&view=diff
==============================================================================
--- incubator/click/trunk/click/build/build.xml (original)
+++ incubator/click/trunk/click/build/build.xml Sat Jan  3 14:12:01 2009
@@ -92,8 +92,8 @@
         <attribute name="name"/>
         <sequential>
             <mkdir dir="${maven-bundle}/@{name}"/>
-            <copy file="build/@{name}.pom" tofile="${maven-bundle}/@{name}/pom.xml"/> 
-            <replace file="${maven-bundle}/@{name}/pom.xml" 
+            <copy file="build/@{name}.pom" tofile="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"/>
+            <replace file="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"
                      token="VERSION" 
                      value="${version}-incubating"/>
 
@@ -101,12 +101,11 @@
                 Replace the TEMPLATE token with the value of the template pom
             -->
             <loadfile property="pom-template" srcFile="build/template.pom"/>
-            <replace file="${maven-bundle}/@{name}/pom.xml"
+            <replace file="${maven-bundle}/@{name}/@{name}-${version}-incubating.pom"
                      value="${pom-template}">
               <replacetoken>&lt;!--TEMPLATE--&gt;</replacetoken>
             </replace>
             <copy file="dist/@{name}-${version}-incubating.jar" todir="${maven-bundle}/@{name}/"/>
-            <digestMacro file="${maven-bundle}/@{name}/@{name}-${version}-incubating.jar"/>
         </sequential>
     </macrodef>