Ignore:
Timestamp:
2010-01-27T09:59:08+13:00 (14 years ago)
Author:
oranfry
Message:

got properties target working for all kits, plus some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/build.xml

    r21650 r21652  
    1414    <!-- IMPORT OTHER ANT SCRIPTS -->
    1515    <import file="${rk.home}/shared/core/ant-scripts/shared.xml"/>
    16     <import file="${rk.home}/shared/greenstone2/ant-scripts/greenstone3-shared.xml"/>
     16    <import file="${rk.home}/shared/greenstone3/ant-scripts/greenstone3-shared.xml"/>
    1717
    1818    <import file="compile.xml"/>
     
    2929
    3030    <!-- target to show properties in rk3-build.properties -->
    31     <target name="properties" depends="core-properties"/>
     31    <target name="properties" depends="core-properties,gs3-properties"/>
    3232
    3333    <!-- create the property set to be forwarded to greenstone3 -->
Note: See TracChangeset for help on using the changeset viewer.