changeset 753:7182f8c2066f

Update Thermostat Eclipse target platform file for Fedora New Eclipse bits depend on jfreechart packages. This update to the Fedora target platform file accounts for this and includes jfreechart.jar in the target platform config. This file is only convenience for setting up a dev environment. I'm aware that I still need to create a similar file for folks who want to develop Eclipse bits with upstream Eclipse. In another patch, though. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003945.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 26 Oct 2012 11:41:59 +0200
parents 6e37ef654022
children 3dc46860f28b
files eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target	Sat Oct 27 11:28:19 2012 +0200
+++ b/eclipse/com.redhat.thermostat.eclipse.target_platform/thermostat_fedora.target	Fri Oct 26 11:41:59 2012 +0200
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Thermostat Eclipse (Fedora)" sequenceNumber="7">
+<?pde version="3.8"?><target name="Thermostat Eclipse (Fedora)" sequenceNumber="8">
 <locations>
 <location path="/usr/share/java/hamcrest" type="Directory"/>
 <location path="/usr/share/java" type="Directory"/>
 <location path="${eclipse_home}/plugins" type="Profile"/>
 <location path="/usr/share/java/objectweb-asm" type="Directory"/>
+<location path="/usr/share/java/jfreechart" type="Directory"/>
 </locations>
 <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
 </target>