Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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 cdd6bfac..187d641a 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.1.0-eclipse.feature/site.p2/**" />
+ <fileset dir="${build.root}/buildresult/org.eclipse.epp.allpackages.feature_4.4.0-eclipse.feature/site.p2/**" />
</copy>
</target>

Back to the top