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/wirk3/ant-scripts/create-components.xml

    r17721 r17786  
    1515        <antcall target="prepare-imagemagick-component" />
    1616        <antcall target="prepare-ghostscript-component" />
    17         <antcall target="prepare-sourcecode-component" />
    1817        <antcall target="prepare-ant-component" />
    1918        <antcall target="prepare-tomcat-component" />
    20         <antcall target="prepare-sourcecode-core-component" />
     19        <!--<antcall target="prepare-sourcecode-component" />-->
    2120    </target>
    2221   
     
    2524        <antcall target="compress-imagemagick-component" />
    2625        <antcall target="compress-ghostscript-component" />
    27         <antcall target="compress-sourcecode-component" />
    2826        <antcall target="compress-ant-component" />
    2927        <antcall target="compress-tomcat-component" />
    30         <antcall target="compress-sourcecode-core-component" />
     28        <!--<antcall target="compress-sourcecode-component" />-->
    3129    </target>
    3230   
     
    151149        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 ant.lzma ant.comp"/></exec>
    152150    </target>
    153    
    154    
    155    
     151       
    156152    <target name="prepare-tomcat-component">
    157153        <delete dir="components/tmp/tomcat" quiet="true"/>
     
    169165        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 tomcat.lzma tomcat.comp"/></exec>
    170166    </target>   
    171 
    172     <target name="prepare-sourcecode-core-component">
    173         <delete dir="components/tmp/sourcecode-core"/>
    174         <mkdir dir="components/tmp/sourcecode-core"/>
    175 
    176         <copy todir="components/tmp/sourcecode-core" overwrite="true">
    177             <fileset dir="distribution/source">
    178                 <include name="gli/**/*"/>
    179                 <include name="docs/**/*"/>
    180                 <include name="resources/**/*"/>
    181                 <include name="web/**/*"/>
    182                 <include name="gs2build/etc/**/*"/>
    183                 <include name="gs2build/setup.bash"/>
    184                 <include name="build.xml"/>
    185                 <include name="build.properties"/>
    186                 <include name="*.sh"/>
    187                 <include name="*.txt"/>
    188             </fileset>
    189         </copy>
    190         <zip destfile="components/sourcecode-core.comp" basedir="components/tmp/sourcecode-core" compress="false" includes="**/*"/>
    191     </target>
    192    
    193     <target name="compress-sourcecode-core-component">
    194         <!--<sevenzip task="encode" input="components/sourcecode-core.comp" output="components/sourcecode-core.lzma" dictionnary="26"/>-->
    195         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode-core.lzma sourcecode-core.comp"/></exec>
    196     </target>
    197 
    198 
    199    
    200167   
    201168</project>
Note: See TracChangeset for help on using the changeset viewer.