Remove the external libraries directory. We'll get everything from lib/.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@971 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-12-12 06:09:14 +00:00
parent 548bc3b151
commit 7fa164d839
-2
View File
@@ -7,7 +7,6 @@
<property name="doc.overview" value="com/threerings/atlanti/overview.html"/>
<property name="copyright.holder" value="Michael Bayne"/>
<property name="build.compiler" value="jikes"/>
<property name="java.libraries" value="/usr/share/java"/>
<property name="narya.home" value="../../work/narya"/>
<!-- things you probably don't want to change -->
@@ -19,7 +18,6 @@
<!-- declare our classpath -->
<path id="classpath">
<fileset dir="${java.libraries}" includes="**/*.jar"/>
<fileset dir="lib" includes="**/*.jar"/>
<pathelement location="${deploy.dir}/classes"/>
</path>