[blipit] r175 committed - Resolved a minor build issue for both the android clients

0 views
Skip to first unread message

bli...@googlecode.com

unread,
Feb 24, 2011, 11:27:53 PM2/24/11
to bli...@googlegroups.com
Revision: 175
Author: kalyan...@gmail.com
Date: Thu Feb 24 20:26:39 2011
Log: Resolved a minor build issue for both the android clients
http://code.google.com/p/blipit/source/detail?r=175

Modified:
/trunk/android/BlipItMain/build.xml
/trunk/android/PanicBlip/build.xml

=======================================
--- /trunk/android/BlipItMain/build.xml Wed Jan 5 04:03:14 2011
+++ /trunk/android/BlipItMain/build.xml Thu Feb 24 20:26:39 2011
@@ -32,6 +32,9 @@
application and should be checked into Version Control Systems.
-->
<property file="default.properties"/>

+ <property name="external.libs.dir" value="libs" />
+ <property name="external.libs.absolute.dir"
location="${external.libs.dir}"/>
+
<!-- Custom Android task to deal with the project target, and import
the
proper rules.
This requires ant 1.6.0 or above. -->
=======================================
--- /trunk/android/PanicBlip/build.xml Wed Jan 5 04:03:14 2011
+++ /trunk/android/PanicBlip/build.xml Thu Feb 24 20:26:39 2011
@@ -32,6 +32,9 @@
application and should be checked into Version Control Systems.
-->
<property file="default.properties" />

+ <property name="external.libs.dir" value="libs" />
+ <property name="external.libs.absolute.dir"
location="${external.libs.dir}"/>
+
<!-- Custom Android task to deal with the project target, and import
the
proper rules.
This requires ant 1.6.0 or above. -->

Reply all
Reply to author
Forward
0 new messages