aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.pdt
Commit message (Collapse)AuthorAgeFilesLines
* Update tools/ADT to rev 14.Xavier Ducrohet2011-08-021-1/+1
| | | | Change-Id: Id29498fde61185a63812b7267b64560a8fd54dc5
* Move tools to 13.Xavier Ducrohet2011-06-211-1/+1
| | | | Change-Id: Ibedcb5627170d107cacf5e9d212f9da11c8d1f3e
* Fix various warningsTor Norbye2011-06-091-1/+8
| | | | | | | | | | | | | I ran the latest version of findbugs on our codebase and fixed some (not all!) of the warnings. I also ran with Eclipse 3.7 RC3 and updated our compiler warning settings for the new warnings that are available. I also fixed some DOS line endings in some files (formatted with CRLF instead of LF). Change-Id: I9a9d34a9b60f2cb609245793815d96a4587007b0
* Move tools to r12 and ADT to 12.0.0Xavier Ducrohet2011-06-061-1/+1
| | | | Change-Id: Ifcf5190547e9e37bdda766ad3d57a312c2dbb481
* Disable the "unecessary else" warning.Raphael Moll2011-03-171-1/+1
| | | | | | | | This can be a matter of personal taste, but I find it a lot more readable to write an if {} else {} sometimes, and it's perfectly valid, so really it shouldn't be marked as a warning. Change-Id: Iac1b9bd5f9602b5018f7432422e0a083f4836490
* Add specifc warnings config for most sdk eclipse projects.Xavier Ducrohet2011-03-141-0/+64
| | | | Change-Id: I9837714c5673d43fa7108b16ab264f1017c4bd3d
* Move tools and ADT version to 11.Xavier Ducrohet2011-02-101-1/+1
| | | | Change-Id: I4ba19e12a7d11df3d3c1053c30f3998a93b5fb06
* Move SDK Tools and ADT version to 10.Xavier Ducrohet2011-01-181-1/+1
| | | | Change-Id: I6cfde67f2d0a0da2f94124d19e152e99df349820
* Fix PDT. Extension class of toolsLocator is now ToolsLocatorXavier Ducrohet2010-11-191-1/+1
| | | | Change-Id: Ic2b65e07755339fc277392e4acdfe1e880a83a3d
* Update the Eclipe plug-ins/features version number.Xavier Ducrohet2010-11-151-1/+1
| | | | Change-Id: Ib5f49d91506de5e218d80af1d05d06ba49155cb6
* Change the adbLocation ddms extension to provide more tools location.Xavier Ducrohet2010-11-113-7/+51
| | | | | | | | | | | | Previously DDMS used the adb location to find the location of other tools, but adb moved to a different tool folder. adbLocator extension changed to toolsLocation and provide explicit locations for all the tools DDMS cares about. This way the logic of the tools location is only in ADT instead of being duplicated in DDMS. Change-Id: I87f19c7705cb822dc793264f11e680ba09eb7f40
* PDT implements the new extension from ddmsXavier Ducrohet2010-09-077-7/+357
| | | | Change-Id: I9622deec64ca60b9bfc2a4cdfa640821123ad4c0
* First version of the PDT.Xavier Ducrohet2010-09-078-0/+258
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