Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.repo/pom.xml')
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index 8e5c55266..7a459e49a 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -102,12 +102,15 @@
</delete>
<zip destfile="target/${tcf-zipfile}">
<fileset dir="target/checksumFix">
- <include name="**" />
+ <include name="**"/>
</fileset>
</zip>
<copy includeemptydirs="false" todir="${tcf-install}">
<fileset dir="target/checksumFix">
- <include name="**" />
+ <include name="**"/>
+ </fileset>
+ <fileset dir="target">
+ <include name="${tcf-zipfile}"/>
</fileset>
</copy>
<chmod perm="g+w">

Back to the top