OSDN Git Service

First version of the PDT.
authorXavier Ducrohet <xav@android.com>
Sat, 4 Sep 2010 02:22:26 +0000 (19:22 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 7 Sep 2010 19:51:34 +0000 (12:51 -0700)
commit8eea9330bc386e47e586eb751286bfac1a21010f
tree0212ea51dc4b46c060c6851fdad0d8f2df56640b
parent0b21937765ca5307a6a7e244ba4eddd36954b9cf
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
20 files changed:
eclipse/buildConfig/allElements.xml
eclipse/features/com.android.ide.eclipse.adt/feature.xml
eclipse/features/com.android.ide.eclipse.pdt/.project [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.pdt/build.properties [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.pdt/feature.xml [new file with mode: 0644]
eclipse/plugins/.gitignore
eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/AdtPrefs.java
eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/DdmsPlugin.java
eclipse/plugins/com.android.ide.eclipse.pdt/.classpath [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/.project [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/build.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/plugin.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/AdbLocator.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/PdtPlugin.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/PrefPage.java [new file with mode: 0644]
eclipse/sites/internal/site.xml