aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>