rpms/eclipse/devel eclipse-tests-libraryXml.patch, 1.2, 1.3 eclipse.spec, 1.610, 1.611

Andrew Overholt overholt at fedoraproject.org
Fri Dec 5 19:04:49 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6685/devel

Modified Files:
	eclipse-tests-libraryXml.patch eclipse.spec 
Log Message:
* Fri Dec 5 2008 Andrew Overholt <overholt at redhat.com> 1:3.4.1-10
- Remove MaxPermSize from sysproperty lists in library.xml as it was causing the
  JVM to not start.

eclipse-tests-libraryXml.patch:

Index: eclipse-tests-libraryXml.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse-tests-libraryXml.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-tests-libraryXml.patch	5 Dec 2008 01:45:06 -0000	1.2
+++ eclipse-tests-libraryXml.patch	5 Dec 2008 19:04:18 -0000	1.3
@@ -6,7 +6,7 @@
 retrieving revision 1.33
 diff -u -r1.33 library.xml
 --- library.xml	13 Mar 2008 14:00:36 -0000	1.33
-+++ library.xml	5 Dec 2008 01:39:01 -0000
++++ library.xml	5 Dec 2008 14:11:35 -0000
 @@ -6,13 +6,13 @@
  	</target>
  
@@ -102,14 +102,14 @@
  		    <arg line="-consolelog"/>
 +			<arg line="-clean"/>
 +			<arg line="-Dswt.library.path=/usr/lib/eclipse"/>
-+			<arg line="-Dsetup.override.vmArgs=Xms256m;Xmx1024m;XX:MaxPermSize=512m"/>
++			<arg line="-Dsetup.override.vmArgs=Xms256m;Xmx1024m"/>
 +			<arg line="-Dsetup.override.systemProperties=PLUGIN_PATH=${plugin-path};user.home=${testhome}"/>
  		    <jvmarg line="${vmargs} ${extraVMargs}"/>
 -		    <sysproperty key="PLUGIN_PATH" value="${plugin-path}"/> 
 +		    <sysproperty key="PLUGIN_PATH" value="${plugin-path}"/>
 +			<sysproperty key="user.home" value="${testhome}"/>
 +			<sysproperty key="swt.library.path" value="/usr/lib/eclipse"/>
-+			<sysproperty key="setup.override.vmArgs" value="Xms256m;Xmx1024m;XX:MaxPermSize=512m"/>
++			<sysproperty key="setup.override.vmArgs" value="Xms256m;Xmx1024m"/>
 +			<sysproperty key="setup.override.systemProperties" value="PLUGIN_PATH=${plugin-path};user.home=${testhome}"/>
 +			<sysproperty key="sdk.tests.data.dir" value="${data-dir}"/>
 +			<sysproperty key="osgi.configuration.area" value="${data-dir}"/>


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.610
retrieving revision 1.611
diff -u -r1.610 -r1.611
--- eclipse.spec	5 Dec 2008 01:45:06 -0000	1.610
+++ eclipse.spec	5 Dec 2008 19:04:18 -0000	1.611
@@ -30,7 +30,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -1537,6 +1537,10 @@
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Fri Dec 5 2008 Andrew Overholt <overholt at redhat.com> 1:3.4.1-10
+- Remove MaxPermSize from sysproperty lists in library.xml as it was causing the
+  JVM to not start.
+
 * Thu Dec 4 2008 Andrew Overholt <overholt at redhat.com> 1:3.4.1-8
 - Increase MaxPermSize when running tests.
 




More information about the scm-commits mailing list