changeset 602:2eeca26d586f

Add target definition file for Fedora Eclipse This patch adds a target definition file in order for new developers to be able to hit the ground running with thermostat Eclipse development. Note that in order for this to work the following Fedora bugs need to be resolved. I can provide scratch builds if you like. 1. org.hamcrest: https://bugzilla.redhat.com/show_bug.cgi?id=852068 2. net.sf.cglib: https://bugzilla.redhat.com/show_bug.cgi?id=854249 3. org.apche.lucene: https://bugzilla.redhat.com/show_bug.cgi?id=849138 1 and 2 are for running plug-in tests. 3. is required for the com.redhat.thermostat.common.core bundle to resolve properly (IIRC). Anyhow it's nice to have this sort of thing, since it makes it easier for users to set up a development environment for thermostat Eclipse plug-in development. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-September/003076.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 07 Sep 2012 14:43:24 +0200
parents c36e9751cda4
children 5cd4aaf85d02
files eclipse/com.redhat.thermostat.eclipse.target_platform/.project eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target
diffstat 2 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eclipse/com.redhat.thermostat.eclipse.target_platform/.project	Fri Sep 07 14:43:24 2012 +0200
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>com.redhat.thermostat.eclipse.target_platform</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target	Fri Sep 07 14:43:24 2012 +0200
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="Thermostat Eclipse (Fedora)" sequenceNumber="3">
+<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/objectweb-asm" type="Directory"/>
+</locations>
+<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+</target>