Changeset 20599 for release-kits


Ignore:
Timestamp:
2009-09-14T13:25:32+12:00 (15 years ago)
Author:
oranfry
Message:

minify gli, and properly minify tomcat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/rk3/ant-scripts/create-distribution.xml

    r20591 r20599  
    88        <antcall target="clean-uninstaller"/>
    99        <antcall target="minify-tomcat"/>
     10        <antcall target="gli-tidy-for-dist"><param name="glibasedir" value="distributions/web/gli"/></antcall>
    1011        <antcall target="strip-svn-dirs"><param name="dir" value="distributions"/></antcall> <!-- from init -->
    1112
     
    5354
    5455    <target name="minify-tomcat">
    55         <delete>
    56             <fileset dir="distributions/web/packages/tomcat">
    57                 <include name="webapps/doc/**/*"/>
    58                 <include name="webapps/doc"/>
    59                 <include name="webapps/examples/**/*"/>
    60                 <include name="webapps/examples"/>
    61             </fileset>
    62         </delete>
     56        <delete dir="distributions/web/packages/tomcat/webapps/docs"/>
     57        <delete dir="distributions/web/packages/tomcat/webapps/examples"/>
    6358    </target>
    6459
Note: See TracChangeset for help on using the changeset viewer.