Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2015-01-13 17:34:25 +0000
committerMarkus Knauer2015-01-13 19:21:20 +0000
commit8e3dbfd7ecdb6e2ef8fc1b09ae0120e5fcd9f460 (patch)
treefc7535741bf796db89a50bbaa7161bc66c8a81ed /releng
parent94cf37142bea85f441a75eb3afaf5d06c904efae (diff)
downloadorg.eclipse.epp.packages-8e3dbfd7ecdb6e2ef8fc1b09ae0120e5fcd9f460.tar.gz
org.eclipse.epp.packages-8e3dbfd7ecdb6e2ef8fc1b09ae0120e5fcd9f460.tar.xz
org.eclipse.epp.packages-8e3dbfd7ecdb6e2ef8fc1b09ae0120e5fcd9f460.zip
Prepare versions, qualifiers, copyright, p2 repo for Luna SR2 RC1
- Update versions to 4.4.2 (for Luna SR2) - Update copyright headers to 2015 - Use /releases/maintenance as default p2 repository again Change-Id: I3a7aac4aff4b08d2b52d27d8682d88589aadc74f Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml10
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPLuna.sh4
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl2
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/createSettings.sh2
4 files changed, 9 insertions, 9 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 38178652..0bdf277d 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2014 EclipseSource and others.
+ Copyright (C) 2013, 2015 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.4.1-SNAPSHOT</version>
+ <version>4.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -34,13 +34,13 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- ID used to generate the filename of the packages -->
- <eclipse.simultaneous.release.id>luna-SR1a</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>luna-SR2-RC1</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
- <eclipse.simultaneous.release.name>Luna Service Release 1a (4.4.1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Luna Service Release 2 RC1 (4.4.2)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
- <eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/luna/201501121000/</eclipse.simultaneous.release.repository>
+ <eclipse.simultaneous.release.repository>http://download.eclipse.org/releases/maintenance/</eclipse.simultaneous.release.repository>
</properties>
<prerequisites>
diff --git a/releng/org.eclipse.epp.config/startEPPLuna.sh b/releng/org.eclipse.epp.config/startEPPLuna.sh
index c05d7da8..dd41a82f 100755
--- a/releng/org.eclipse.epp.config/startEPPLuna.sh
+++ b/releng/org.eclipse.epp.config/startEPPLuna.sh
@@ -26,7 +26,7 @@ fi
# variables to adjust
BASE_DIR=/shared/technology/epp/epp_build/luna
-RELEASE_NAME="-luna-SR1a"
+RELEASE_NAME="-luna-SR2-RC1"
# variables
START_TIME=`date -u +%Y%m%d-%H%M`
@@ -41,7 +41,7 @@ DOWNLOAD_BASE_URL="http://build.eclipse.org/technology/epp/epp_build/luna/downlo
DOWNLOAD_BASE_DIR="${BASE_DIR}/download"
BUILD_DIR="${BASE_DIR}/build"
DOWNLOAD_DIR="${DOWNLOAD_BASE_DIR}/${START_TIME}"
-EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/luna/epp.build/buildresult/org.eclipse.epp.allpackages.feature_4.4.1-eclipse.feature/site.p2"
+EPPREPO_INPUT_DIR="/shared/technology/epp/epp_repo/luna/epp.build/buildresult/org.eclipse.epp.allpackages.feature_4.4.2-eclipse.feature/site.p2"
EPPREPO_WORKINGCOPY_DIR="${DOWNLOAD_DIR}/repository"
MARKERFILE="${DOWNLOAD_DIR}/${MARKERFILENAME}"
STATUSFILE="${DOWNLOAD_DIR}/${STATUSFILENAME}"
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index de41f846..c913d37a 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -1,5 +1,5 @@
<!--
-Copyright (c) 2010, 2014 Mia-Software and others.
+Copyright (c) 2010, 2015 Mia-Software and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/releng/org.eclipse.epp.config/tools/createSettings.sh b/releng/org.eclipse.epp.config/tools/createSettings.sh
index e5e54e14..b542a295 100755
--- a/releng/org.eclipse.epp.config/tools/createSettings.sh
+++ b/releng/org.eclipse.epp.config/tools/createSettings.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2014 Innoopract Informationssysteme GmbH and others.
+# Copyright (c) 2014, 2015 Innoopract Informationssysteme GmbH and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at

Back to the top