Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index 46fd28a35..8e5c55266 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -91,7 +91,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<delete includeemptydirs="false">
<fileset dir="${tcf-install}">
<include name="**" />
@@ -115,7 +115,7 @@
<include name="**"/>
</fileset>
</chmod>
- </tasks>
+ </target>
</configuration>
</execution>

Back to the top