Enumerate our library dependencies in a way that can be imported into the

external build process.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1947 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-10-13 20:44:43 +00:00
parent 51135b5fe1
commit 71810c4e5d
4 changed files with 34 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!-- declares the libraries needed to build samskivert -->
<project name="library-dependencies">
<fileset dir="${projects.root}" id="samskivert.libs">
<include name="${libs.dir}/commons-collections.jar"/>
<include name="${libs.dir}/commons-digester.jar"/>
<include name="${libs.dir}/commons-io.jar"/>
<include name="${libs.dir}/commons-logging.jar"/>
<include name="${libs.dir}/ejb3-persistence.jar"/>
<include name="${libs.dir}/junit-3.7.jar"/>
<include name="${libs.dir}/mail.jar"/>
<include name="${libs.dir}/servlet-2.3.jar"/>
<include name="${libs.dir}/velocity-1.5-dev.jar"/>
</fileset>
</project>