Repository: maven-integration-testing Updated Branches: refs/heads/master 44ae63380 -> 448abc8bc
Remove superfluous Eclipse configuration files Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/448abc8b Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/448abc8b Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/448abc8b Branch: refs/heads/master Commit: 448abc8bccb0b3b02438f71096620b6af381c9d9 Parents: 44ae633 Author: Michael Osipov <[email protected]> Authored: Wed May 24 11:11:39 2017 +0200 Committer: Michael Osipov <[email protected]> Committed: Wed May 24 11:11:39 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/.classpath | 11 ----------- .../src/main/resources/archetype-resources/.project | 13 ------------- 2 files changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/448abc8b/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.classpath ---------------------------------------------------------------------- diff --git a/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.classpath b/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.classpath deleted file mode 100644 index 76079e5..0000000 --- a/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.classpath +++ /dev/null @@ -1,11 +0,0 @@ -<classpath> - <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> - <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/> - <classpathentry kind="output" path="target/classes"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="M2_REPO/org/apache/maven/its/maven-integration-test-helper/${version}/maven-integration-test-helper-${version}.jar"/> - <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/> - <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1-sources.jar"/> - <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar" sourcepath="M2_REPO/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5-sources.jar"/> - <classpathentry kind="var" path="M2_REPO/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0.jar" sourcepath="M2_REPO/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0-sources.jar"/> -</classpath> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/448abc8b/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.project ---------------------------------------------------------------------- diff --git a/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.project b/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.project deleted file mode 100644 index 4eb9c75..0000000 --- a/core-it-support/maven-it-sample-archetype/src/main/resources/archetype-resources/.project +++ /dev/null @@ -1,13 +0,0 @@ -<projectDescription> - <name>${artifactId}</name> - <comment/> - <projects/> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> \ No newline at end of file
