Move libs-incl.xml into etc.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4691 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-06 00:34:06 +00:00
parent ae1e7dc4a8
commit df9f13afa6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<property name="javadoc.home" value="${deploy.dir}/docs"/> <property name="javadoc.home" value="${deploy.dir}/docs"/>
<property name="classes.dir" value="${deploy.dir}/classes"/> <property name="classes.dir" value="${deploy.dir}/classes"/>
<property name="libs.dir" value="lib"/> <property name="libs.dir" value="lib"/>
<import file="libs-incl.xml"/> <import file="etc/libs-incl.xml"/>
<!-- declare our classpath business --> <!-- declare our classpath business -->
<path id="classpath"> <path id="classpath">
View File