aboutsummaryrefslogtreecommitdiffstats
path: root/adtproductbuild
Commit message (Collapse)AuthorAgeFilesLines
* ADT Bundle: Use Eclipse Kepler SR1 packagesSiva Velusamy2013-12-021-9/+9
| | | | | | | | This depends on a bunch of CL's in prebuilts/eclipse-build-deps that add the new prebuilts. The last of those CL's has a Change Id Ifa8278b3265a132a6efff6693917bd175ee25690 Change-Id: I7fd56e066cb1f162b2e3602b2906ad5639c07f65
* Increase perm size in default ADT BundleSiva Velusamy2013-10-071-1/+3
| | | | Change-Id: I25a6d6df0dcb782a11239d77eaee29da7badf1d1
* Don't recursively make when calling create_all_symlinks.sh from a makefile.Ying Wang2013-08-221-2/+1
| | | | | | | | | | | The target files should be built as dependencies in the rules that call create_all_symlinks.sh. We already did this in sdk/adtproductbuild/Android.mk and sdk/monitor/Android.mk. Bug: 10347826 Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
* Install Translation Plugin if availableSiva Velusamy2013-06-121-1/+15
| | | | Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
* ADT preview qualifier in generated ADT zip files.Raphael Moll2013-04-171-0/+1
| | | | Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
* ADT preview qualifier.Raphael Moll2013-04-172-1/+11
| | | | | | | | | | The preview qualifier is toggled in the eclipse/script/build_server script. In preview mode, ADT will look like: adt.package_22.0.0.v201301020304-preview-1234567 In release moed, ADT will look like: adt.package_22.0.0.v201301020304-1234567 Change-Id: Ib332726854bf50f70de12fcf4bc157e358ba91a7
* adt feature build: Use regular qualifier formatSiva Velusamy2013-04-091-1/+1
| | | | | | | | Don't mess around with the qualifier formats. This should make the plugin qualifier consistent with the regular plugins obtained over the ADT update site. Change-Id: I7744fed1426cd5b742b5e9a4118d43f9296585e0
* Revert "Revert "Update ADT bundle to use Juno packages""Siva Velusamy2013-03-071-3/+3
| | | | | | This reverts commit f95aa7710c5eeeb9a539372caacaf0fe111a9e82. The auto mergers are back on.
* Revert "Update ADT bundle to use Juno packages"Siva Velusamy2013-03-051-3/+3
| | | | | | This reverts commit 6617e769cb453953ee83ec19ef744acdd3f22658. Auto merger isn't working, so eclipse-build-deps project isn't being synchronized.
* Update ADT bundle to use Juno packagesSiva Velusamy2013-03-051-3/+3
| | | | | | Platform, JDT & Deltapack 4.2.2 Change-Id: I0163ee7b9cc0c46a6fc932af98a0693ff547cd4a
* Add egit to ADT bundleSiva Velusamy2013-01-221-0/+1
| | | | Change-Id: I444699fd7f2337b4f3f84042dc235084d70ecc8a
* Include Error Log view in ADT bundleSiva Velusamy2012-12-041-0/+1
| | | | Change-Id: Ia1cef2f50d725fbed5012b46f2a9440b6154df0b
* Enable 32 bit builds of ADT bundle.Siva Velusamy2012-11-142-1/+3
| | | | Change-Id: I5f8ad39ccf1b33c56d207c4756062c6449e89fd7
* ADT IDE: Fix eclipse launcher icon on MacOSRaphael Moll2012-10-241-1/+2
| | | | Change-Id: I9ef356709ce40d353b78328bae410d60b91983a5
* adtpackage: make adtpackage depend on, not include featuresSiva Velusamy2012-10-232-19/+65
| | | | | | | | | | | | | | | If adtpackage is declared to provide a bunch of features, then it doesn't seem possible upgrade those features to a later version. This CL makes adtpackage simply depend on those features being present, which allows for upgrading those features at a later time. In order to achieve this, we first build all the features, and dump them in the repository. Then the product build simply takes the collection of repositories, and the product definition, and creates the product. Change-Id: I8ff7a7ea05aea9f08d69c624499185ec1578fbdb
* Document the hacks to generate the IDE.Siva Velusamy2012-10-231-0/+15
| | | | Change-Id: Idf1d476c0dc6caa9f8c6e52db8a13821854982f3
* Eclipse Android MacOS fixes.Raphael Moll2012-10-231-2/+11
| | | | | | | | | - Fix eclipse.app vs Eclipse.app mixup. - Fix Eclipse.app/Contents/MacOS/eclipse not being executable. - Remove top-level eclipse exec which isn't needed. - Add adt.icns. Change-Id: I4ba96b471304a0c5dbad5cb7ec7606a30e1a967c
* Set build id for ADT IDE.Raphael Moll2012-10-191-0/+5
| | | | Change-Id: I9191826e7c764032b2c0075108b49f715fff3181
* ADT IDE: qualifier for zip file is just the build number.Raphael Moll2012-10-151-2/+2
| | | | Change-Id: I4239c5e8370c028d4077e6158629dd03944f6dd0
* Expose adtproduct only when building sdk-adt_eclipse_ide.Raphael Moll2012-10-081-2/+2
| | | | Change-Id: If072175b1c83dbf4981fa06e6940a3a0a5719591
* Android makefile for ADT Eclipse IDE.Raphael Moll2012-10-014-37/+139
| | | | | | | The ADT IDE is not part of a full "make sdk". Instead it is invoked as part of sdk/eclipse/build_server.sh. Change-Id: Ifdf1dfa2cd6a655b1821a0886b0c78ccf5d6854d
* Revert "Android makefile for ADT Eclipse IDE."Raphaƫl Moll2012-09-274-137/+37
| | | | | | | | This breaks Mac builds. We'll put it back once we understand why. This reverts commit be6194b8193acb4a7e04fc70bf0ce49e67530f96 Change-Id: I1a54b65887126b45c07b0cceef96b8b9595b6c51
* Android makefile for ADT Eclipse IDE.Raphael Moll2012-09-264-37/+137
| | | | | | | The ADT IDE is not part of a full "make sdk". Instead it is invoked as part of sdk/eclipse/build_server.sh. Change-Id: I65d86e6a2743e9bac2ee626b636e559613f6d918
* Add Android IDE package product buildSiva Velusamy2012-09-183-0/+200
Change-Id: I42426009df581ff51389f0641eab053ac706d723