summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-30 17:42:59 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-30 17:42:59 +0200
commit5c78664a60fb490fc695859229d362261e14df64 (patch)
tree018221e8e74cd7e0bdf6854edcde9d0e153533ce /.classpath
parentb086f57f56bf0eb9dab9cf321a0f69aaaae84347 (diff)
Auto set classpath in eclipse for generated source. Requires build
helper plugin.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath8
1 files changed, 6 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 1eb22e5..04034f2 100644
--- a/.classpath
+++ b/.classpath
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
- <classpathentry kind="src" path="target/generated-sources/idl"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <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.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" output="target/classes" path="target/generated-sources/idl">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>