aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-03-29 14:43:49 -0700
committerSiva Velusamy <vsiva@google.com>2012-03-30 12:16:55 -0700
commit8e6fabf386fd691fab8891d76a7f96669bbdb2ae (patch)
tree008a7a57a211e96ad1c705fa2da1c60f808cbfcc /eclipse/buildConfig
parent6d42ec51f096747145b420f04934c8f234f32762 (diff)
downloadsdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.zip
sdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.tar.gz
sdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.tar.bz2
Add base plugin
Add a plugin that is contains libraries and other utilities common to both ADT/Eclipse plugins and RCP applications like monitor. Currently, it contains: - libraries: common, sdkstats, androidprefs & sdklib. - prebuilts: guava Change-Id: I982a6897fa73c5ba8c282bc2fba4b1e66b4e2ecd
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r--eclipse/buildConfig/allElements.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml
index 7512fde..efca213 100644
--- a/eclipse/buildConfig/allElements.xml
+++ b/eclipse/buildConfig/allElements.xml
@@ -39,7 +39,7 @@
<property name="id" value="com.android.ide.eclipse.traceview" />
</ant>
- <antcall target="buildInternalFeatures"/>
+ <antcall target="buildInternalFeatures"/>
</target>
@@ -71,6 +71,10 @@
<!-- Add one target for each root element and each configuration -->
<!-- Replace element.id with the id of the top level element being built -->
<!-- ===================================================================== -->
+ <target name="assemble.com.android.ide.eclipse.base">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
+ </target>
+
<target name="assemble.com.android.ide.eclipse.adt">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
</target>