Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-11-11 15:44:28 +0000
committerHenrik Rentz-Reichert2013-11-11 17:53:09 +0000
commit7fa326c0c31af895cb6ff9005ad8c466a73f112e (patch)
tree59cafe2464863fca023ef66ddd7ec97c7d2f7826 /plugins/org.eclipse.etrice.core.common/.classpath
parentf1d6c4fc810a726a950cad6ef6871d5e1b5f47b7 (diff)
downloadorg.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.tar.gz
org.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.tar.xz
org.eclipse.etrice-7fa326c0c31af895cb6ff9005ad8c466a73f112e.zip
[*] added pom
Diffstat (limited to 'plugins/org.eclipse.etrice.core.common/.classpath')
-rw-r--r--plugins/org.eclipse.etrice.core.common/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.common/.classpath b/plugins/org.eclipse.etrice.core.common/.classpath
index 406ca4abd..9389ddb61 100644
--- a/plugins/org.eclipse.etrice.core.common/.classpath
+++ b/plugins/org.eclipse.etrice.core.common/.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