Changeset 18926 for branches/rk-oran


Ignore:
Timestamp:
2009-04-09T09:28:07+12:00 (15 years ago)
Author:
oranfry
Message:

passing in the script format param to compile-gli

Location:
branches/rk-oran
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rk-oran/lirk2/ant-scripts/compile.xml

    r18907 r18926  
    3030        <!-- gli -->
    3131        <antcall target="compile-gli">
     32            <param name="script.format"  value="sh"/>
    3233            <param name="glibasedir"  value="${basedir}/compiled/gli"/>
    3334            <param name="gsdlbasedir" value="${basedir}/compiled"/>
  • branches/rk-oran/mark2/ant-scripts/compile.xml

    r18907 r18926  
    2828        <!-- gli -->
    2929        <antcall target="compile-gli">
     30            <param name="script.format"  value="sh"/>
    3031            <param name="glibasedir"  value="${basedir}/compiled/gli"/>
    3132            <param name="gsdlbasedir" value="${basedir}/compiled"/>
Note: See TracChangeset for help on using the changeset viewer.