Author: weaver
Date: Tue Dec 6 13:11:54 2005
New Revision: 354557
URL: http://svn.apache.org/viewcvs?rev=354557&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-398:
Changed source location of decoration for j2:deployDecroations
Modified:
portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?rev=354557&r1=354556&r2=354557&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Tue Dec 6 13:11:54 2005
@@ -609,9 +609,9 @@
<!-- ================================================= -->
<goal name="j2:deployDecorations">
- <copy todir="${org.apache.jetspeed.portal.dir}/WEB-INF/decorations" >
- <fileset dir="${basedir}/src/webapp/WEB-INF/decorations" />
- </copy>
+ <copy todir="${org.apache.jetspeed.portal.dir}/decorations" >
+ <fileset dir="${basedir}/src/webapp/decorations" />
+ </copy>
</goal>
<goal name="j2:deployTemplates">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]