← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3925: changed from tasks (deprecated) => target in antrun

 

------------------------------------------------------------
revno: 3925
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-06-16 15:36:58 +0200
message:
  changed from tasks (deprecated) => target in antrun
modified:
  dhis-2/dhis-web/dhis-web-commons/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/pom.xml'
--- dhis-2/dhis-web/dhis-web-commons/pom.xml	2011-06-16 13:10:25 +0000
+++ dhis-2/dhis-web/dhis-web-commons/pom.xml	2011-06-16 13:36:58 +0000
@@ -22,7 +22,7 @@
           <execution>
             <phase>generate-resources</phase>
             <configuration>
-              <tasks>
+              <target>
                 <tstamp>
                   <format property="now" pattern="yyyy-MM-dd HH:mm:ss"/>
                 </tstamp>
@@ -32,7 +32,7 @@
                 </exec>
                 <echo file="${project.build.outputDirectory}/build.properties"
                   message="build.version = ${project.version}&#10;build.time = ${now}&#10;build.revision = ${revision}&#10;"/>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>