weaver      2004/08/05 16:35:16

  Modified:    jetspeed-api maven.xml
  Log:
  Fixed the deployJar to copy to the shared/lib
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-jetspeed-2/jetspeed-api/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 22 Jul 2004 15:01:08 -0000      1.3
  +++ maven.xml 5 Aug 2004 23:35:16 -0000       1.4
  @@ -19,7 +19,7 @@
   
      <goal name="deployJar">
        <attainGoal name="jar:install"/>
  -     <copy file="${basedir}/target/${maven.final.name}.jar" 
todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/lib"/>
  +     <copy file="${basedir}/target/${maven.final.name}.jar" 
todir="${org.apache.jetspeed.server.shared}"/>
     </goal>
   
   </project>
  
  
  

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

Reply via email to