Skip to content

Commit ea02a6a

Browse files
author
srathod
committed
- Reverting the checked in .classpath and .project files.
1 parent d3b0240 commit ea02a6a

2 files changed

Lines changed: 4 additions & 34 deletions

File tree

.classpath

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
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="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>
3+
<classpathentry kind="src" path="src/main/java"/>
4+
<classpathentry kind="src" path="resources"/>
5+
<classpathentry kind="src" path="src/test/java"/>
206
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
217
<classpathentry kind="lib" path="lib/httpclient-4.0.1.jar"/>
228
<classpathentry kind="lib" path="lib/httpcore-4.0.1.jar"/>
239
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
2410
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
25-
<classpathentry kind="lib" path="src/main/java/net/authorize/api/controller/CreateProfileController.java"/>
26-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
27-
<attributes>
28-
<attribute name="maven.pomderived" value="true"/>
29-
</attributes>
30-
</classpathentry>
11+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
3112
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
3213
<classpathentry kind="lib" path="lib/hamcrest-library-1.3.jar"/>
3314
<classpathentry kind="lib" path="lib/jmock-2.6.0.jar"/>
34-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
35-
<attributes>
36-
<attribute name="maven.pomderived" value="true"/>
37-
</attributes>
38-
</classpathentry>
3915
<classpathentry kind="output" path="target/classes"/>
4016
</classpath>

.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,8 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.m2e.core.maven2Builder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
1813
</buildSpec>
1914
<natures>
20-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2115
<nature>org.eclipse.jdt.core.javanature</nature>
2216
</natures>
2317
</projectDescription>

0 commit comments

Comments
 (0)