You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by wo...@apache.org on 2007/09/18 14:48:10 UTC

svn commit: r576870 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml

Author: woonsan
Date: Tue Sep 18 05:48:09 2007
New Revision: 576870

URL: http://svn.apache.org/viewvc?rev=576870&view=rev
Log:
Fixed the bug that JS2SeedData does not work because of my change for supporting  edit_defaults custom mode.
The change made registry components dependent on page-manager component.
So, it will copy alternate db-page-manager configuration files just to not throw exceptions complaining no page manager found.

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml?rev=576870&r1=576869&r2=576870&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/installer/etc/database/build.xml Tue Sep 18 05:48:09 2007
@@ -195,6 +195,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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org