jford       2004/08/16 21:39:26

  Modified:    .        maven.xml
  Log:
  Add portlet.tld to fusion
  
  Revision  Changes    Path
  1.36      +8 -0      jakarta-jetspeed/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/maven.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- maven.xml 4 Aug 2004 01:32:03 -0000       1.35
  +++ maven.xml 17 Aug 2004 04:39:26 -0000      1.36
  @@ -58,6 +58,14 @@
   
       <postGoal name="war:webapp">
           <j:if test="${org.apache.jetspeed.fusion}">
  +             <copy
  +                todir="${maven.war.webapp.dir}/WEB-INF/tld/"
  +                overwrite="true">
  +                <fileset dir="fusion/src/webapp/WEB-INF/tld/">
  +                    <exclude name="CVS"/>
  +                    <include name="**.tld"/>
  +                </fileset>
  +            </copy>
               <copy
                   todir="${maven.war.webapp.dir}/WEB-INF/templates/vm/portlets/html/"
                   overwrite="true">
  
  
  

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

Reply via email to