Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-05-06 13:19:15 +0000
committerUwe Stieber2012-05-06 13:19:15 +0000
commitf297d480079f81625fc7fceee8afa35ac074cbb1 (patch)
tree6818f31dc143837234e584af5a3c2e67ff1de394 /features/org.eclipse.tcf.repo
parenta5d84b4dee1a180114c3ec036afe2fcb13d547c9 (diff)
downloadorg.eclipse.tcf-f297d480079f81625fc7fceee8afa35ac074cbb1.tar.gz
org.eclipse.tcf-f297d480079f81625fc7fceee8afa35ac074cbb1.tar.xz
org.eclipse.tcf-f297d480079f81625fc7fceee8afa35ac074cbb1.zip
Maven: Signing: Adjust copy steps
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