Skip to content

Commit 27c6779

Browse files
JSP file is modified
1 parent a09f3d9 commit 27c6779

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.classpath

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,14 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
149
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1510
<attributes>
11+
<attribute name="test" value="true"/>
1612
<attribute name="optional" value="true"/>
1713
<attribute name="maven.pomderived" value="true"/>
18-
<attribute name="test" value="true"/>
1914
</attributes>
2015
</classpathentry>
21-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
16+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
2217
<attributes>
2318
<attribute name="maven.pomderived" value="true"/>
2419
</attributes>

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

.settings/org.eclipse.wst.common.component

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
55
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
66
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
7+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
78
<property name="java-output-path" value="/webAppExample/target/classes"/>
89
<property name="context-root" value="webappExample"/>
910
</wb-module>

src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
<h2>Welcome to KK JavaTutorials!!</h2>
3+
<h2>Welcome to KK JavaTutorials!</h2>
44
</body>
55
</html>

0 commit comments

Comments
 (0)