Use distlib.dir.

This commit is contained in:
Michael Bayne
2006-11-16 21:36:57 +00:00
parent 2acaa9bbf5
commit 93ceaa40c4
2 changed files with 4 additions and 6 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
<!-- import some targets to enumerate library dependencies -->
<property name="projects.root" value="."/>
<property name="libs.dir" value="lib"/>
<property name="libs.dir" value="lib"/>
<property name="distlib.dir" value="lib"/>
<import file="libs-incl.xml"/>
<!-- declare our classpath -->