Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2009-05-26 12:26:26 +0000
committerMarkus Knauer2009-05-26 12:26:26 +0000
commit47b44f250b0fef01a9481fabbdc7bf620baba869 (patch)
tree00d21371cf8eaad8c1f358905d0b9a59d8441126 /releng
parent1f58aa789e6c11e4a901dd06a0f2576d605f795b (diff)
downloadorg.eclipse.epp.packages-47b44f250b0fef01a9481fabbdc7bf620baba869.tar.gz
org.eclipse.epp.packages-47b44f250b0fef01a9481fabbdc7bf620baba869.tar.xz
org.eclipse.epp.packages-47b44f250b0fef01a9481fabbdc7bf620baba869.zip
try out *single* definition of repositories
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index d5852823..10c01d77 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -113,7 +113,7 @@ do
rm -rf ${PACKAGE_BUILD_DIR}
mkdir -p ${PACKAGE_BUILD_DIR}
${ECLIPSE} -nosplash -consoleLog -application org.eclipse.equinox.p2.director \
- -metadatarepositories ${METADATAREPOSITORIES} -artifactrepositories ${ARTIFACTREPOSITORIES} \
+ -repositories ${METADATAREPOSITORIES} \
-installIU ${PACKAGE} \
-destination ${PACKAGE_BUILD_DIR}/eclipse \
-profile ${PACKAGE} \

Back to the top