Ignore:
Timestamp:
2008-08-13T11:35:05+12:00 (16 years ago)
Author:
oranfry
Message:

changes to lirk3 after ant hack cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/create-distribution.xml

    r16684 r16736  
    66        <antcall target="export-greenstone3" />
    77        <antcall target="dist-set-version-number-property" />
    8         <antcall target="dist-set-gli-version" />
    9         <antcall target="create-distributions-1" />
    10         <antcall target="create-distributions-2" />
    11         <antcall target="create-distributions-3" />
     8        <antcall target="gli-set-version-numbers">
     9            <param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/>
     10        </antcall>
     11
     12        <!-- create distributions 1, 2 and 3 -->
     13        <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-1" inheritAll="false">
     14            <property name="app.version" value="${version}"/>
     15            <property name="branch.path" value="${branch.path}"/>
     16        </ant>
     17
     18        <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-2" inheritAll="false">
     19            <property name="app.version" value="${version}"/>
     20            <property name="branch.path" value="${branch.path}"/>
     21        </ant>
     22
     23        <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-3" inheritAll="false">
     24            <property name="app.version" value="${version}"/>
     25            <property name="branch.path" value="${branch.path}"/>
     26        </ant>
     27
    1228        <antcall target="copy-over-build-xml" />
    1329        <antcall target="insert-user-manual"/>
     
    2743    <target name="dist-set-version-number-property">
    2844        <rsr file="distribution/greenstone3/resources/java/global.properties.in" pattern="(.*)@gsdl3version@(.*)" replacement="$1${version}$2" />
    29     </target>
    30 
    31     <target name="dist-set-gli-version">
    32         <ant antfile="${lirk3.home}/ant-scripts/shared-ant-scripts/operations-on-gli.xml" dir="${basedir}/distribution/greenstone3/gli" target="set-version-numbers"/>
    33     </target>
    34 
    35 
    36     <target name="create-distributions-1">
    37         <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-1" inheritAll="false">
    38             <property name="app.version" value="${version}"/>
    39             <property name="branch.path" value="${branch.path}"/>
    40         </ant>
    41     </target>
    42 
    43     <target name="create-distributions-2">
    44         <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-2"  inheritAll="false">
    45             <property name="app.version" value="${version}"/>
    46             <property name="branch.path" value="${branch.path}"/>
    47         </ant>
    48     </target>
    49 
    50     <target name="create-distributions-3">
    51         <ant antfile="${lirk3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" target="create-distribution-3"  inheritall="false">
    52             <property name="app.version" value="${version}"/>
    53             <property name="branch.path" value="${branch.path}"/>
    54         </ant>
    5545    </target>
    5646
Note: See TracChangeset for help on using the changeset viewer.