aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig
diff options
context:
space:
mode:
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>