History log of /sdk/adtproductbuild/build.xml
Revision Date Author Comments
4964a0b8943ddab43e4e02d83c539fa9293edb69 11-Jun-2013 Siva Velusamy <vsiva@google.com> Install Translation Plugin if available

Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
c13ede36fd80117b87af3d1ff0e0f030a8a39a31 18-Apr-2013 Raphael Moll <ralf@android.com> ADT preview qualifier in generated ADT zip files.

Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
cc1e24895e09352ae3ce640a4b870276b529312c 18-Apr-2013 Raphael Moll <ralf@android.com> ADT preview qualifier in generated ADT zip files.

Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
eb67d85f85e7a583d2b378682f9100db5753903e 17-Apr-2013 Raphael Moll <ralf@android.com> ADT preview qualifier.

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

(cherry picked from commit d995ff26d87f5a82d799657faca8de1167d39996)

Change-Id: I1466f30716ab1d4713d79bcfc36d6f6da4facba8
d995ff26d87f5a82d799657faca8de1167d39996 17-Apr-2013 Raphael Moll <ralf@android.com> ADT preview qualifier.

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
8ec1190dfe5c26d80e8c8bb33a6907493eb36bd8 09-Apr-2013 Siva Velusamy <vsiva@google.com> adt feature build: Use regular qualifier format

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.

(cherry picked from commit 95ef2898c5055f0ca6463a64a125d8618448a071)

Change-Id: I0cb55cf25f57d993a0acb590859b6ad17d52a046
95ef2898c5055f0ca6463a64a125d8618448a071 09-Apr-2013 Siva Velusamy <vsiva@google.com> adt feature build: Use regular qualifier format

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
bae1695c139fbca23f3d9c6814684764d98b3860 07-Mar-2013 Siva Velusamy <vsiva@google.com> Revert "Revert "Update ADT bundle to use Juno packages""

This reverts commit f95aa7710c5eeeb9a539372caacaf0fe111a9e82.

The auto mergers are back on.
f95aa7710c5eeeb9a539372caacaf0fe111a9e82 06-Mar-2013 Siva Velusamy <vsiva@google.com> Revert "Update ADT bundle to use Juno packages"

This reverts commit 6617e769cb453953ee83ec19ef744acdd3f22658.
Auto merger isn't working, so eclipse-build-deps project isn't being
synchronized.
6617e769cb453953ee83ec19ef744acdd3f22658 05-Mar-2013 Siva Velusamy <vsiva@google.com> Update ADT bundle to use Juno packages

Platform, JDT & Deltapack 4.2.2

Change-Id: I0163ee7b9cc0c46a6fc932af98a0693ff547cd4a
ca3281afd73d7e31b48e95c8bda7cea72cb4843a 22-Jan-2013 Siva Velusamy <vsiva@google.com> Add egit to ADT bundle

Change-Id: I444699fd7f2337b4f3f84042dc235084d70ecc8a
b22931665cdd82859344ad9a704d841ce08f5717 04-Dec-2012 Siva Velusamy <vsiva@google.com> Include Error Log view in ADT bundle

Change-Id: Ia1cef2f50d725fbed5012b46f2a9440b6154df0b
96e48067e5f3f9437708f665f6446e02a63caa77 14-Nov-2012 Siva Velusamy <vsiva@google.com> Enable 32 bit builds of ADT bundle.

Change-Id: I5f8ad39ccf1b33c56d207c4756062c6449e89fd7
86a218b2c1e22dde3b1c0360f51473816d1b7dc0 23-Oct-2012 Siva Velusamy <vsiva@google.com> adtpackage: make adtpackage depend on, not include features

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
b95e95f261f808d430afd0db5c3e279bfa9addfd 10-Aug-2012 Raphael Moll <ralf@android.com> Android makefile for ADT Eclipse IDE.

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
031e7ebcd4f9fe54e3792f6a2a13153502ce867b 28-Sep-2012 Raphaƫl Moll <ralf@android.com> Revert "Android makefile for ADT Eclipse IDE."
This breaks Mac builds. We'll put it back once we understand why.

This reverts commit be6194b8193acb4a7e04fc70bf0ce49e67530f96

Change-Id: I1a54b65887126b45c07b0cceef96b8b9595b6c51
be6194b8193acb4a7e04fc70bf0ce49e67530f96 10-Aug-2012 Raphael Moll <ralf@android.com> Android makefile for ADT Eclipse IDE.

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
0b0513a87849429763e5fb5934598393daf7e6d1 17-Sep-2012 Siva Velusamy <vsiva@google.com> Add Android IDE package product build

Change-Id: I42426009df581ff51389f0641eab053ac706d723