|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" output="pkg/classes" path="src/main/java"> |
| 3 | + <classpathentry excluding="module-info.java" including="org/jruby/gen/**/*.java" kind="src" output="pkg/classes" path="src/main/java"> |
4 | 4 | <attributes> |
5 | 5 | <attribute name="optional" value="true"/> |
6 | 6 | <attribute name="maven.pomderived" value="true"/> |
|
10 | 10 | <attributes> |
11 | 11 | <attribute name="optional" value="true"/> |
12 | 12 | <attribute name="maven.pomderived" value="true"/> |
| 13 | + <attribute name="test" value="true"/> |
13 | 14 | </attributes> |
14 | 15 | </classpathentry> |
15 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> |
| 16 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
16 | 17 | <attributes> |
17 | 18 | <attribute name="maven.pomderived" value="true"/> |
18 | 19 | </attributes> |
|
22 | 23 | <attribute name="maven.pomderived" value="true"/> |
23 | 24 | </attributes> |
24 | 25 | </classpathentry> |
| 26 | + <classpathentry kind="src" path="target/generated-sources"> |
| 27 | + <attributes> |
| 28 | + <attribute name="optional" value="true"/> |
| 29 | + <attribute name="maven.pomderived" value="true"/> |
| 30 | + <attribute name="ignore_optional_problems" value="true"/> |
| 31 | + <attribute name="m2e-apt" value="true"/> |
| 32 | + </attributes> |
| 33 | + </classpathentry> |
| 34 | + <classpathentry excluding="**" kind="src" output="pkg/classes" path="src/main/resources"> |
| 35 | + <attributes> |
| 36 | + <attribute name="maven.pomderived" value="true"/> |
| 37 | + <attribute name="optional" value="true"/> |
| 38 | + </attributes> |
| 39 | + </classpathentry> |
| 40 | + <classpathentry excluding="**" kind="src" output="pkg/test-classes" path="src/test/resources"> |
| 41 | + <attributes> |
| 42 | + <attribute name="maven.pomderived" value="true"/> |
| 43 | + <attribute name="test" value="true"/> |
| 44 | + <attribute name="optional" value="true"/> |
| 45 | + </attributes> |
| 46 | + </classpathentry> |
| 47 | + <classpathentry kind="src" output="pkg/test-classes" path="pkg/generated-test-sources/test-annotations"> |
| 48 | + <attributes> |
| 49 | + <attribute name="optional" value="true"/> |
| 50 | + <attribute name="maven.pomderived" value="true"/> |
| 51 | + <attribute name="ignore_optional_problems" value="true"/> |
| 52 | + <attribute name="m2e-apt" value="true"/> |
| 53 | + <attribute name="test" value="true"/> |
| 54 | + </attributes> |
| 55 | + </classpathentry> |
25 | 56 | <classpathentry kind="output" path="pkg/classes"/> |
26 | 57 | </classpath> |
0 commit comments