rpms/eclipse/devel eclipse.spec,1.544,1.545

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Sun Jul 20 18:50:39 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4672

Modified Files:
	eclipse.spec 
Log Message:
* Fri Jul 18 2008 Andrew Overholt <overholt at redhat.com> 3.4.0-4
- Provision with java -cp instead of binary launcher


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -r1.544 -r1.545
--- eclipse.spec	18 Jul 2008 21:35:57 -0000	1.544
+++ eclipse.spec	20 Jul 2008 18:49:54 -0000	1.545
@@ -745,7 +745,9 @@
 
 # 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 @@
 - 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 at redhat.com> 3.4.0-3
 - Generate metadata and provision each sub-package




More information about the scm-commits mailing list