Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2018-07-19 14:38:41 +0000
committerMarkus Knauer2018-07-19 14:38:41 +0000
commitc620f26ac7cb69b5cc60c69f4ce3468623c2db4a (patch)
tree1229a13770ad2bb7bd3851e847047e9368ae590a /releng/org.eclipse.epp.config/build.xml
parent2b3358ff8a3ae686795881ac4816e47c950bfcea (diff)
downloadorg.eclipse.epp.packages-da0fcca6791293a84f198c1995301d6c2b1faf09.tar.gz
org.eclipse.epp.packages-da0fcca6791293a84f198c1995301d6c2b1faf09.tar.xz
org.eclipse.epp.packages-da0fcca6791293a84f198c1995301d6c2b1faf09.zip
Update strings and versions for 2018-092018-09_M1
Carefully update occurrences of the old version 4.8 to 4.9, and from photon to 2018-09. There are still some references to photon that should be updated manually by the package maintainers, specifically the p2 repository URLs in some of the packages that are still referencing a photon based URL. Change-Id: Ia29c96a232d2b3b50222ab6b1db3ace0742da3b0 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 a336b6ab..bb55c066 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/photon">
+ <fileset dir="/tmp/2018-09">
<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 Photon Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP 2018-09 Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>

Back to the top