Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.repo')
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index af4a14f6a..4c445fdad 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -96,8 +96,11 @@
<fileset dir="${tcf-install}">
<include name="**" />
</fileset>
+ <fileset dir="target">
+ <include name="${tcf-zipfile}"/>
+ </fileset>
</delete>
- <zip destfile="${tcf-install}/${tcf-zipfile}">
+ <zip destfile="target/${tcf-zipfile}">
<fileset dir="target/checksumFix">
<include name="**" />
</fileset>
@@ -106,6 +109,9 @@
<fileset dir="target/checksumFix">
<include name="**" />
</fileset>
+ <fileset dir="target">
+ <include name="${tcf-zipfile}"/>
+ </fileset>
</copy>
<chmod perm="g+w">
<fileset dir="${tcf-install}">

Back to the top