Ignore:
Timestamp:
2008-07-18T10:01:16+12:00 (16 years ago)
Author:
oranfry
Message:

the bulk of the work on the compile logic for mark2

File:
1 edited

Legend:

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

    r16241 r16453  
    11<?xml version="1.0" encoding="utf-8" ?>
    2 <project name="lirk2-create-distribution" default="create-distribution">
     2<project name="mark2-create-distribution" default="create-distribution">
    33
    44
     
    4747    <target name="dist-set-gli-version">
    4848        <if><bool><istrue value="${execute}"/></bool>
    49             <ant antfile="${lirk2.home}/ant-scripts/shared-ant-scripts/operations-on-gli.xml" dir="${basedir}/distributions/web/gli" target="set-version-numbers"/>
     49            <ant antfile="${mark2.home}/ant-scripts/shared-ant-scripts/operations-on-gli.xml" dir="${basedir}/distributions/web/gli" target="set-version-numbers"/>
    5050        </if>
    5151    </target>
     
    7373            <echo level="info">Dropping gsdl docs  into distribution</echo>
    7474            <copy todir="${basedir}/distributions/web" overwrite="true">
    75                 <fileset dir="${lirk2.home}/greenstone2/docs"/>
     75                <fileset dir="${mark2.home}/greenstone2/docs"/>
    7676            </copy>
    7777        </if>
Note: See TracChangeset for help on using the changeset viewer.