Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-08-07 16:37:23 +0000
committerMarkus Knauer2014-08-07 16:37:46 +0000
commitdc48fc5b201e52e1499c0593c4a182e7e2cd312f (patch)
tree550a5f14f9018c5eebe6625fa9af638af771f34d /releng/org.eclipse.epp.config/build.xml
parent4286ee0d3c108357ee300333fed4f0fdf13e3457 (diff)
downloadorg.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.gz
org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.tar.xz
org.eclipse.epp.packages-dc48fc5b201e52e1499c0593c4a182e7e2cd312f.zip
Upgrade configuration files from Luna to Eclipse Mars (4.5.0)
Change-Id: Icea756ad80e1cb9dd34db86615cf0d50c55e8ddf 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 ca7d0ea4..99d7359d 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/luna">
+ <fileset dir="/tmp/mars">
<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 Luna Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP Mars Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>

Back to the top