Browse CVS Repository
Contents of /pal/pal-portal/portal/patches/src/webapp/WEB-INF/assembly/portal-url-generation.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Tue Mar 27 07:38:27 2007 UTC
(16 years, 11 months ago)
by shinsuke
Branch: MAIN
Changes since 1.2: +3 -3 lines
File MIME type: application/xml
updated to the latest j2 version
| 1 |
Index: src/webapp/WEB-INF/assembly/portal-url-generation.xml |
| 2 |
=================================================================== |
| 3 |
--- src/webapp/WEB-INF/assembly/portal-url-generation.xml (リビジョン 519203) |
| 4 |
+++ src/webapp/WEB-INF/assembly/portal-url-generation.xml (作業コピー) |
| 5 |
@@ -27,7 +27,7 @@ |
| 6 |
|
| 7 |
<!-- Navigation state we are currently using --> |
| 8 |
<bean id="NavigationalState" |
| 9 |
- class="org.apache.jetspeed.container.state.impl.SessionFullNavigationalState" |
| 10 |
+ class="org.apache.jetspeed.container.state.impl.SessionNavigationalState" |
| 11 |
singleton="false" |
| 12 |
> |
| 13 |
<constructor-arg><ref bean="NavigationalStateCodec"/></constructor-arg> |
| 14 |
@@ -82,4 +82,4 @@ |
| 15 |
<constructor-arg index='3'><value>DesktopPortalURL</value></constructor-arg> |
| 16 |
</bean> |
| 17 |
|
| 18 |
-</beans> |
| 19 |
\ ファイルの末尾に改行がありません |
| 20 |
+</beans> |
|