Author: taylor
Date: Thu Jul 14 18:47:22 2005
New Revision: 219150

URL: http://svn.apache.org/viewcvs?rev=219150&view=rev
Log:
this is copying to /WEB-INF for some reason
commenting out as it doesnt seem to matter

Modified:
    portals/jetspeed-2/trunk/maven-plugin/maven.xml

Modified: portals/jetspeed-2/trunk/maven-plugin/maven.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/maven.xml?rev=219150&r1=219149&r2=219150&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/maven.xml Thu Jul 14 18:47:22 2005
@@ -53,9 +53,11 @@
         <copy todir="target/classes/plugin-resources/" overwrite="true" 
failonerror="true">
             <fileset dir="../portal-webapp/src/resources" />
         </copy>
+<!--        
         <copy 
file="${maven.repo.local}/${pom.groupId}/wars/jetspeed-layouts-${jetspeed.version}.war"
             
tofile="${org.apache.jetspeed.portal.dir}/WEB-INF/deploy/jetspeed-layouts.war" 
overwrite="true"
             failonerror="true" />
+-->            
         <copy file="../full-portal.xml" 
tofile="target/classes/plugin-resources/full-portal.xml" overwrite="true"
             failonerror="true" />
         <copy file="../core-build.xml" 
tofile="target/classes/plugin-resources/core-build.xml" overwrite="true"



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

Reply via email to