Ignore:
Timestamp:
2009-08-03T11:49:27+12:00 (15 years ago)
Author:
oranfry
Message:

more generalisation, and wrok on mark3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r19982 r20112  
    228228    </target>
    229229   
     230    <target name="greenstone3-compile">
     231        <antcall target="checkout-greenstone3" />
     232        <antcall target="greenstone3-set-version-numbers"><param name="greenstone3basedir" value="compiled"/></antcall>
     233        <ant dir="compiled" inheritAll="false">
     234            <target name="prepare"/>
     235            <propertyset refid="forward.properties"/>
     236        </ant>
     237        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="compiled/gli" /></antcall>
     238        <ant dir="compiled" inheritAll="false">
     239            <target name="install"/>
     240            <target name="dist-tidy"/>
     241            <propertyset refid="forward.properties"/>
     242        </ant>
     243        <antcall target="insert-xml-parser"/>
     244        <antcall target="insert-ant"/>
     245        <antcall target="insert-documented-examples"/>
     246        <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
     247        <antcall target="prepare-documentation"/> <!-- from rk3-targets -->
     248    </target>
     249
     250    <target name="create-distribution">
     251        <!-- create distribution -->
     252        <antcall target="copy-compiled-to-dist"/> <!-- from init -->
     253        <antcall target="insert-uninstaller"/>
     254        <antcall target="clean-user-manual"/>
     255        <antcall target="clean-uninstaller"/>
     256        <antcall target="strip-svn-dirs"><param name="dir" value="distributions"/></antcall> <!-- from init -->
     257    </target>
     258
    230259
    231260</project>
Note: See TracChangeset for help on using the changeset viewer.