Author: dkulp
Date: Tue Jun 12 21:36:32 2012
New Revision: 1349549
URL: http://svn.apache.org/viewvc?rev=1349549&view=rev
Log:
Update to latest antrun plugin
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1349549&r1=1349548&r2=1349549&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Jun 12 21:36:32 2012
@@ -279,7 +279,7 @@
<id>setup.workspace</id>
<phase>validate</phase>
<configuration>
- <tasks>
+ <target>
<path id="ecp.ws.path"
location="${eclipse.workspace.dir}" />
<property
name="full.eclipse.workspace" refid="ecp.ws.path" />
@@ -347,7 +347,7 @@
<entry
key="eclipse.preferences.version" value="1" />
<entry
key="org.eclipse.wst.sse.ui.custom_templates" value="${eclipse.xml.templates}"
/>
</propertyfile>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
@@ -541,7 +541,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>