[pal-cvs 2985] [729] sync up with j2.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 11月 27日 (火) 22:57:32 JST


Revision: 729
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=729
Author:   shinsuke
Date:     2007-11-27 22:57:32 +0900 (Tue, 27 Nov 2007)

Log Message:
-----------
sync up with j2.

Modified Paths:
--------------
    pal-portal/trunk/installer/etc/database/build.xml


-------------- next part --------------
Modified: pal-portal/trunk/installer/etc/database/build.xml
===================================================================
--- pal-portal/trunk/installer/etc/database/build.xml	2007-11-27 10:57:07 UTC (rev 728)
+++ pal-portal/trunk/installer/etc/database/build.xml	2007-11-27 13:57:32 UTC (rev 729)
@@ -41,7 +41,7 @@
 
     <echo>Setting up the Jetspeed database for ${db.type}</echo>
 
-    <echo>All exiting Jetspeed data is going to be deleted from the database.</echo>
+    <echo>All existing Jetspeed data is going to be deleted from the database.</echo>
     <echo></echo>
     <echo>Selected database configuration:</echo>
     <echo></echo>
@@ -193,6 +193,8 @@
     <copy todir="${basedir}/assembly" overwrite="true" failonerror="true">
       <fileset dir="${basedir}/../webapps/${portalName}/WEB-INF/assembly/alternate/">
         <include name="request-context.xml" />
+        <include name="db-page-manager.xml" />
+        <include name="interceptors.xml" />
       </fileset>
     </copy>
 


pal-cvs メーリングリストの案内
Back to archive index