[Swift-commit] r7223 - in trunk: . lib
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu Oct 24 11:25:39 CDT 2013
Author: davidk
Date: 2013-10-24 11:25:39 -0500 (Thu, 24 Oct 2013)
New Revision: 7223
Added:
trunk/lib/listcoasterurls.jar
Modified:
trunk/build.xml
Log:
Reliable way to list local network interfaces and generate a list of coaster URLs
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2013-10-24 15:27:28 UTC (rev 7222)
+++ trunk/build.xml 2013-10-24 16:25:39 UTC (rev 7223)
@@ -81,6 +81,8 @@
<copy todir="${dist.dir}/lib/perl">
<fileset dir="${cog.dir}/modules/${module.name}/lib/perl"/>
</copy>
+ <copy file="${cog.dir}/modules/${module.name}/lib/listcoasterurls.jar" todir="${dist.dir}/bin"></copy>
+
<chmod perm="+x">
<fileset dir="${dist.dir}/bin">
<include name="VDL2Karajan"/>
Added: trunk/lib/listcoasterurls.jar
===================================================================
(Binary files differ)
Property changes on: trunk/lib/listcoasterurls.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Swift-commit
mailing list