Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Butzke2012-11-15 16:17:19 +0000
committerKaren Butzke2012-11-16 17:09:54 +0000
commit9aac2034a035b5dd91d1eef619df75e218607f09 (patch)
treee0fc7f2d9368d0696513cfe8c7ff52808bf572e0 /common/plugins/org.eclipse.jpt.common.core/.classpath
parent7cfcd24e88317897df16c5a581592db4a54ebb20 (diff)
downloadwebtools.dali-9aac2034a035b5dd91d1eef619df75e218607f09.tar.gz
webtools.dali-9aac2034a035b5dd91d1eef619df75e218607f09.tar.xz
webtools.dali-9aac2034a035b5dd91d1eef619df75e218607f09.zip
jpt.common.core move EMF generated code to model/src
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.core/.classpath')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/.classpath5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/.classpath b/common/plugins/org.eclipse.jpt.common.core/.classpath
index 84e5b0b8a4..d2bce40993 100644
--- a/common/plugins/org.eclipse.jpt.common.core/.classpath
+++ b/common/plugins/org.eclipse.jpt.common.core/.classpath
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="model/src">
+ <attributes>
+ <attribute name="ignore_optional_problems" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="src" path="property_files"/>
<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">

Back to the top