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

changes to wirk3 comparable to the ones just done on lirk3

File:
1 edited

Legend:

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

    r19935 r19936  
    44    <target name="compile">
    55        <antcall target="checkout-greenstone3" />
    6         <antcall target="generate-build-properties"><param name="greenstone3.basedir" value="compiled"/></antcall>
    7         <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="${basedir}/compiled" /></antcall>
    8 
    9         <ant target="prepare" dir="compiled" inheritAll="false">
    10             <property name="app.version" value="${version}"/>
    11             <property name="branch.path" value="${branch.path}"/>
    12             <property name="branch.revision" value="${branch.revision}"/>
     6        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="compiled" /></antcall>
     7        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="compiled/gli" /></antcall>
     8        <ant dir="compiled" inheritAll="false">
     9            <target name="prepare"/>
     10            <target name="install"/>
     11            <target name="dist-tidy"/>
     12            <propertyset refid="forward.properties"/>
    1313        </ant>
    14 
    1514        <antcall target="insert-windows-perl"><param name="todir" value="compiled/gs2build/bin/windows"/></antcall>
    16 
    17         <ant target="install" dir="compiled" inheritAll="false">
    18             <property name="app.version" value="${version}"/>
    19             <property name="branch.path" value="${branch.path}"/>
    20             <property name="branch.revision" value="${branch.revision}"/>
    21         </ant>
    22 
    23         <antcall target="compile-uninstaller"/> <!-- from rk3-targets -->
     15        <antcall target="insert-xml-parser"/>
     16        <antcall target="insert-ant"/>
     17        <antcall target="insert-documented-examples"/>
     18        <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
    2419        <antcall target="prepare-documentation"/> <!-- from rk3-targets -->
     20        <antcall target="insert-icon"/>
    2521    </target>
    2622   
     23    <target name="insert-icon">
     24        <copy
     25            file="${wirk3.home}/greenstone3/icon/icon.ico"
     26            tofile="compiled/resources/images/gs3.ico"/>
     27    </target>
     28
     29   
    2730</project>
Note: See TracChangeset for help on using the changeset viewer.