Author: woonsan
Date: Tue Sep 18 22:30:01 2007
New Revision: 577160
URL: http://svn.apache.org/viewvc?rev=577160&view=rev
Log:
Fixed the bug that JS2SeedData does not work during 'mht' goal 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/maven-plugin/plugin.jelly
Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly?rev=577160&r1=577159&r2=577160&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly
(original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/maven-plugin/plugin.jelly Tue
Sep 18 22:30:01 2007
@@ -1100,6 +1100,8 @@
<copy todir="${temp.assembly.dir}" overwrite="true" failonerror="true">
<fileset dir="${portal.webapp.dir.assembly}/alternate/">
<include name="request-context.xml"/>
+ <include name="db-page-manager.xml" />
+ <include name="interceptors.xml" />
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]