diff --git a/eclipse.spec b/eclipse.spec index 0cd50f4..ce5f478 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -37,7 +37,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 7%{?dist} +Release: 8%{?dist} License: EPL URL: http://www.eclipse.org/ @@ -403,6 +403,7 @@ popd %pom_disable_module bundles/org.eclipse.osgi.compatibility.plugins rt.equinox.framework %pom_xpath_remove "feature[@id='org.eclipse.osgi.compatibility.plugins.feature']" \ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml +sed -i -e '/OldStylePluginTests/d' ./rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/AutomatedTests.java # This part generates secondary fragments using primary fragments for dir in eclipse.platform.swt.binaries/bundles \ @@ -1093,6 +1094,9 @@ fi %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_* %changelog +* Mon Jul 20 2015 Mat Booth - 1:4.5.0-8 +- Disable tests for Eclipse 2.x style plug-in support that we don't ship + * Fri Jul 17 2015 Alexander Kurtakov 1:4.5.0-7 - Less PermSize settings - simply ignored in Java 8.