source: ISOcat/trunk/mod-ISOcat-utils/props.xml @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 497 bytes
Line 
1<project name="props" basedir=".">
2
3        <!-- use local properties as default -->
4        <import file="local-props.xml"          optional="true"/>
5
6        <!-- control debug info and optimization -->
7        <property name="debug"                  value="true"/>
8        <property name="optimize"               value="off"/>
9
10        <!-- 1060 NK directory -->
11        <property name="nk"                     location="/home/mwindhouwer/local/1060-NKSEDK"/>
12
13        <!-- external library directories -->
14        <property name="ostermiller"            location="/home/mwindhouwer/local/ostermiller"/>
15</project>
Note: See TracBrowser for help on using the repository browser.