You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/09/12 18:32:45 UTC

cvs commit: cocoon-lenya/src/targets webapp-build.xml

michi       2003/09/12 09:32:45

  Modified:    src/targets webapp-build.xml
  Log:
  added the legal directory to the build process
  
  Revision  Changes    Path
  1.7       +6 -6      cocoon-lenya/src/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/webapp-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- webapp-build.xml	14 Aug 2003 15:27:54 -0000	1.6
  +++ webapp-build.xml	12 Sep 2003 16:32:45 -0000	1.7
  @@ -81,12 +81,12 @@
         </fileset>
       </copy>
   
  -    <!--    
  -    <echo>INFO: Copy publication libraries from ${pubs.root.dirs}/WEB-INF/lib to ${build.webapp}/WEB-INF/lib</echo>
  -    <copy todir="${build.webapp}/WEB-INF/lib">
  -      <fileset dir="${pubs.root.dirs}/WEB-INF">
  +    <!-- now copy legal dir (licenses) -->
  +    <echo>INFO: Copy Licenses</echo>
  +    <mkdir dir="${build.webapp}/legal"/>
  +    <copy todir="${build.webapp}/legal">
  +      <fileset dir="legal"/>
       </copy>
  -    -->
   
     </target>
   
  @@ -142,4 +142,4 @@
       		password="f800sl"
       	  path="/lenya"/>
     </target>
  -  
  \ No newline at end of file
  +  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org