rpms/eclipse-quickrex/devel eclipse-quickrex.spec,1.1,1.2

Alphonse Van Assche (alcapcom) fedora-extras-commits at redhat.com
Thu Aug 2 21:55:49 UTC 2007


Author: alcapcom

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

Modified Files:
	eclipse-quickrex.spec 
Log Message:
Using java instead of eclipse to build the package



Index: eclipse-quickrex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-quickrex/devel/eclipse-quickrex.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-quickrex.spec	2 Aug 2007 20:15:17 -0000	1.1
+++ eclipse-quickrex.spec	2 Aug 2007 21:55:17 -0000	1.2
@@ -7,7 +7,7 @@
 
 Name:           eclipse-quickrex
 Version:        3.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        %{upstream_name} is a regular-expression test Eclipse Plug-In
 
 Group:          Development/Tools
@@ -79,14 +79,15 @@
 # Eclipse may try to write to the home directory.
 homedir=$(cd home > /dev/null && pwd)
 
-eclipse \
-     -nosplash                                         \
-     -application org.eclipse.ant.core.antRunner       \
-     -Dtype=feature                                    \
-     -Did=de.babe.eclipse.plugins.QuickREx             \
-     -DbaseLocation=$SDK                               \
-     -DsourceDirectory=$(pwd)                          \
-     -DbuildDirectory=$(pwd)/build                     \
+java -cp $SDK/startup.jar \
+     -Dosgi.sharedConfiguration.area={_libdir}/eclipse/configuration \
+     org.eclipse.core.launcher.Main \
+     -application org.eclipse.ant.core.antRunner \
+     -Dtype=feature \
+     -Did=de.babe.eclipse.plugins.QuickREx \
+     -DbaseLocation=$SDK \
+     -DsourceDirectory=$(pwd) \
+     -DbuildDirectory=$(pwd)/build \
      -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \
      -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml \
      -vmargs -Duser.home=$homedir \
@@ -138,6 +139,9 @@
 %endif
 
 %changelog
+* Thu Aug 2 2007 fons <fons at xp2000.leafamily.org> 3.5.0-4
+- Using java instead of eclipse to build the package.
+
 * Wed Jul 11 2007 Alphonse Van Assche <alcapcom at gmail.com> 3.5.0-3
 - Some other changes suggested by Andrew, see #246138 for more details
 




More information about the fedora-extras-commits mailing list