diff options
Diffstat (limited to 'core/org.eclipse.emf.texo.xml/.classpath')
-rw-r--r-- | core/org.eclipse.emf.texo.xml/.classpath | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/core/org.eclipse.emf.texo.xml/.classpath b/core/org.eclipse.emf.texo.xml/.classpath index 64c5e31b..91659e04 100644 --- a/core/org.eclipse.emf.texo.xml/.classpath +++ b/core/org.eclipse.emf.texo.xml/.classpath @@ -1,7 +1,15 @@ <?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/J2SE-1.5"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> + <attributes> + <attribute name="org.eclipse.jst.component.nondependency" value=""/> + </attributes> + </classpathentry> <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0"> + <attributes> + <attribute name="owner.project.facets" value="java"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |