Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-08-11 11:06:45 +0000
committerMarkus Knauer2016-08-11 12:59:07 +0000
commit19a366f20292b2b9277fe7c778484c37c5aca91c (patch)
tree507775c4e9cb80d27a374a744415fc5f4ca28900 /releng/org.eclipse.epp.config/build.xml
parent74b7dcdd0721ff6c3610d23c5594e9c4e4a2f32b (diff)
downloadorg.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.gz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.tar.xz
org.eclipse.epp.packages-19a366f20292b2b9277fe7c778484c37c5aca91c.zip
Update to Oxygen / EPP 4.7.0
Update all the versions, strings, URLs, etc. to the next Simultaneous Release called 'Eclipse Oxygen'. Change-Id: I296344c98fd324f29497f5bd210c3abcc30a6022 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config/build.xml')
-rw-r--r--releng/org.eclipse.epp.config/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/build.xml b/releng/org.eclipse.epp.config/build.xml
index fcbe62e9..d09ba5fa 100644
--- a/releng/org.eclipse.epp.config/build.xml
+++ b/releng/org.eclipse.epp.config/build.xml
@@ -41,7 +41,7 @@
latestversiononly="false"/>
<source>
<sort>
- <fileset dir="/tmp/neon">
+ <fileset dir="/tmp/oxygen">
<include name="*"/>
</fileset>
<reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
@@ -49,7 +49,7 @@
</reverse>
</sort>
</source>
- <destination location="${targetRepository}" name="EPP Neon Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP Oxygen Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>

Back to the top