Files
getdown/etc/libs-incl.xml
T
Michael Bayne b2df567d71 Retire never used Snark-based bittorrent downloader. Cool idea, but never
turned out to be worth the PITA. Maybe someday when there's a broadly used
trackerless p2p technology, we'll take another crack at this sort of thing.
2010-09-20 17:54:44 +00:00

14 lines
458 B
XML

<?xml version="1.0"?>
<!-- declares the libraries needed to build getdown -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="getdown.libs">
<include name="ant.jar"/>
<include name="commons-codec.jar"/>
<include name="proguard.jar"/>
<include name="retroweaver-all-1.2.2.jar"/>
<include name="retroweaver-rt-1.2.2.jar"/>
<include name="samskivert.jar"/>
<include name="junit4.jar"/>
</fileset>
</project>