diff options
author | Markus Knauer | 2013-08-17 14:31:05 +0000 |
---|---|---|
committer | Markus Knauer | 2013-08-17 14:31:05 +0000 |
commit | ff22ac3753f9082eb0ce10c4349dec7ae84bebb6 (patch) | |
tree | 5928323065a0863cdf60f4044a4ec7e73b01b0be /releng/org.eclipse.epp.config/tools/functions.sh | |
parent | 54ae36ba68a0e768ca5ff22970c5832006521150 (diff) | |
download | org.eclipse.epp.packages-ff22ac3753f9082eb0ce10c4349dec7ae84bebb6.tar.gz org.eclipse.epp.packages-ff22ac3753f9082eb0ce10c4349dec7ae84bebb6.tar.xz org.eclipse.epp.packages-ff22ac3753f9082eb0ce10c4349dec7ae84bebb6.zip |
Upgrade from Kepler to Luna
- Update feature.xml, epp.product, MANIFEST.MF, p2.inf, plugin.xml,
epp.website.xml, pom.xml, ... from EPP 2.0 to 2.1 and adjust "Kepler"
with new "Luna"
- Update build scripts, map files, etc.
- Create .project files for new virtual Tycho product projects
Diffstat (limited to 'releng/org.eclipse.epp.config/tools/functions.sh')
-rwxr-xr-x | releng/org.eclipse.epp.config/tools/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/functions.sh b/releng/org.eclipse.epp.config/tools/functions.sh index c60cbafe..199d4438 100755 --- a/releng/org.eclipse.epp.config/tools/functions.sh +++ b/releng/org.eclipse.epp.config/tools/functions.sh @@ -61,7 +61,7 @@ function pullAllConfigFiles { FILEPATH=`echo ${II} | cut -d "," -f 4` VERSION=`echo ${II} | cut -d "," -f 5` FILENAME=`echo ${II} | cut -d "," -f 6` - + if [ "${REPTYPE}" = "CVS" ]; then cvsCheckout ${REPSTRING} ${FILEPATH} ${VERSION} ${2}/${FILENAME} elif [ "${REPTYPE}" = "GIT" ]; then |