Move supporting build xml files into etc/ to avoid clutter.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2099 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-05-03 20:26:23 +00:00
parent b2ffa3dc33
commit 29e45ddf96
3 changed files with 2 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!-- declares the libraries needed to build samskivert -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="samskivert.libs">
<include name="ant.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-digester.jar"/>
<include name="commons-io.jar"/>
<include name="commons-logging.jar"/>
<include name="ehcache-1.2.jar"/>
<include name="junit-3.7.jar"/>
<include name="mail.jar"/>
<include name="servlet-2.3.jar"/>
<include name="velocity-1.5-dev.jar"/>
</fileset>
</project>