Ignore:
Timestamp:
2009-06-26T16:18:44+12:00 (15 years ago)
Author:
oranfry
Message:

it's all good stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/create-components.xml

    r17964 r19935  
    1616        <antcall target="prepare-tomcat-component" />
    1717        <antcall target="prepare-imagemagick-component" />
    18 
    19         <antcall target="prepare-sourcecode-component" />
    2018    </target>
    2119
     
    2523        <antcall target="compress-tomcat-component" />
    2624        <antcall target="compress-imagemagick-component" />
    27 
    28         <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    29 
    3025    </target>
    3126
     
    6863    </target>
    6964
    70     <!-- sourcecode -->
    71     <target name="prepare-sourcecode-component">
    72 
    73         <delete dir="components/tmp/sourcecode"/>
    74         <mkdir dir="components/tmp/sourcecode"/>
    75 
    76         <copy todir="components/tmp/sourcecode" overwrite="true">
    77                 <fileset dir="distributions/web">
    78                     <include name="src/**/*"/>
    79                     <include name="gs2build/common-src/**/*"/>
    80                     <include name="gs2build/build-src/**/*"/>
    81                     <include name="gs2build/runtime-src/**/*"/>
    82                 </fileset>
    83         </copy>
    84 
    85         <mkdir dir="products"/>
    86         <tar destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.tar.gz" basedir="components/tmp/sourcecode" compression="gzip" longfile="gnu"/>
    87 
    88     </target>
    89        
    90     <target name="compress-sourcecode-component">
    91         <sevenzip task="encode" input="components/sourcecode.comp" output="components/sourcecode.lzma" dictionnary="26"/>
    92     </target>
    93 
    9465    <!-- ant -->   
    9566    <target name="prepare-ant-component">
     
    9970
    10071        <copy todir="components/tmp/ant" overwrite="true">
    101             <fileset dir="distributions/web/packages">
    102                 <include name="ant/**/*"/>
    103             </fileset>
     72            <fileset dir="distributions/web" includes="packages/ant/**/*"/>
    10473        </copy>
    10574       
     
    11887
    11988        <copy todir="components/tmp/tomcat" overwrite="true">
    120             <fileset dir="distributions/web/packages">
    121                 <include name="tomcat/**/*"/>
    122             </fileset>
     89            <fileset dir="distributions/web" includes="packages/tomcat/**/*"/>
    12390        </copy>
    12491       
     
    137104
    138105        <copy todir="components/tmp/imagemagick" overwrite="true">
    139             <fileset dir="distributions/web/gs2build/bin/linux">
    140                 <include name="imagemagick/**/*"/>
    141             </fileset>
     106            <fileset dir="distributions/web" includes="gs2build/bin/linux/imagemagick/**/*"/>
    142107        </copy>
    143108               
Note: See TracChangeset for help on using the changeset viewer.