Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/org.eclipse.sirius.expression.edit/.classpath')
-rw-r--r--prototypes/org.eclipse.sirius.expression.edit/.classpath11
1 files changed, 11 insertions, 0 deletions
diff --git a/prototypes/org.eclipse.sirius.expression.edit/.classpath b/prototypes/org.eclipse.sirius.expression.edit/.classpath
new file mode 100644
index 000000000..6292ea58a
--- /dev/null
+++ b/prototypes/org.eclipse.sirius.expression.edit/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src-gen">
+ <attributes>
+ <attribute name="ignore_optional_problems" value="true"/>
+ </attributes>
+ </classpathentry>
+ <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="output" path="bin"/>
+</classpath>

Back to the top