aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Set default productSiva Velusamy2014-06-301-168/+0
| | | | | | | | | | | This CL fixes a bunch of issues in the packaging of the ADT product. Specifically: - the correct default product is now used giving us the correct initial Java perspective - the dependencies go one way (ADT package -> ADT), and this allows upgrading of ADT without upgrading the ADT package. Change-Id: I9a1b85e0bee8d073e27067e7450ce08a88609c3c
* Use custom form layout for Eclipse intro.Siva Velusamy2013-04-101-0/+168
The current intro mechanism suffers from a number of issues around html rendering. The URL links don't work on a bunch of different platforms as per bug 41109. https://code.google.com/p/android/issues/detail?id=41109 This CL uses SWT forms to render a simple page that provides: 1. A button that opens the new project wizard. 2. Links to documentation for first time users. Change-Id: I9b5cf921b3cceb666e4e181e9e84109597731523