Put libs-incl.xml in etc/ like all our other projects.

This commit is contained in:
Michael Bayne
2010-09-20 17:45:08 +00:00
parent e6fbfdca38
commit 525c924ea2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<property name="test.dir" value="src/test/java"/>
<property name="deploy.dir" value="dist"/>
<property name="libs.dir" value="lib"/>
<import file="libs-incl.xml"/>
<import file="etc/libs-incl.xml"/>
<!-- these are only used if we're going to sign things -->
<property file="build.properties"/>
View File