master/build_p2_repo.sh
Commiter: Mirko Stocker
Author: Mirko Stocker
Revision: 7ec9db8633
File Size: 352 Bytes
(July 08, 2010 14:10 UTC) Almost 2 years ago
Forgot to adjust the path in the p2 script.
#!/bin/sh THIS=$(readlink -f $0) BUNDLE_ROOT="`dirname $THIS`/org.scala-refactoring.update-site/target/site" eclipse -consolelog -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/$BUNDLE_ROOT/repo -artifactRepository file:/$BUNDLE_ROOT/repo -source $BUNDLE_ROOT -compress -publishArtifacts |