summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg <rgrunber@redhat.com>2013-10-09 16:55:32 -0400
committerRoland Grunberg <rgrunber@redhat.com>2013-10-09 16:55:32 -0400
commit799cfaa9dea173f10b2ec8eecedfa60f33a26498 (patch)
tree69a2608718aa53f2af27178f24deca4c4e604d38
parent3a2c33e8cefe5e7cf9ef6aa8b5771d4ebd819919 (diff)
downloadtestbundle-to-eclipse-test-799cfaa9dea173f10b2ec8eecedfa60f33a26498.tar.gz
testbundle-to-eclipse-test-799cfaa9dea173f10b2ec8eecedfa60f33a26498.tar.xz
testbundle-to-eclipse-test-799cfaa9dea173f10b2ec8eecedfa60f33a26498.zip
Add prefix for lookup path of o.e.equinox.launcher jar.
-rwxr-xr-xgenRepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/genRepo.sh b/genRepo.sh
index 0673bd0..4ec5f6c 100755
--- a/genRepo.sh
+++ b/genRepo.sh
@@ -4,7 +4,7 @@ prefix=$ROOT_PREFIX
sdk=$1'-sdk'
repo=$1
-java -jar /usr/lib*/eclipse/plugins/org.eclipse.equinox.launcher_*.jar -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
+java -jar $prefix/usr/lib*/eclipse/plugins/org.eclipse.equinox.launcher_*.jar -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \
-metadataRepository file:$repo \
-artifactRepository file:$repo \
-source $sdk \