diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-20 07:38:28 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-20 07:38:28 -0800 |
commit | 76bc028c745906e691284c685e34e72b5ccf06b5 (patch) | |
tree | c6a908295dcbece6bb31f644b3d4698f04abee20 /eclipse/buildConfig | |
parent | 4fd2474506c1ea3cb96e128d72db2a18ec1e258d (diff) | |
download | sdk-76bc028c745906e691284c685e34e72b5ccf06b5.zip sdk-76bc028c745906e691284c685e34e72b5ccf06b5.tar.gz sdk-76bc028c745906e691284c685e34e72b5ccf06b5.tar.bz2 |
auto import from //branches/cupcake/...@132569
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r-- | eclipse/buildConfig/allElements.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml index 99ab3aa..2c8229c 100644 --- a/eclipse/buildConfig/allElements.xml +++ b/eclipse/buildConfig/allElements.xml @@ -16,6 +16,11 @@ <ant antfile="${genericTargets}" target="${target}"> <property name="type" value="feature" /> + <property name="id" value="com.android.ide.eclipse.ddms" /> + </ant> + + <ant antfile="${genericTargets}" target="${target}"> + <property name="type" value="feature" /> <property name="id" value="com.android.ide.eclipse.adt" /> </ant> @@ -44,6 +49,10 @@ <target name="assemble.com.android.ide.eclipse.adt"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> </target> + + <target name="assemble.com.android.ide.eclipse.ddms"> + <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> + </target> <target name="assemble.com.android.ide.eclipse.tests"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> |