svnno****@sourc*****
svnno****@sourc*****
2008年 11月 28日 (金) 13:36:00 JST
Revision: 1461 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1461 Author: shinsuke Date: 2008-11-28 13:36:00 +0900 (Fri, 28 Nov 2008) Log Message: ----------- use sastruts-portlet 1.0.0-rc4. Modified Paths: -------------- bookmark/trunk/.classpath bookmark/trunk/pom.xml -------------- next part -------------- Modified: bookmark/trunk/.classpath =================================================================== --- bookmark/trunk/.classpath 2008-11-28 04:34:38 UTC (rev 1460) +++ bookmark/trunk/.classpath 2008-11-28 04:36:00 UTC (rev 1461) @@ -30,11 +30,11 @@ <classpathentry kind="var" path="M2_REPO/org/apache/poi/poi/3.0-FINAL/poi-3.0-FINAL.jar"/> <classpathentry kind="var" path="M2_REPO/org/seasar/container/s2-tiger/2.4.29/s2-tiger-2.4.29.jar"/> <classpathentry kind="var" path="M2_REPO/org/easymock/easymock/2.2/easymock-2.2.jar"/> - <classpathentry kind="var" path="M2_REPO/org/seasar/sastruts/sa-struts-portlet/1.0.0-rc3/sa-struts-portlet-1.0.0-rc3.jar" sourcepath="M2_REPO/org/seasar/sastruts/sa-struts-portlet/1.0.0-rc3/sa-struts-portlet-1.0.0-rc3-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/seasar/sastruts/sa-struts-portlet/1.0.0-rc4/sa-struts-portlet-1.0.0-rc4.jar" sourcepath="M2_REPO/org/seasar/sastruts/sa-struts-portlet/1.0.0-rc4/sa-struts-portlet-1.0.0-rc4-sources.jar"/> <classpathentry kind="var" path="M2_REPO/struts/struts/1.2.9/struts-1.2.9.jar"/> <classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.7/antlr-2.7.7.jar"/> <classpathentry kind="var" path="M2_REPO/xalan/xalan/2.5.1/xalan-2.5.1.jar" sourcepath="M2_REPO/xalan/xalan/2.5.1/xalan-2.5.1-sources.jar"/> - <classpathentry kind="var" path="M2_REPO/org/seasar/sastruts/sa-struts/1.0.4-sp1/sa-struts-1.0.4-sp1.jar"/> + <classpathentry kind="var" path="M2_REPO/org/seasar/sastruts/sa-struts/1.0.4-sp2/sa-struts-1.0.4-sp2.jar"/> <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar"/> <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar"/> <classpathentry kind="var" path="M2_REPO/org/apache/geronimo/specs/geronimo-interceptor_3.0_spec/1.0/geronimo-interceptor_3.0_spec-1.0.jar"/> Modified: bookmark/trunk/pom.xml =================================================================== --- bookmark/trunk/pom.xml 2008-11-28 04:34:38 UTC (rev 1460) +++ bookmark/trunk/pom.xml 2008-11-28 04:36:00 UTC (rev 1461) @@ -162,7 +162,7 @@ <dependency> <groupId>org.seasar.sastruts</groupId> <artifactId>sa-struts-portlet</artifactId> - <version>1.0.0-rc3</version> + <version>1.0.0-rc4</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>