Skip to content

Commit e6abfb0

Browse files
Jeremy GrelleJeremy Grelle
Jeremy Grelle
authored and
Jeremy Grelle
committed
Saving work in progress
1 parent 5f19b66 commit e6abfb0

35 files changed

+2994
-286
lines changed

.classpath

+17-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
<classpathentry kind="src" path="src/main/java" including="**/*.java|**/*.aj"/>
55
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
66
<classpathentry kind="output" path="target/classes"/>
7-
<classpathentry kind="var" path="M2_REPO/javax/el/el-api/1.0/el-api-1.0.jar" sourcepath="M2_REPO/javax/el/el-api/1.0/el-api-1.0-sources.jar"/>
7+
<classpathentry kind="var" path="M2_REPO/javax/el/el-api/1.0/el-api-1.0.jar"/>
8+
<classpathentry kind="var" path="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar" sourcepath="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar"/>
89
<classpathentry kind="var" path="M2_REPO/javax/servlet/jstl/1.2/jstl-1.2.jar" sourcepath="M2_REPO/javax/servlet/jstl/1.2/jstl-1.2-sources.jar"/>
910
<classpathentry kind="var" path="M2_REPO/javax/transaction/jta/1.1/jta-1.1.jar" sourcepath="M2_REPO/javax/transaction/jta/1.1/jta-1.1-sources.jar"/>
1011
<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5-sources.jar"/>
1112
<classpathentry kind="var" path="M2_REPO/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar" sourcepath="M2_REPO/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar"/>
1213
<classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6.jar" sourcepath="M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6-sources.jar"/>
1314
<classpathentry kind="var" path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/>
15+
<classpathentry kind="var" path="M2_REPO/org/atmosphere/atmosphere-compat-jbossweb/0.7-SNAPSHOT/atmosphere-compat-jbossweb-0.7-SNAPSHOT.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/org/atmosphere/atmosphere-compat-tomcat/0.7-SNAPSHOT/atmosphere-compat-tomcat-0.7-SNAPSHOT.jar"/>
17+
<classpathentry kind="var" path="M2_REPO/org/atmosphere/atmosphere-compat-weblogic/0.7-SNAPSHOT/atmosphere-compat-weblogic-0.7-SNAPSHOT.jar"/>
18+
<classpathentry kind="var" path="M2_REPO/org/atmosphere/atmosphere-runtime/0.7-SNAPSHOT/atmosphere-runtime-0.7-SNAPSHOT.jar"/>
1419
<classpathentry kind="var" path="M2_REPO/cglib/cglib-nodep/2.2/cglib-nodep-2.2.jar" sourcepath="M2_REPO/cglib/cglib-nodep/2.2/cglib-nodep-2.2-sources.jar"/>
20+
<classpathentry kind="var" path="M2_REPO/com/google/closure/closure-templates/20100708/closure-templates-20100708.jar"/>
1521
<classpathentry kind="var" path="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar" sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0-sources.jar"/>
1622
<classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1-sources.jar"/>
1723
<classpathentry kind="var" path="M2_REPO/commons-dbcp/commons-dbcp/1.3/commons-dbcp-1.3.jar" sourcepath="M2_REPO/commons-dbcp/commons-dbcp/1.3/commons-dbcp-1.3-sources.jar"/>
@@ -27,8 +33,11 @@
2733
<classpathentry kind="var" path="M2_REPO/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.0.Final/hibernate-jpa-2.0-api-1.0.0.Final.jar" sourcepath="M2_REPO/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.0.Final/hibernate-jpa-2.0-api-1.0.0.Final-sources.jar"/>
2834
<classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar" sourcepath="M2_REPO/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final-sources.jar"/>
2935
<classpathentry kind="var" path="M2_REPO/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar"/>
36+
<classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.5.3/jackson-core-asl-1.5.3.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-core-asl/1.5.3/jackson-core-asl-1.5.3-sources.jar"/>
37+
<classpathentry kind="var" path="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.5.3/jackson-mapper-asl-1.5.3.jar" sourcepath="M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.5.3/jackson-mapper-asl-1.5.3-sources.jar"/>
3038
<classpathentry kind="var" path="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.jar" sourcepath="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA-sources.jar"/>
3139
<classpathentry kind="var" path="M2_REPO/org/slf4j/jcl-over-slf4j/1.6.1/jcl-over-slf4j-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/jcl-over-slf4j/1.6.1/jcl-over-slf4j-1.6.1-sources.jar"/>
40+
<classpathentry kind="var" path="M2_REPO/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar" sourcepath="M2_REPO/org/codehaus/jettison/jettison/1.1/jettison-1.1-sources.jar"/>
3241
<classpathentry kind="var" path="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6.jar" sourcepath="M2_REPO/joda-time/joda-time/1.6/joda-time-1.6-sources.jar"/>
3342
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.1/junit-4.8.1.jar" sourcepath="M2_REPO/junit/junit/4.8.1/junit-4.8.1-sources.jar"/>
3443
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar" sourcepath="M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16-sources.jar"/>
@@ -42,13 +51,17 @@
4251
<attribute name="org.eclipse.ajdt.aspectpath" value="true"/>
4352
</attributes>
4453
</classpathentry>
54+
<classpathentry kind="var" path="M2_REPO/org/springframework/batch/spring-batch-core/2.1.3.RELEASE/spring-batch-core-2.1.3.RELEASE.jar" sourcepath="M2_REPO/org/springframework/batch/spring-batch-core/2.1.3.RELEASE/spring-batch-core-2.1.3.RELEASE-sources.jar"/>
55+
<classpathentry kind="var" path="M2_REPO/org/springframework/batch/spring-batch-infrastructure/2.1.3.RELEASE/spring-batch-infrastructure-2.1.3.RELEASE.jar" sourcepath="M2_REPO/org/springframework/batch/spring-batch-infrastructure/2.1.3.RELEASE/spring-batch-infrastructure-2.1.3.RELEASE-sources.jar"/>
4556
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/3.0.4.RELEASE/spring-beans-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-beans/3.0.4.RELEASE/spring-beans-3.0.4.RELEASE-sources.jar"/>
4657
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/3.0.4.RELEASE/spring-context-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-context/3.0.4.RELEASE/spring-context-3.0.4.RELEASE-sources.jar"/>
4758
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context-support/3.0.4.RELEASE/spring-context-support-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-context-support/3.0.4.RELEASE/spring-context-support-3.0.4.RELEASE-sources.jar"/>
4859
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/3.0.4.RELEASE/spring-core-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-core/3.0.4.RELEASE/spring-core-3.0.4.RELEASE-sources.jar"/>
4960
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/3.0.4.RELEASE/spring-expression-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-expression/3.0.4.RELEASE/spring-expression-3.0.4.RELEASE-sources.jar"/>
61+
<classpathentry kind="var" path="M2_REPO/org/springframework/integration/spring-integration-core/2.0.0.M7/spring-integration-core-2.0.0.M7.jar" sourcepath="M2_REPO/org/springframework/integration/spring-integration-core/2.0.0.M7/spring-integration-core-2.0.0.M7-sources.jar"/>
62+
<classpathentry kind="var" path="M2_REPO/org/springframework/integration/spring-integration-http/2.0.0.M7/spring-integration-http-2.0.0.M7.jar" sourcepath="M2_REPO/org/springframework/integration/spring-integration-http/2.0.0.M7/spring-integration-http-2.0.0.M7-sources.jar"/>
5063
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-jdbc/3.0.4.RELEASE/spring-jdbc-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-jdbc/3.0.4.RELEASE/spring-jdbc-3.0.4.RELEASE-sources.jar"/>
51-
<classpathentry kind="var" path="M2_REPO/org/springframework/webflow/spring-js/2.1.1.RELEASE/spring-js-2.1.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/webflow/spring-js/2.1.1.RELEASE/spring-js-2.1.1.RELEASE-sources.jar"/>
64+
<classpathentry kind="var" path="M2_REPO/org/springframework/webflow/spring-js-resources/2.2.0.BUILD-SNAPSHOT/spring-js-resources-2.2.0.BUILD-SNAPSHOT.jar" sourcepath="M2_REPO/org/springframework/webflow/spring-js-resources/2.2.0.BUILD-SNAPSHOT/spring-js-resources-2.2.0.BUILD-SNAPSHOT-sources.jar"/>
5265
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-orm/3.0.4.RELEASE/spring-orm-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-orm/3.0.4.RELEASE/spring-orm-3.0.4.RELEASE-sources.jar"/>
5366
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-test/3.0.4.RELEASE/spring-test-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-test/3.0.4.RELEASE/spring-test-3.0.4.RELEASE-sources.jar"/>
5467
<classpathentry kind="var" path="M2_REPO/org/springframework/spring-tx/3.0.4.RELEASE/spring-tx-3.0.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-tx/3.0.4.RELEASE/spring-tx-3.0.4.RELEASE-sources.jar"/>
@@ -60,6 +73,8 @@
6073
<classpathentry kind="var" path="M2_REPO/org/apache/tiles/tiles-servlet/2.2.1/tiles-servlet-2.2.1.jar" sourcepath="M2_REPO/org/apache/tiles/tiles-servlet/2.2.1/tiles-servlet-2.2.1-sources.jar"/>
6174
<classpathentry kind="var" path="M2_REPO/org/apache/tiles/tiles-template/2.2.1/tiles-template-2.2.1.jar" sourcepath="M2_REPO/org/apache/tiles/tiles-template/2.2.1/tiles-template-2.2.1-sources.jar"/>
6275
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2-sources.jar"/>
76+
<classpathentry kind="var" path="M2_REPO/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar" sourcepath="M2_REPO/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c-sources.jar"/>
77+
<classpathentry kind="var" path="M2_REPO/com/thoughtworks/xstream/xstream/1.3/xstream-1.3.jar" sourcepath="M2_REPO/com/thoughtworks/xstream/xstream/1.3/xstream-1.3-sources.jar"/>
6378
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
6479
<classpathentry kind="con" path="org.eclipse.ajdt.core.ASPECTJRT_CONTAINER"/>
6580
</classpath>

