Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-11-16 10:26:57 +0000
committerHenrik Rentz-Reichert2012-11-16 10:26:57 +0000
commit1982e9ad69860e4305cf7dbbd6c3bc8e4a068fa6 (patch)
tree9ae69f9cd27c108c3c918ed2660001f2b351bbde /plugins/org.eclipse.etrice.core.etmap
parent864113d9fa57f737feac9fb3985ac5abfb076886 (diff)
downloadorg.eclipse.etrice-1982e9ad69860e4305cf7dbbd6c3bc8e4a068fa6.tar.gz
org.eclipse.etrice-1982e9ad69860e4305cf7dbbd6c3bc8e4a068fa6.tar.xz
org.eclipse.etrice-1982e9ad69860e4305cf7dbbd6c3bc8e4a068fa6.zip
[etmap, etphys] updated class path
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etmap')
-rw-r--r--plugins/org.eclipse.etrice.core.etmap/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.etmap/.classpath b/plugins/org.eclipse.etrice.core.etmap/.classpath
index 3f1be5028..18d312c8d 100644
--- a/plugins/org.eclipse.etrice.core.etmap/.classpath
+++ b/plugins/org.eclipse.etrice.core.etmap/.classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="xtend-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="output" path="bin"/>
</classpath>

Back to the top