Skip to content

Commit 6e5c523

Browse files
author
xiachaochao
committed
12
1 parent 82f2b16 commit 6e5c523

3 files changed

Lines changed: 14 additions & 20 deletions

File tree

JavaBase/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5-
<classpathentry kind="lib" path="D:/eclipse/log4j-1.2.17.jar"/>
6-
<classpathentry kind="lib" path="D:/eclipse/lombok.jar"/>
5+
<classpathentry kind="lib" path="D:/Program Files/eclipse/log4j-1.2.17.jar"/>
6+
<classpathentry kind="lib" path="D:/Program Files/eclipse/lombok.jar"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

WebBase/.classpath

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121">
4+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
5+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
57
<attributes>
68
<attribute name="owner.project.facets" value="java"/>
79
</attributes>
810
</classpathentry>
9-
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
10-
<attributes>
11-
<attribute name="owner.project.facets" value="jst.web"/>
12-
</attributes>
13-
</classpathentry>
14-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
15-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
1611
<classpathentry kind="output" path="build/classes"/>
1712
</classpath>
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<faceted-project>
3-
<runtime name="Apache Tomcat v8.0"/>
4-
<fixed facet="jst.web"/>
5-
<fixed facet="java"/>
6-
<fixed facet="wst.jsdt.web"/>
7-
<installed facet="java" version="1.8"/>
8-
<installed facet="jst.web" version="3.1"/>
9-
<installed facet="wst.jsdt.web" version="1.0"/>
10-
</faceted-project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<fixed facet="jst.web"/>
4+
<fixed facet="java"/>
5+
<fixed facet="wst.jsdt.web"/>
6+
<installed facet="java" version="1.8"/>
7+
<installed facet="jst.web" version="3.1"/>
8+
<installed facet="wst.jsdt.web" version="1.0"/>
9+
</faceted-project>

0 commit comments

Comments
 (0)