Author: weaver
Date: Tue Dec  6 13:59:42 2005
New Revision: 354581

URL: http://svn.apache.org/viewcvs?rev=354581&view=rev
Log:
needed to point the decorator deployer to the new decoration location.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/deployment.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/deployment.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/deployment.xml?rev=354581&r1=354580&r2=354581&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/deployment.xml 
(original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/deployment.xml Tue Dec 
 6 13:59:42 2005
@@ -75,7 +75,7 @@
   <bean id="decoratorDeploymentListener" 
           
class="org.apache.jetspeed.deployment.impl.DeployDecoratorEventListener"        
   >    
-       <constructor-arg 
><value>${applicationRoot}/WEB-INF/decorations</value></constructor-arg>
+       <constructor-arg 
><value>${applicationRoot}/decorations</value></constructor-arg>
   </bean>
 
   <!-- The deployment manager watches a specific staging directory for



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to