删除多余文件
Showing
3 changed files
with
0 additions
and
114 deletions
.classpath
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <classpath> | ||
3 | <classpathentry kind="src" output="src/main/webapp/WEB-INF/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="src/main/webapp/WEB-INF/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="test" value="true"/> | ||
17 | <attribute name="optional" value="true"/> | ||
18 | <attribute name="maven.pomderived" value="true"/> | ||
19 | </attributes> | ||
20 | </classpathentry> | ||
21 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8_64"> | ||
22 | <attributes> | ||
23 | <attribute name="maven.pomderived" value="true"/> | ||
24 | </attributes> | ||
25 | </classpathentry> | ||
26 | <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
27 | <attributes> | ||
28 | <attribute name="maven.pomderived" value="true"/> | ||
29 | <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> | ||
30 | </attributes> | ||
31 | </classpathentry> | ||
32 | <classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/> | ||
33 | </classpath> |
.classpath.bak
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <classpath> | ||
3 | <classpathentry kind="src" output="src/main/webapp/WEB-INF/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="src/main/webapp/WEB-INF/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> | ||
20 | <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> | ||
21 | <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
22 | <attributes> | ||
23 | <attribute name="maven.pomderived" value="true"/> | ||
24 | <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> | ||
25 | </attributes> | ||
26 | </classpathentry> | ||
27 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
28 | <attributes> | ||
29 | <attribute name="owner.project.facets" value="java"/> | ||
30 | </attributes> | ||
31 | </classpathentry> | ||
32 | <classpathentry kind="lib" path="D:/program/eclipse/plugins/javax.xml.rpc_1.1.0.v201209140446/lib/jaxrpc.jar"/> | ||
33 | <classpathentry kind="lib" path="D:/program/eclipse/plugins/org.apache.axis_1.4.0.v201411182030/lib/axis.jar"/> | ||
34 | <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | ||
35 | <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> | ||
36 | <classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/> | ||
37 | </classpath> |
.project
deleted
100644 → 0
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>ODM</name> | ||
4 | <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>org.eclipse.jdt.core.javabuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | <buildCommand> | ||
14 | <name>org.eclipse.wst.validation.validationbuilder</name> | ||
15 | <arguments> | ||
16 | </arguments> | ||
17 | </buildCommand> | ||
18 | <buildCommand> | ||
19 | <name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
20 | <arguments> | ||
21 | </arguments> | ||
22 | </buildCommand> | ||
23 | <buildCommand> | ||
24 | <name>org.maven.ide.eclipse.maven2Builder</name> | ||
25 | <arguments> | ||
26 | </arguments> | ||
27 | </buildCommand> | ||
28 | <buildCommand> | ||
29 | <name>org.eclipse.m2e.core.maven2Builder</name> | ||
30 | <arguments> | ||
31 | </arguments> | ||
32 | </buildCommand> | ||
33 | </buildSpec> | ||
34 | <natures> | ||
35 | <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
36 | <nature>org.maven.ide.eclipse.maven2Nature</nature> | ||
37 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
38 | <nature>org.eclipse.jdt.core.javanature</nature> | ||
39 | <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
40 | <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
41 | <nature>org.springframework.ide.eclipse.core.springnature</nature> | ||
42 | <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
43 | </natures> | ||
44 | </projectDescription> |
-
Please register or sign in to post a comment