- Provision with java -cp instead of binary launcher

This commit is contained in:
Andrew Overholt 2008-07-20 18:49:54 +00:00
parent fdd4f542a9
commit ce22a23c61
1 changed files with 5 additions and 2 deletions

View File

@ -745,7 +745,9 @@ chmod u+x $installDir/eclipse
# Debugging? Add -debug and -consolelog
# Provision with director
$installDir/eclipse \
java \
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
org.eclipse.core.launcher.Main \
-application \
org.eclipse.equinox.p2.director.app.application \
-nosplash \
@ -1349,7 +1351,8 @@ fi
- Update patch for building native libraries
- Re-add missing BR on tomcat5-jasper-eclipse
- Add patch for 64-bit platforms to build SWT
- Don't try to resolve bundles.osgi.org during build
- Don't try to resolve http://bundles.osgi.org for javadocs
- Provision with java -cp instead of binary launcher
* Thu Jul 17 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-3
- Generate metadata and provision each sub-package