Commit e6229dff4f90edfe44c12f569926586aeff7b2a7
1 parent
527e7878
gitignores updates
Showing
9 changed files
with
83 additions
and
18 deletions
AbsSumAnnotator/.classpath
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | - <classpathentry kind="src" output="target/classes" path="src/main/java"/> | |
4 | - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/> | |
5 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> | |
3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> | |
4 | + <attributes> | |
5 | + <attribute name="optional" value="true"/> | |
6 | + <attribute name="maven.pomderived" value="true"/> | |
7 | + </attributes> | |
8 | + </classpathentry> | |
9 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> | |
10 | + <attributes> | |
11 | + <attribute name="maven.pomderived" value="true"/> | |
12 | + </attributes> | |
13 | + </classpathentry> | |
14 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
15 | + <attributes> | |
16 | + <attribute name="optional" value="true"/> | |
17 | + <attribute name="maven.pomderived" value="true"/> | |
18 | + </attributes> | |
19 | + </classpathentry> | |
6 | 20 | <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/> |
7 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> | |
8 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
21 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
22 | + <attributes> | |
23 | + <attribute name="maven.pomderived" value="true"/> | |
24 | + </attributes> | |
25 | + </classpathentry> | |
26 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> | |
9 | 27 | <classpathentry kind="output" path="target/classes"/> |
10 | 28 | </classpath> |
... | ... |
AbsSumAnnotator/.gitignore
0 → 100644
1 | +/target | |
... | ... |
ClauseAnnotator/.classpath
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | - <classpathentry kind="src" output="target/classes" path="src/main/java"/> | |
4 | - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/> | |
5 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> | |
3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> | |
4 | + <attributes> | |
5 | + <attribute name="optional" value="true"/> | |
6 | + <attribute name="maven.pomderived" value="true"/> | |
7 | + </attributes> | |
8 | + </classpathentry> | |
9 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> | |
10 | + <attributes> | |
11 | + <attribute name="maven.pomderived" value="true"/> | |
12 | + </attributes> | |
13 | + </classpathentry> | |
14 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
15 | + <attributes> | |
16 | + <attribute name="optional" value="true"/> | |
17 | + <attribute name="maven.pomderived" value="true"/> | |
18 | + </attributes> | |
19 | + </classpathentry> | |
6 | 20 | <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/> |
7 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> | |
8 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
21 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | |
22 | + <attributes> | |
23 | + <attribute name="maven.pomderived" value="true"/> | |
24 | + </attributes> | |
25 | + </classpathentry> | |
26 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
27 | + <attributes> | |
28 | + <attribute name="maven.pomderived" value="true"/> | |
29 | + </attributes> | |
30 | + </classpathentry> | |
9 | 31 | <classpathentry kind="output" path="target/classes"/> |
10 | 32 | </classpath> |
... | ... |
ClauseAnnotator/.gitignore
0 → 100644
1 | +/target | |
... | ... |
ClauseSumAnnotator/.classpath
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | - <classpathentry kind="src" output="target/classes" path="src/main/java"/> | |
4 | - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/> | |
5 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> | |
3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> | |
4 | + <attributes> | |
5 | + <attribute name="optional" value="true"/> | |
6 | + <attribute name="maven.pomderived" value="true"/> | |
7 | + </attributes> | |
8 | + </classpathentry> | |
9 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> | |
10 | + <attributes> | |
11 | + <attribute name="maven.pomderived" value="true"/> | |
12 | + </attributes> | |
13 | + </classpathentry> | |
14 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
15 | + <attributes> | |
16 | + <attribute name="optional" value="true"/> | |
17 | + <attribute name="maven.pomderived" value="true"/> | |
18 | + </attributes> | |
19 | + </classpathentry> | |
6 | 20 | <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/> |
7 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/> | |
8 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
21 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | |
22 | + <attributes> | |
23 | + <attribute name="maven.pomderived" value="true"/> | |
24 | + </attributes> | |
25 | + </classpathentry> | |
26 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
27 | + <attributes> | |
28 | + <attribute name="maven.pomderived" value="true"/> | |
29 | + </attributes> | |
30 | + </classpathentry> | |
9 | 31 | <classpathentry kind="output" path="target/classes"/> |
10 | 32 | </classpath> |
... | ... |
ClauseSumAnnotator/.gitignore
0 → 100644
1 | +/target | |
... | ... |
ExtrSumAnnotator/.classpath
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | <attribute name="maven.pomderived" value="true"/> |
18 | 18 | </attributes> |
19 | 19 | </classpathentry> |
20 | - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> | |
20 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | |
21 | 21 | <attributes> |
22 | 22 | <attribute name="maven.pomderived" value="true"/> |
23 | 23 | </attributes> |
... | ... | @@ -27,6 +27,5 @@ |
27 | 27 | <attribute name="maven.pomderived" value="true"/> |
28 | 28 | </attributes> |
29 | 29 | </classpathentry> |
30 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
31 | 30 | <classpathentry kind="output" path="target/classes"/> |
32 | 31 | </classpath> |
... | ... |
ExtrSumAnnotator/.gitignore
0 → 100644
1 | +/target | |
... | ... |
ExtrSumAnnotator/.project
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </buildCommand> |
18 | 18 | </buildSpec> |
19 | 19 | <natures> |
20 | - <nature>org.eclipse.jdt.core.javanature</nature> | |
21 | 20 | <nature>org.eclipse.m2e.core.maven2Nature</nature> |
21 | + <nature>org.eclipse.jdt.core.javanature</nature> | |
22 | 22 | </natures> |
23 | 23 | </projectDescription> |
... | ... |