Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2015-07-15 10:33:25 +0000
committerMarkus Knauer2015-07-15 10:33:25 +0000
commit5f4a103d3ceeff57a6135392763123ffa91ef0eb (patch)
tree8017276b0a71a83ce76521ec370b04ca9fe4e6dc /releng/org.eclipse.epp.config/build.xml
parent29d56a303e50c57d2782a92742a8e151355f4c67 (diff)
downloadorg.eclipse.epp.packages-5f4a103d3ceeff57a6135392763123ffa91ef0eb.tar.gz
org.eclipse.epp.packages-5f4a103d3ceeff57a6135392763123ffa91ef0eb.tar.xz
org.eclipse.epp.packages-5f4a103d3ceeff57a6135392763123ffa91ef0eb.zip
Upgrade configuration and version numbers for Neon (M0)
- Increment version numbers from 4.5.0 to 4.6.0 - Update strings with versions, using neon-M0 temporarily - Update parent pom.xml - Clean up p2.inf files Change-Id: I9d45fcd400eb4b6dac1226d97d6c5018d149b6dd 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 99d7359d..fcbe62e9 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/mars">
+ <fileset dir="/tmp/neon">
<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 Mars Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP Neon Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>

Back to the top