Skip to content

Commit c94fb4b

Browse files
committed
Move to maven project
1 parent 7eb39fe commit c94fb4b

File tree

807 files changed

+8606
-62475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

807 files changed

+8606
-62475
lines changed

cobertura/.classpath

Lines changed: 117 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,119 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry including="**/*.css|**/*.html|**/*.java|**/*.js|**/*.png|**/*.txt|**/*.xml" kind="src" path="src"/>
4-
<classpathentry kind="src" path="examples/functionaltest1/src"/>
5-
<classpathentry kind="src" path="examples/basic/src"/>
6-
<classpathentry kind="src" path="src-2"/>
7-
<classpathentry kind="src" path="test"/>
8-
<classpathentry kind="src" path="examples/functionalconditiontest/src"/>
9-
<classpathentry kind="lib" path="etc">
10-
<accessrules>
11-
<accessrule kind="accessible" pattern="task.properties"/>
12-
<accessrule kind="nonaccessible" pattern="*"/>
13-
</accessrules>
14-
</classpathentry>
15-
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
16-
<classpathentry kind="lib" path="lib/jaxen-1.1-beta-8.jar"/>
17-
<classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
18-
<classpathentry kind="lib" path="lib/junit.jar"/>
19-
<classpathentry kind="lib" path="lib/log4j-1.2.9.jar"/>
20-
<classpathentry kind="lib" path="lib/xalan-2.6.0.jar"/>
21-
<classpathentry kind="lib" path="jetty/lib/servlet-api-2.5-6.1.14.jar"/>
22-
<classpathentry kind="lib" path="antLibrary/common/groovy/groovy-all-1.6-RC-1.jar"/>
23-
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
24-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
25-
<classpathentry kind="lib" path="lib/xerces/2.6.2/xercesImpl.jar"/>
26-
<classpathentry kind="lib" path="lib/xerces/2.6.2/xml-apis.jar"/>
27-
<classpathentry kind="lib" path="lib/xerces/2.6.2/xmlParserAPIs.jar"/>
28-
<classpathentry kind="lib" path="lib/asm-3.3.1.jar"/>
29-
<classpathentry kind="lib" path="lib/asm-tree-3.3.1.jar"/>
30-
<classpathentry kind="lib" path="lib/asm-commons-3.3.1.jar"/>
31-
<classpathentry kind="output" path="bin"/>
32-
</classpath>
3+
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
4+
<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
5+
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
6+
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
7+
<classpathentry kind="output" path="target/classes"/>
8+
<classpathentry kind="var" path="M2_REPO/javax/servlet/javax.servlet-api/3.1-b07/javax.servlet-api-3.1-b07.jar" sourcepath="M2_REPO/javax/servlet/javax.servlet-api/3.1-b07/javax.servlet-api-3.1-b07-sources.jar">
9+
<attributes>
10+
<attribute value="jar:file:/home/schristou88/.m2/repository/javax/servlet/javax.servlet-api/3.1-b07/javax.servlet-api-3.1-b07-javadoc.jar!/" name="javadoc_location"/>
11+
</attributes>
12+
</classpathentry>
13+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
14+
<classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-junit/1.9.0/ant-junit-1.9.0.jar" sourcepath="M2_REPO/org/apache/ant/ant-junit/1.9.0/ant-junit-1.9.0-sources.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.8.2/ant-1.8.2.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar"/>
17+
<classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar" sourcepath="M2_REPO/junit/junit/4.11/junit-4.11-sources.jar">
18+
<attributes>
19+
<attribute value="jar:file:/home/schristou88/.m2/repository/junit/junit/4.11/junit-4.11-javadoc.jar!/" name="javadoc_location"/>
20+
</attributes>
21+
</classpathentry>
22+
<classpathentry kind="lib" path="/usr/lib/jvm/jdk1.6.0_43/lib/tools.jar"/>
23+
<classpathentry kind="var" path="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/gmaven-runtime-2.0-1.5.jar" sourcepath="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/gmaven-runtime-2.0-1.5-sources.jar">
24+
<attributes>
25+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/gmaven-runtime-2.0-1.5-javadoc.jar!/" name="javadoc_location"/>
26+
</attributes>
27+
</classpathentry>
28+
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10-sources.jar"/>
29+
<classpathentry kind="var" path="M2_REPO/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/gmaven-feature-support-1.5.jar" sourcepath="M2_REPO/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/gmaven-feature-support-1.5-sources.jar">
30+
<attributes>
31+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/gmaven-feature-support-1.5-javadoc.jar!/" name="javadoc_location"/>
32+
</attributes>
33+
</classpathentry>
34+
<classpathentry kind="var" path="M2_REPO/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/gmaven-feature-api-1.5.jar" sourcepath="M2_REPO/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/gmaven-feature-api-1.5-sources.jar">
35+
<attributes>
36+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/gmaven-feature-api-1.5-javadoc.jar!/" name="javadoc_location"/>
37+
</attributes>
38+
</classpathentry>
39+
<classpathentry kind="var" path="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/gmaven-runtime-support-1.5.jar" sourcepath="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/gmaven-runtime-support-1.5-sources.jar">
40+
<attributes>
41+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/gmaven-runtime-support-1.5-javadoc.jar!/" name="javadoc_location"/>
42+
</attributes>
43+
</classpathentry>
44+
<classpathentry kind="var" path="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/gmaven-runtime-api-1.5.jar" sourcepath="M2_REPO/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/gmaven-runtime-api-1.5-sources.jar">
45+
<attributes>
46+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/gmaven-runtime-api-1.5-javadoc.jar!/" name="javadoc_location"/>
47+
</attributes>
48+
</classpathentry>
49+
<classpathentry kind="var" path="M2_REPO/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar" sourcepath="M2_REPO/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4-sources.jar">
50+
<attributes>
51+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4-javadoc.jar!/" name="javadoc_location"/>
52+
</attributes>
53+
</classpathentry>
54+
<classpathentry kind="var" path="M2_REPO/org/sonatype/gossip/gossip/1.3/gossip-1.3.jar" sourcepath="M2_REPO/org/sonatype/gossip/gossip/1.3/gossip-1.3-sources.jar">
55+
<attributes>
56+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/sonatype/gossip/gossip/1.3/gossip-1.3-javadoc.jar!/" name="javadoc_location"/>
57+
</attributes>
58+
</classpathentry>
59+
<classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0-sources.jar">
60+
<attributes>
61+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0-javadoc.jar!/" name="javadoc_location"/>
62+
</attributes>
63+
</classpathentry>
64+
<classpathentry kind="var" path="M2_REPO/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar" sourcepath="M2_REPO/com/thoughtworks/qdox/qdox/1.12/qdox-1.12-sources.jar">
65+
<attributes>
66+
<attribute value="jar:file:/home/schristou88/.m2/repository/com/thoughtworks/qdox/qdox/1.12/qdox-1.12-javadoc.jar!/" name="javadoc_location"/>
67+
</attributes>
68+
</classpathentry>
69+
<classpathentry kind="var" path="M2_REPO/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar" sourcepath="M2_REPO/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1-sources.jar">
70+
<attributes>
71+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1-javadoc.jar!/" name="javadoc_location"/>
72+
</attributes>
73+
</classpathentry>
74+
<classpathentry kind="var" path="M2_REPO/jline/jline/0.9.94/jline-0.9.94.jar" sourcepath="M2_REPO/jline/jline/0.9.94/jline-0.9.94-sources.jar"/>
75+
<classpathentry kind="var" path="M2_REPO/org/jdom/jdom/2.0.2/jdom-2.0.2.jar" sourcepath="M2_REPO/org/jdom/jdom/2.0.2/jdom-2.0.2-sources.jar">
76+
<attributes>
77+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/jdom/jdom/2.0.2/jdom-2.0.2-javadoc.jar!/" name="javadoc_location"/>
78+
</attributes>
79+
</classpathentry>
80+
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar">
81+
<attributes>
82+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" name="javadoc_location"/>
83+
</attributes>
84+
</classpathentry>
85+
<classpathentry kind="var" path="M2_REPO/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar" sourcepath="M2_REPO/org/ow2/asm/asm-all/4.1/asm-all-4.1-sources.jar">
86+
<attributes>
87+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/ow2/asm/asm-all/4.1/asm-all-4.1-javadoc.jar!/" name="javadoc_location"/>
88+
</attributes>
89+
</classpathentry>
90+
<classpathentry kind="var" path="M2_REPO/oro/oro/2.0.8/oro-2.0.8.jar" sourcepath="M2_REPO/oro/oro/2.0.8/oro-2.0.8-sources.jar"/>
91+
<classpathentry kind="var" path="M2_REPO/org/ow2/asm/asm/4.1/asm-4.1.jar" sourcepath="M2_REPO/org/ow2/asm/asm/4.1/asm-4.1-sources.jar">
92+
<attributes>
93+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/ow2/asm/asm/4.1/asm-4.1-javadoc.jar!/" name="javadoc_location"/>
94+
</attributes>
95+
</classpathentry>
96+
<classpathentry kind="var" path="M2_REPO/org/ow2/asm/asm-commons/4.1/asm-commons-4.1.jar" sourcepath="M2_REPO/org/ow2/asm/asm-commons/4.1/asm-commons-4.1-sources.jar">
97+
<attributes>
98+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/ow2/asm/asm-commons/4.1/asm-commons-4.1-javadoc.jar!/" name="javadoc_location"/>
99+
</attributes>
100+
</classpathentry>
101+
<classpathentry kind="var" path="M2_REPO/org/ow2/asm/asm-tree/4.1/asm-tree-4.1.jar" sourcepath="M2_REPO/org/ow2/asm/asm-tree/4.1/asm-tree-4.1-sources.jar">
102+
<attributes>
103+
<attribute value="jar:file:/home/schristou88/.m2/repository/org/ow2/asm/asm-tree/4.1/asm-tree-4.1-javadoc.jar!/" name="javadoc_location"/>
104+
</attributes>
105+
</classpathentry>
106+
<classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar" sourcepath="M2_REPO/jaxen/jaxen/1.1.4/jaxen-1.1.4-sources.jar">
107+
<attributes>
108+
<attribute value="jar:file:/home/schristou88/.m2/repository/jaxen/jaxen/1.1.4/jaxen-1.1.4-javadoc.jar!/" name="javadoc_location"/>
109+
</attributes>
110+
</classpathentry>
111+
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17.jar" sourcepath="M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar">
112+
<attributes>
113+
<attribute value="jar:file:/home/schristou88/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17-javadoc.jar!/" name="javadoc_location"/>
114+
</attributes>
115+
</classpathentry>
116+
<classpathentry kind="var" path="M2_REPO/xalan/xalan/2.7.1/xalan-2.7.1.jar" sourcepath="M2_REPO/xalan/xalan/2.7.1/xalan-2.7.1-sources.jar"/>
117+
<classpathentry kind="var" path="M2_REPO/xalan/serializer/2.7.1/serializer-2.7.1.jar"/>
118+
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar"/>
119+
</classpath>

