[jbosstools-commits] JBoss Tools SVN: r43552 - trunk/tests/scripts/installation-updates.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Sep 10 11:01:10 EDT 2012
Author: mickael_istria
Date: 2012-09-10 11:01:10 -0400 (Mon, 10 Sep 2012)
New Revision: 43552
Modified:
trunk/tests/scripts/installation-updates/testInstall.sh
Log:
JBIDE-12508: Fix script (removed local path)
Modified: trunk/tests/scripts/installation-updates/testInstall.sh
===================================================================
--- trunk/tests/scripts/installation-updates/testInstall.sh 2012-09-10 14:59:22 UTC (rev 43551)
+++ trunk/tests/scripts/installation-updates/testInstall.sh 2012-09-10 15:01:10 UTC (rev 43552)
@@ -100,12 +100,12 @@
java -jar plugins/org.eclipse.equinox.launcher_*.jar \
-application org.eclipse.equinox.p2.director \
-repository http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/,\
-file:/home/mistria/workspaceJBossTools/jboss-tools-eclipse-repository/tests/site/target/repository \
+http://download.jboss.org/jbosstools/builds/staging/jbosstools-4.0_trunk.component--tests/all/repo/ \
-installIU org.jboss.tools.tests.installation \
-installIU org.eclipse.swtbot.eclipse.test.junit4.feature.group \
-consoleLog
-#http://download.jboss.org/jbosstools/builds/staging/jbosstools-4.0_trunk.component--tests/all/repo/ \
+
while (($#)); do
if [ -f "$1" ]; then
for repoUrl in $(cat "$1"); do
More information about the jbosstools-commits
mailing list