Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc9c46f

Browse files
committed
.
1 parent fa3eeeb commit cc9c46f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Lesson01web/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
6+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
67
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
78
<attributes>
89
<attribute name="owner.project.facets" value="jst.web"/>
910
</attributes>
1011
</classpathentry>
11-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1212
<classpathentry kind="output" path="build/classes"/>
1313
</classpath>

Lesson01web/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#org.springsource.ide.eclipse.gradle.core.preferences.GradleProjectPreferences
2+
#Sun Jan 12 16:48:44 KST 2014
3+
org.springsource.ide.eclipse.gradle.rootprojectloc=

Lesson01web/build/classes/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)