aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig
diff options
context:
space:
mode:
authorRaphael Moll <ralf@android.com>2010-08-28 15:38:15 -0700
committerRaphael Moll <ralf@android.com>2010-08-28 15:38:15 -0700
commit798a9233b71d0e07a038f61273a4a685fc7807b5 (patch)
tree8aa8c3cc6d36584a0dacc81ed88da20625377dab /eclipse/buildConfig
parent34ac12032875a3e3d0b17d19540cb65d0fbbe507 (diff)
downloadsdk-798a9233b71d0e07a038f61273a4a685fc7807b5.zip
sdk-798a9233b71d0e07a038f61273a4a685fc7807b5.tar.gz
sdk-798a9233b71d0e07a038f61273a4a685fc7807b5.tar.bz2
Fix Eclipse build: also build hierarchyviewer plugin.
Needs to be build on the build server since ADT depends on it. Change-Id: I6fe6a2ab00428f25e8b3e4595ea8b81bce94454d
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r--eclipse/buildConfig/allElements.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml
index 2c8229c..7b23669 100644
--- a/eclipse/buildConfig/allElements.xml
+++ b/eclipse/buildConfig/allElements.xml
@@ -21,6 +21,11 @@
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
+ <property name="id" value="com.android.ide.eclipse.hierarchyviewer" />
+ </ant>
+
+ <ant antfile="${genericTargets}" target="${target}">
+ <property name="type" value="feature" />
<property name="id" value="com.android.ide.eclipse.adt" />
</ant>
@@ -57,4 +62,8 @@
<target name="assemble.com.android.ide.eclipse.tests">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
</target>
+
+ <target name="assemble.com.android.ide.eclipse.hierarchyviewer">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
+ </target>
</project>