cobertura/.project

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>cobertura</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
16-
</natures>
17-
</projectDescription>
3+
<name>cobertura</name>
4+
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5+
<projects/>
6+
<buildSpec>
7+
<buildCommand>
8+
<name>org.eclipse.jdt.core.javabuilder</name>
9+
</buildCommand>
10+
</buildSpec>
11+
<natures>
12+
<nature>org.eclipse.jdt.core.javanature</nature>
13+
</natures>
14+
</projectDescription>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
#Fri Jan 14 07:52:51 EST 2011
2-
eclipse.preferences.version=1
3-
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
1+
#Thu Apr 04 19:30:17 CDT 2013
2+
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
3+
org.eclipse.jdt.core.compiler.compliance=1.6
44
org.eclipse.jdt.core.builder.duplicateResourceTask=warning
5-
org.eclipse.jdt.core.builder.invalidClasspath=abort
65
org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
7-
org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.svg,*.groovy
8-
org.eclipse.jdt.core.circularClasspath=error
6+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
7+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
8+
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
9+
eclipse.preferences.version=1
910
org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
1011
org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
11-
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
13-
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
14-
org.eclipse.jdt.core.compiler.compliance=1.5
15-
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1612
org.eclipse.jdt.core.compiler.debug.localVariable=generate
13+
org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.testsuite,*.deploy,*.location,*.execution,*.datapool,*.artifact,*.svg,*.groovy
1714
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
18-
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
15+
org.eclipse.jdt.core.circularClasspath=error
16+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
1917
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18+
org.eclipse.jdt.core.builder.invalidClasspath=abort
2019
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
21-
org.eclipse.jdt.core.compiler.source=1.5
22-
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
20+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
2321
org.eclipse.jdt.core.incompleteClasspath=error
22+
org.eclipse.jdt.core.compiler.source=1.6
23+
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
Binary file not shown.
-158 KB
Binary file not shown.

0 commit comments

Comments
 (0)