aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/buildConfig/allElements.xml
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Switch to Eclipse 3.6.2 RCP+CDT for build_serverRaphael2011-11-081-9/+18
| | | | Change-Id: I3fab918d5d9ed96d753410cfe3cf58a06788a058
* Fix buildTor Norbye2011-10-041-6/+1
| | | | Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
* Fix XML formatting from outside the editor (Source > Format)Tor Norbye2011-10-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset fixes this issue: 20450: Source->Format for XML files in Project Explorer in 14-preview applies old XML rules instead of new Android-aware ones Basically, the Eclipse XML support does not consult the StructuredTextViewerConfigurationXML configuration when formatting files. To work around this, this changeset overrides the format processor defined for XML files and redirects to the ADT custom formatter when the option to use a custom formatter is set. Unfortunately, setting the formatProcessor in the ADT plugin does not work, because it turns out that the WTP code to process layer registrations processes plugins in alphabetical order of plugin names (rather than say plugin dependency order), and as a result, the WTP registration is processed later than the ADT one (because org.eclipse > com.android) and it clobbers our registration. To work around this, this changeset adds a *new* plugin, an overlay for ADT which is named "overlay.com.android.eclipse.(etc)" which sorts alphabetically later than org.eclipse. The plugin is basically empty (it just provides a registration of the ADT format processor), and it is registered as just a part of the ADT plugin so it should not be exposed to users directly. Change-Id: I2af2bc1e61e758c36243e4ac7236f676266cc665
* Add gldebugger feature.Siva Velusamy2011-09-061-0/+9
| | | | | | | Update build scripts to include gldebugger feature only for internal builds. Change-Id: I3ad9422309df6e0befc878f50e147399b1a3b456
* Traceview integration into Eclipse.Pierre Zurek2011-01-301-0/+9
| | | | | | New plugin which adds a Traceview view to Eclipse. Change-Id: I3001dfde6ed28db3de8a75715a0ba0743f5c29b0
* First version of the PDT.Xavier Ducrohet2010-09-071-1/+10
| | | | | | | | | | | 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
* Fix Eclipse build: also build hierarchyviewer plugin.Raphael Moll2010-08-281-0/+9
| | | | | | Needs to be build on the build server since ADT depends on it. Change-Id: I6fe6a2ab00428f25e8b3e4595ea8b81bce94454d
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+60
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-60/+0
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-0/+9
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-18/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+69