Skip to content

Commit b6ba166

Browse files
committed
Moved from XML config to Java config
1 parent 2ea5de3 commit b6ba166

File tree

5 files changed

+8
-100
lines changed

5 files changed

+8
-100
lines changed

spring-thymeleaf/.classpath

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
<attribute name="maven.pomderived" value="true"/>
1212
</attributes>
1313
</classpathentry>
14-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
14+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
1515
<attributes>
16-
<attribute name="optional" value="true"/>
1716
<attribute name="maven.pomderived" value="true"/>
1817
</attributes>
1918
</classpathentry>
20-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
19+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2120
<attributes>
2221
<attribute name="maven.pomderived" value="true"/>
22+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2323
</attributes>
2424
</classpathentry>
25-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
25+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2626
<attributes>
27+
<attribute name="optional" value="true"/>
2728
<attribute name="maven.pomderived" value="true"/>
28-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2929
</attributes>
3030
</classpathentry>
3131
<classpathentry kind="output" path="target/classes"/>

spring-thymeleaf/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-war-plugin</artifactId>
114114
<version>${maven-war-plugin.version}</version>
115+
<configuration>
116+
<failOnMissingWebXml>false</failOnMissingWebXml>
117+
</configuration>
115118
</plugin>
116119
<plugin>
117120
<groupId>org.apache.maven.plugins</groupId>

spring-thymeleaf/src/main/webapp/WEB-INF/appServlet/servlet-context.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

spring-thymeleaf/src/main/webapp/WEB-INF/root-context.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

spring-thymeleaf/src/main/webapp/WEB-INF/web.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)