summaryrefslogtreecommitdiff
path: root/makefile/studioBuild.xml
diff options
context:
space:
mode:
authorEric Cloninger <dcp874@motorola.com>2012-09-25 18:11:45 -0500
committerEric Cloninger <dcp874@motorola.com>2012-09-25 18:11:45 -0500
commit22eceb89b127b2c9bc2e388350d3c7a0636bbb22 (patch)
treee89476ae575fe831553635e9c1d92dbc6709af0a /makefile/studioBuild.xml
parent6ddc6008c328cdb9f03e71bdbb44f48586026c43 (diff)
downloadmotodev-22eceb89b127b2c9bc2e388350d3c7a0636bbb22.tar.gz
Remove dependencies on external packages from features and sources
Testing builds from Eclipse and with a bash script. Found several references to external RSS plugin and help files from Motorola that do not exist any longer. Some fixes to build files for ant. Change-Id: I31d622f9ddbe9345743a129dc0ae13992a0bbd1c Signed-off-by: Eric Cloninger <dcp874@motorola.com>
Diffstat (limited to 'makefile/studioBuild.xml')
-rw-r--r--makefile/studioBuild.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile/studioBuild.xml b/makefile/studioBuild.xml
index 5b09735..f0b6dea 100644
--- a/makefile/studioBuild.xml
+++ b/makefile/studioBuild.xml
@@ -444,6 +444,11 @@
<concat destfile="${buildDirectory}/build.properties" binary="yes">
<fileset dir="${buildDirectory}/" includes="*.properties" />
</concat>
+
+ <!-- <echoproperties destfile="${buildDirectory}/build.properties" >
+ <property name="ADT_JAR_FILENAME" value="${env.ADT_JAR_FILENAME}"/>
+ <property name="DDMS_JAR_FILENAME" value="${env.DDMS_JAR_FILENAME}"/>
+ </echoproperties> -->
</target>