Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.epp.allpackages.feature/build.xml')
-rw-r--r--features/org.eclipse.epp.allpackages.feature/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/build.xml b/features/org.eclipse.epp.allpackages.feature/build.xml
index 9e323e1a..719b4dd6 100644
--- a/features/org.eclipse.epp.allpackages.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.feature/build.xml
@@ -169,7 +169,7 @@
================================= -->
<target name="archiveArtifacts" description="Copy artifacts to central location.">
<copy todir="${env.WORKSPACE}/repositories/${env.BUILD_NUMBER}" preservelastmodified="true" verbose="true">
- <fileset dir="${build.root}/buildresult/org.eclipse.epp.allpackages.feature_2.0.1-eclipse.feature/site.p2/**" />
+ <fileset dir="${build.root}/buildresult/org.eclipse.epp.allpackages.feature_2.0.2-eclipse.feature/site.p2/**" />
</copy>
</target>

Back to the top