rpms/eclipse/devel eclipse.spec,1.360,1.361

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 2 02:06:38 UTC 2006


Author: bkonrath

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1074

Modified Files:
	eclipse.spec 
Log Message:
use java -cp startup.jar for file initializer build


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- eclipse.spec	2 Nov 2006 02:04:28 -0000	1.360
+++ eclipse.spec	2 Nov 2006 02:06:36 -0000	1.361
@@ -912,7 +912,8 @@
 echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/assemble.org.eclipse.equinox.initializer.all.xml
 echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/package.org.eclipse.equinox.initializer.all.xml
 
-$SDK/eclipse \
+java -cp $SDK/startup.jar \
+      org.eclipse.core.launcher.Main \
      -Duser.home=$homedir                              \
      -application org.eclipse.ant.core.antRunner       \
      -Dtype=plugin                                    \
@@ -923,7 +924,8 @@
      -f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml
 
 pushd build/plugins/org.eclipse.equinox.initializer
-$SDK/eclipse \
+java -cp $SDK/startup.jar \
+      org.eclipse.core.launcher.Main \
      -Duser.home=$homedir                              \
      -application org.eclipse.ant.core.antRunner       \
      -f build.xml build.update.jar




More information about the fedora-cvs-commits mailing list