Flatten when we copy into dist/lib.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1948 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-10-13 21:09:53 +00:00
parent 71810c4e5d
commit eba71ff8b3
+1 -1
View File
@@ -37,7 +37,7 @@
<copy todir="${deploy.dir}/classes">
<fileset dir="${src.dir}" includes="**/*.properties"/>
</copy>
<copy todir="${deploy.dir}/lib">
<copy todir="${deploy.dir}/lib" flatten="true">
<fileset refid="samskivert.libs"/>
</copy>
</target>