[blipit] r176 committed - Including the dependency on ant telnet task within the code

4 views
Skip to first unread message

bli...@googlecode.com

unread,
Feb 26, 2011, 12:18:06 AM2/26/11
to bli...@googlegroups.com
Revision: 176
Author: kalyan...@gmail.com
Date: Fri Feb 25 21:17:22 2011
Log: Including the dependency on ant telnet task within the code
http://code.google.com/p/blipit/source/detail?r=176

Added:
/trunk/lib/ant
/trunk/lib/ant/ant-commons-net.jar
/trunk/lib/ant/commons-net-2.2.jar
Modified:
/trunk/android/BlipItTest/build.xml

=======================================
--- /dev/null
+++ /trunk/lib/ant/ant-commons-net.jar Fri Feb 25 21:17:22 2011
Binary file, no diff available.
=======================================
--- /dev/null
+++ /trunk/lib/ant/commons-net-2.2.jar Fri Feb 25 21:17:22 2011
Binary file, no diff available.
=======================================
--- /trunk/android/BlipItTest/build.xml Wed Jan 5 03:57:31 2011
+++ /trunk/android/BlipItTest/build.xml Fri Feb 25 21:17:22 2011
@@ -45,6 +45,15 @@
classname="com.android.ant.SetupTask"
classpathref="android.antlibs" />

+ <path id="telnet.libs">
+ <pathelement path="../../lib/ant/ant-commons-net.jar"/>
+ <pathelement path="../../lib/ant/commons-net-2.2.jar"/>
+ </path>
+
+ <taskdef name="telnet"
+
classname="org.apache.tools.ant.taskdefs.optional.net.TelnetTask"
+ classpathref="telnet.libs" />
+
<target name="clean">
<echo>Cleaning output directories...</echo>
<delete dir="build" quiet="true" />

Reply all
Reply to author
Forward
0 new messages