Ignore:
Timestamp:
2008-11-07T14:36:58+13:00 (15 years ago)
Author:
oranfry
Message:

shifted the responsibility for the source release to the linux release kit. Made the source release contain a single component with the core and sourcecode mixed together

File:
1 edited

Legend:

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

    r17721 r17786  
    1313    <target name="prepare-components">
    1414        <antcall target="prepare-core-component" />
    15         <antcall target="prepare-sourcecode-component" />
    1615        <antcall target="prepare-ant-component" />
    1716        <antcall target="prepare-tomcat-component" />
    18         <antcall target="prepare-sourcecode-core-component" />
    1917        <antcall target="prepare-imagemagick-component" />
    2018        <antcall target="prepare-ghostscript-component" />
     19
     20        <!--<antcall target="prepare-sourcecode-component" />-->
    2121    </target>
    2222
    2323    <target name="compress-components">
    2424        <antcall target="compress-core-component" />
    25         <antcall target="compress-sourcecode-component" />
    2625        <antcall target="compress-ant-component" />
    2726        <antcall target="compress-tomcat-component" />
    28         <antcall target="compress-sourcecode-core-component" />
    2927        <antcall target="compress-imagemagick-component" />
    3028        <antcall target="compress-ghostscript-component" />
     29
     30        <!--<antcall target="compress-sourcecode-component" />-->
    3131    </target>
    3232
     
    7474    </target>
    7575   
    76     <!-- sourcecode-core -->
    77     <target name="prepare-sourcecode-core-component">
    78         <delete dir="components/tmp/sourcecode-core"/>
    79         <mkdir dir="components/tmp/sourcecode-core"/>
    80 
    81         <copy todir="components/tmp/sourcecode-core" overwrite="true">
    82             <fileset dir="distribution/source">
    83                 <include name="gli/**/*"/>
    84                 <include name="docs/**/*"/>
    85                 <include name="resources/**/*"/>
    86                 <include name="web/**/*"/>
    87                 <include name="gs2build/etc/**/*"/>
    88                 <include name="gs2build/setup.bash"/>
    89                 <include name="build.xml"/>
    90                 <include name="build.properties"/>
    91                 <include name="*.sh"/>
    92                 <include name="*.txt"/>
    93             </fileset>
    94         </copy>
    95         <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false" includes="**/*"/>
    96     </target>
    97    
    98     <target name="compress-sourcecode-core-component">
    99         <sevenzip task="encode" input="components/sourcecode-core.comp" output="components/sourcecode-core.lzma" dictionnary="26"/>
    100     </target>
    101 
    102 
    10376    <!-- sourcecode -->
    10477    <target name="prepare-sourcecode-component">
Note: See TracChangeset for help on using the changeset viewer.