weaver      2004/06/18 13:46:47

  Modified:    maven-plugin plugin.jelly
  Log:
  make sure jetspeed2 jar is copied to WEB-INF/lib
  
  Revision  Changes    Path
  1.6       +2 -1      jakarta-jetspeed-2/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      11 Jun 2004 17:39:19 -0000      1.5
  +++ plugin.jelly      18 Jun 2004 20:46:47 -0000      1.6
  @@ -136,7 +136,8 @@
         </j:if>
          <!-- END OF TO BE REMOVED -->
       </j:forEach>
  -     
  +   
  +     copy file="${maven.repo.local}/jetspeed2/jars/jetspeed-2.0-a1-dev.jar" 
todir="${webapp.build.lib}" failonerror="true" overwrite="true"/>
        <copy todir="${maven.war.webapp.dir}" failonerror="true" overwrite="false">
            <fileset dir="${org.apache.jetspeed.plugin.root}/plugin-resources/webapp" 
/>                               
        </copy>   
  
  
  

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

Reply via email to