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 ta...@apache.org on 2006/10/27 20:23:34 UTC

svn commit: r468485 - /portals/jetspeed-2/trunk/app-servers/tomcat-build.xml

Author: taylor
Date: Fri Oct 27 11:23:33 2006
New Revision: 468485

URL: http://svn.apache.org/viewvc?view=rev&rev=468485
Log:
fix deploy of layouts

Modified:
    portals/jetspeed-2/trunk/app-servers/tomcat-build.xml

Modified: portals/jetspeed-2/trunk/app-servers/tomcat-build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/app-servers/tomcat-build.xml?view=diff&rev=468485&r1=468484&r2=468485
==============================================================================
--- portals/jetspeed-2/trunk/app-servers/tomcat-build.xml (original)
+++ portals/jetspeed-2/trunk/app-servers/tomcat-build.xml Fri Oct 27 11:23:33 2006
@@ -224,7 +224,7 @@
                         type="war"/>
         </dependencies>
         <!-- copy only the artifact and ignore dependencies using mapper -->
-        <copy todir="${org.apache.jetspeed.server.home}/webapps/${artifactId}/WEB-INF/deploy/">
+        <copy todir="${org.apache.jetspeed.server.home}/webapps/jetspeed/WEB-INF/deploy/">
             <fileset refid="portletapp.dependencies.id"/>
             <mapper type="regexp" from=".*[/\\]([^/\\]*${org.apache.jetspeed.deploy.artifactid})-${org.apache.jetspeed.deploy.version}.war" to="\1.war"/>
         </copy>



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