Changeset 17814 for release-kits/wirk3


Ignore:
Timestamp:
2008-11-11T15:18:40+13:00 (15 years ago)
Author:
oranfry
Message:

prepare source releases on each os

Location:
release-kits/wirk3
Files:
3 edited

Legend:

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

    r17786 r17814  
    1717        <antcall target="prepare-ant-component" />
    1818        <antcall target="prepare-tomcat-component" />
    19         <!--<antcall target="prepare-sourcecode-component" />-->
     19
     20        <antcall target="prepare-sourcecode-component" />
     21
     22        <antcall target="prepare-source-release" />
    2023    </target>
    2124   
     
    2629        <antcall target="compress-ant-component" />
    2730        <antcall target="compress-tomcat-component" />
     31
    2832        <!--<antcall target="compress-sourcecode-component" />-->
     33
     34        <antcall target="compress-source-release" />
     35
    2936    </target>
    3037   
     
    165172        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 tomcat.lzma tomcat.comp"/></exec>
    166173    </target>   
     174
     175    <target name="compress-source-release">
     176        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 source-release.lzma source-release.comp"/></exec>
     177    </target>
    167178   
    168179</project>
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17786 r17814  
    99        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli" /></antcall>
    1010        <antcall target="insert-user-manual"/>
     11
     12        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
    1113
    1214        <ant target="create-distribution-1" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
  • release-kits/wirk3/installer/build.xml

    r17786 r17814  
    101101        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="@gsdl3home@" replacement="${installDir.unix}/web"/>
    102102
     103        <echo>Create usage.txt</echo>
     104        <echo file="${installDir}/gs2build/etc/usage.txt"></echo>
     105
    103106        <echo message="Creating installation properties file"/>
    104107        <echo file="${installDir}\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
Note: See TracChangeset for help on using the changeset viewer.