New deal, projects with dependencies on libraries that may be built during a

larger build process get them from dist/lib at the top-level.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4455 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-11-16 21:26:44 +00:00
parent d42a8e9475
commit 287f7d32a3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
<include name="${libs.dir}/velocity-1.5-dev.jar"/>
<include name="${libs.dir}/samskivert.jar"/>
<include name="${libs.dir}/commons-collections.jar"/>
<include name="${project.dir}/samskivert/dist/samskivert.jar"/>
<include name="${distlib.dir}/samskivert.jar"/>
</fileset>
</project>