You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/08/14 17:27:54 UTC

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

andreas     2003/08/14 08:27:54

  Modified:    src/targets webapp-build.xml init-build.xml
  Log:
  - don't copy logkit.xconf
  - don't copy patch stylesheets
  
  Revision  Changes    Path
  1.6       +1 -0      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- webapp-build.xml	8 Jul 2003 16:10:11 -0000	1.5
  +++ webapp-build.xml	14 Aug 2003 15:27:54 -0000	1.6
  @@ -20,6 +20,7 @@
       <copy todir="${build.webapp}">
         <fileset dir="${src.webapp.dir}">
           <exclude name="lenya/pubs/**"/>
  +        <exclude name="WEB-INF/*-xconf.xsl"/>
         </fileset>
       </copy>
   
  
  
  
  1.13      +2 -1      cocoon-lenya/src/targets/init-build.xml
  
  Index: init-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/init-build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- init-build.xml	12 Aug 2003 16:26:47 -0000	1.12
  +++ init-build.xml	14 Aug 2003 15:27:54 -0000	1.13
  @@ -81,6 +81,7 @@
     <target name="prepare-cocoon" depends="init,check-tools-lib,prepare-tools-lib">
       <echo>INFO: exclude: sitemap.xmap</echo>
       <echo>INFO: exclude: WEB-INF/cocoon.xconf</echo> 
  +    <echo>INFO: exclude: WEB-INF/logkit.xconf</echo> 
       <echo>INFO: exclude: WEB-INF/web.xml</echo>
       <echo>INFO: exclude: WEB-INF/lib/lucene**.jar</echo>
       <echo>INFO: exclude: **/javac.jar</echo>
  @@ -88,9 +89,9 @@
         <fileset dir="${src.cocoon.dir}">
           <exclude name="sitemap.xmap"/>
           <exclude name="WEB-INF/cocoon.xconf"/>
  +        <exclude name="WEB-INF/logkit.xconf"/>
           <exclude name="WEB-INF/web.xml"/>
           <exclude name="WEB-INF/lib/lucene**.jar"/>
  -        <!--<exclude name="**/logkit.xconf"/>-->
           <exclude name="**/javac.jar"/>
         </fileset>
       </copy>
  
  
  

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