changeset 614:121a91084133

Fix Fedora Eclipse target definition. There was a mistake in the earlier patch. It did not include the org.eclipse.jdt.core bundle, which is required by the com.redhat.thermostat.eclipse.test plup-in. Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003159.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 12 Sep 2012 12:44:35 +0200
parents 4238b97fc746
children a325470a7366
files eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target
diffstat 1 files changed, 3 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target	Fri Sep 14 19:24:10 2012 -0400
+++ b/eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target	Wed Sep 12 12:44:35 2012 +0200
@@ -1,19 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Thermostat Eclipse (Fedora)" sequenceNumber="3">
+<?pde version="3.8"?><target name="Thermostat Eclipse (Fedora)" sequenceNumber="7">
 <locations>
-<location path="/usr/share/java" type="Directory"/>
 <location path="/usr/share/java/hamcrest" type="Directory"/>
-<location id="org.eclipse.cvs" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.e4.rcp" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.emf.common" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.emf.ecore" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.equinox.p2.core.feature" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.equinox.p2.extras.feature" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.equinox.p2.rcp.feature" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.equinox.p2.user.ui" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.help" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.platform" path="${eclipse_home}" type="Feature"/>
-<location id="org.eclipse.rcp" path="${eclipse_home}" type="Feature"/>
+<location path="/usr/share/java" type="Directory"/>
+<location path="${eclipse_home}/plugins" type="Profile"/>
 <location path="/usr/share/java/objectweb-asm" type="Directory"/>
 </locations>
 <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>