summaryrefslogtreecommitdiffstats
path: root/genRepo.sh
blob: 0673bd0066648e4314d2f76ac47026478414a0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

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 \
-metadataRepository file:$repo \
-artifactRepository file:$repo \
-source $sdk \
-compress -append -publishArtifacts

rm -rf $sdk