.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<projectDescription>
2-
<name>petclinic</name>
2+
<name>spring-html5</name>
33
<comment/>
44
<projects/>
55
<buildSpec>

.settings/org.eclipse.jdt.core.prefs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Sep 16 15:47:41 PDT 2010
1+
#Fri Sep 17 09:19:37 PDT 2010
22
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
33
eclipse.preferences.version=1
44
org.eclipse.jdt.core.compiler.source=1.6

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

+48-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project-modules id="moduleCoreId" project-version="2.0">
2-
<wb-module deploy-name="petclinic">
3-
<property name="context-root" value="petclinic"/>
2+
<wb-module deploy-name="spring-html5">
3+
<property name="context-root" value="spring-html5"/>
44
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
55
<property name="java-output-path" value="/target/classes"/>
66
<dependent-module archiveName="antlr-2.7.6.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6.jar">
@@ -12,9 +12,24 @@
1212
<dependent-module archiveName="aspectjrt-1.6.10.M1.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/aspectj/aspectjrt/1.6.10.M1/aspectjrt-1.6.10.M1.jar">
1313
<dependency-type>uses</dependency-type>
1414
</dependent-module>
15+
<dependent-module archiveName="atmosphere-compat-jbossweb-0.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/atmosphere/atmosphere-compat-jbossweb/0.7-SNAPSHOT/atmosphere-compat-jbossweb-0.7-SNAPSHOT.jar">
16+
<dependency-type>uses</dependency-type>
17+
</dependent-module>
18+
<dependent-module archiveName="atmosphere-compat-tomcat-0.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/atmosphere/atmosphere-compat-tomcat/0.7-SNAPSHOT/atmosphere-compat-tomcat-0.7-SNAPSHOT.jar">
19+
<dependency-type>uses</dependency-type>
20+
</dependent-module>
21+
<dependent-module archiveName="atmosphere-compat-weblogic-0.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/atmosphere/atmosphere-compat-weblogic/0.7-SNAPSHOT/atmosphere-compat-weblogic-0.7-SNAPSHOT.jar">
22+
<dependency-type>uses</dependency-type>
23+
</dependent-module>
24+
<dependent-module archiveName="atmosphere-runtime-0.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/atmosphere/atmosphere-runtime/0.7-SNAPSHOT/atmosphere-runtime-0.7-SNAPSHOT.jar">
25+
<dependency-type>uses</dependency-type>
26+
</dependent-module>
1527
<dependent-module archiveName="cglib-nodep-2.2.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/cglib/cglib-nodep/2.2/cglib-nodep-2.2.jar">
1628
<dependency-type>uses</dependency-type>
1729
</dependent-module>
30+
<dependent-module archiveName="closure-templates-20100708.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/com/google/closure/closure-templates/20100708/closure-templates-20100708.jar">
31+
<dependency-type>uses</dependency-type>
32+
</dependent-module>
1833
<dependent-module archiveName="commons-beanutils-1.8.0.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar">
1934
<dependency-type>uses</dependency-type>
2035
</dependent-module>
@@ -60,15 +75,27 @@
6075
<dependent-module archiveName="hsqldb-2.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar">
6176
<dependency-type>uses</dependency-type>
6277
</dependent-module>
78+
<dependent-module archiveName="jackson-core-asl-1.5.3.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/codehaus/jackson/jackson-core-asl/1.5.3/jackson-core-asl-1.5.3.jar">
79+
<dependency-type>uses</dependency-type>
80+
</dependent-module>
81+
<dependent-module archiveName="jackson-mapper-asl-1.5.3.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/codehaus/jackson/jackson-mapper-asl/1.5.3/jackson-mapper-asl-1.5.3.jar">
82+
<dependency-type>uses</dependency-type>
83+
</dependent-module>
6384
<dependent-module archiveName="javassist-3.9.0.GA.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.jar">
6485
<dependency-type>uses</dependency-type>
6586
</dependent-module>
6687
<dependent-module archiveName="jcl-over-slf4j-1.6.1.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/slf4j/jcl-over-slf4j/1.6.1/jcl-over-slf4j-1.6.1.jar">
6788
<dependency-type>uses</dependency-type>
6889
</dependent-module>
90+
<dependent-module archiveName="jettison-1.1.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar">
91+
<dependency-type>uses</dependency-type>
92+
</dependent-module>
6993
<dependent-module archiveName="joda-time-1.6.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/joda-time/joda-time/1.6/joda-time-1.6.jar">
7094
<dependency-type>uses</dependency-type>
7195
</dependent-module>
96+
<dependent-module archiveName="jsr250-api-1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar">
97+
<dependency-type>uses</dependency-type>
98+
</dependent-module>
7299
<dependent-module archiveName="jstl-1.2.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/javax/servlet/jstl/1.2/jstl-1.2.jar">
73100
<dependency-type>uses</dependency-type>
74101
</dependent-module>
@@ -93,6 +120,12 @@
93120
<dependent-module archiveName="spring-aspects-3.0.4.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/spring-aspects/3.0.4.RELEASE/spring-aspects-3.0.4.RELEASE.jar">
94121
<dependency-type>uses</dependency-type>
95122
</dependent-module>
123+
<dependent-module archiveName="spring-batch-core-2.1.3.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/batch/spring-batch-core/2.1.3.RELEASE/spring-batch-core-2.1.3.RELEASE.jar">
124+
<dependency-type>uses</dependency-type>
125+
</dependent-module>
126+
<dependent-module archiveName="spring-batch-infrastructure-2.1.3.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/batch/spring-batch-infrastructure/2.1.3.RELEASE/spring-batch-infrastructure-2.1.3.RELEASE.jar">
127+
<dependency-type>uses</dependency-type>
128+
</dependent-module>
96129
<dependent-module archiveName="spring-beans-3.0.4.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/spring-beans/3.0.4.RELEASE/spring-beans-3.0.4.RELEASE.jar">
97130
<dependency-type>uses</dependency-type>
98131
</dependent-module>
@@ -108,10 +141,16 @@
108141
<dependent-module archiveName="spring-expression-3.0.4.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/spring-expression/3.0.4.RELEASE/spring-expression-3.0.4.RELEASE.jar">
109142
<dependency-type>uses</dependency-type>
110143
</dependent-module>
144+
<dependent-module archiveName="spring-integration-core-2.0.0.M7.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/integration/spring-integration-core/2.0.0.M7/spring-integration-core-2.0.0.M7.jar">
145+
<dependency-type>uses</dependency-type>
146+
</dependent-module>
147+
<dependent-module archiveName="spring-integration-http-2.0.0.M7.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/integration/spring-integration-http/2.0.0.M7/spring-integration-http-2.0.0.M7.jar">
148+
<dependency-type>uses</dependency-type>
149+
</dependent-module>
111150
<dependent-module archiveName="spring-jdbc-3.0.4.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/spring-jdbc/3.0.4.RELEASE/spring-jdbc-3.0.4.RELEASE.jar">
112151
<dependency-type>uses</dependency-type>
113152
</dependent-module>
114-
<dependent-module archiveName="spring-js-2.1.1.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/webflow/spring-js/2.1.1.RELEASE/spring-js-2.1.1.RELEASE.jar">
153+
<dependent-module archiveName="spring-js-resources-2.2.0.BUILD-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/webflow/spring-js-resources/2.2.0.BUILD-SNAPSHOT/spring-js-resources-2.2.0.BUILD-SNAPSHOT.jar">
115154
<dependency-type>uses</dependency-type>
116155
</dependent-module>
117156
<dependent-module archiveName="spring-orm-3.0.4.RELEASE.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/org/springframework/spring-orm/3.0.4.RELEASE/spring-orm-3.0.4.RELEASE.jar">
@@ -147,6 +186,12 @@
147186
<dependent-module archiveName="xml-apis-1.0.b2.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar">
148187
<dependency-type>uses</dependency-type>
149188
</dependent-module>
189+
<dependent-module archiveName="xpp3_min-1.1.4c.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar">
190+
<dependency-type>uses</dependency-type>
191+
</dependent-module>
192+
<dependent-module archiveName="xstream-1.3.jar" deploy-path="/WEB-INF/lib" handle="module:/classpath/var/M2_REPO/com/thoughtworks/xstream/xstream/1.3/xstream-1.3.jar">
193+
<dependency-type>uses</dependency-type>
194+
</dependent-module>
150195
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
151196
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/resources"/>
152197
</wb-module>

0 commit comments

Comments
 (0)