Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-09-24 12:59:25 +0000
committerHenrik Rentz-Reichert2012-09-24 12:59:25 +0000
commitd31293f284a2dc01e7c3f556beb5dee1f3eb1f5f (patch)
treeeae30ee1de8bb391c66c01165f850386acfcf51d /plugins/org.eclipse.etrice.generator.fsmtest.ui
parent9daf836415f2203319f6683cd6a5c33ca8f05889 (diff)
downloadorg.eclipse.etrice-d31293f284a2dc01e7c3f556beb5dee1f3eb1f5f.tar.gz
org.eclipse.etrice-d31293f284a2dc01e7c3f556beb5dee1f3eb1f5f.tar.xz
org.eclipse.etrice-d31293f284a2dc01e7c3f556beb5dee1f3eb1f5f.zip
[generator.fsmtest] reduced warnings
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.fsmtest.ui')
-rw-r--r--plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath b/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
index e5fbd3dd2..814539a72 100644
--- a/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
+++ b/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top