aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-09-03 19:22:26 -0700
committerXavier Ducrohet <xav@android.com>2010-09-07 12:51:34 -0700
commit8eea9330bc386e47e586eb751286bfac1a21010f (patch)
tree0212ea51dc4b46c060c6851fdad0d8f2df56640b /eclipse/buildConfig
parent0b21937765ca5307a6a7e244ba4eddd36954b9cf (diff)
downloadsdk-8eea9330bc386e47e586eb751286bfac1a21010f.zip
sdk-8eea9330bc386e47e586eb751286bfac1a21010f.tar.gz
sdk-8eea9330bc386e47e586eb751286bfac1a21010f.tar.bz2
First version of the PDT.
PDT stands for (Android) Platform Development Tools. The first version is pretty basic. A single pref page to give the location of the dev tree. From this it finds the location of adb and provides it to ddms through its extension point. Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
Diffstat (limited to 'eclipse/buildConfig')
-rw-r--r--eclipse/buildConfig/allElements.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/eclipse/buildConfig/allElements.xml b/eclipse/buildConfig/allElements.xml
index 7b23669..ce17a0a 100644
--- a/eclipse/buildConfig/allElements.xml
+++ b/eclipse/buildConfig/allElements.xml
@@ -28,7 +28,7 @@
<property name="type" value="feature" />
<property name="id" value="com.android.ide.eclipse.adt" />
</ant>
-
+
<antcall target="buildInternalFeatures"/>
</target>
@@ -42,6 +42,11 @@
<property name="type" value="feature" />
<property name="id" value="com.android.ide.eclipse.tests" />
</ant>
+
+ <ant antfile="${genericTargets}" target="${target}">
+ <property name="type" value="feature" />
+ <property name="id" value="com.android.ide.eclipse.pdt" />
+ </ant>
</target>
<!-- ===================================================================== -->
@@ -66,4 +71,8 @@
<target name="assemble.com.android.ide.eclipse.hierarchyviewer">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
</target>
+
+ <target name="assemble.com.android.ide.eclipse.pdt">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
+ </target>
</project>