diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 17:42:59 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 17:42:59 +0200 |
| commit | 5c78664a60fb490fc695859229d362261e14df64 (patch) | |
| tree | 018221e8e74cd7e0bdf6854edcde9d0e153533ce /.classpath | |
| parent | b086f57f56bf0eb9dab9cf321a0f69aaaae84347 (diff) | |
Auto set classpath in eclipse for generated source. Requires build
helper plugin.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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>
|
