fixed misc bugs in samples

cleanup
This commit is contained in:
Keith Donald
2007-04-01 13:58:35 +00:00
parent 080dd70dc5
commit bd2db87ad3
12 changed files with 142 additions and 113 deletions

View File

@@ -27,24 +27,24 @@
<dependency org="xerces" name="xercesImpl" rev="2.8.0"/>
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
-->
<dependency org="org.springframework" name="spring-beans" rev="2.0.2" />
<dependency org="org.springframework" name="spring-beans" rev="2.0.3" />
<dependency org="org.springframework" name="spring-binding" rev="latest.integration" />
<dependency org="org.springframework" name="spring-core" rev="2.0.2" />
<dependency org="org.springframework" name="spring-context" rev="2.0.2" />
<dependency org="org.springframework" name="spring-web" rev="2.0.2" />
<dependency org="org.springframework" name="spring-core" rev="2.0.3" />
<dependency org="org.springframework" name="spring-context" rev="2.0.3" />
<dependency org="org.springframework" name="spring-web" rev="2.0.3" />
<!-- testing support only dependencies -->
<dependency org="junit" name="junit" rev="3.8.1" conf="buildtime, testing->default" />
<dependency org="junit" name="junit" rev="3.8.2" conf="buildtime, testing->default" />
<!-- spring mvc only dependencies -->
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.2" conf="buildtime, mvc->default" />
<dependency org="org.springframework" name="spring-webmvc" rev="2.0.3" conf="buildtime, mvc->default" />
<!-- spring portlet mvc only dependencies -->
<dependency org="org.springframework" name="spring-portlet" rev="2.0.2" conf="buildtime, portlet->default" />
<dependency org="org.springframework" name="spring-portlet" rev="2.0.3" conf="buildtime, portlet->default" />
<!-- struts only dependencies -->
<dependency org="struts" name="struts" rev="1.2.9" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-struts" rev="2.0.2" conf="buildtime, struts->default" />
<dependency org="org.springframework" name="spring-struts" rev="2.0.3" conf="buildtime, struts->default" />
<!-- JSF-only dependencies -->
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
@@ -57,10 +57,10 @@
<dependency org="javax.portlet" name="portlet-api" rev="1.0" conf="buildtime->default" />
<!-- test time only dependencies -->
<dependency org="log4j" name="log4j" rev="1.2.13" conf="test->default" />
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default" />
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.2" conf="test->default" />
<dependency org="org.springframework" name="spring-mock" rev="2.0.3" conf="test->default" />
</dependencies>
</ivy-module>