History log of /sdk/eclipse/scripts/build_plugins.sh
Revision Date Author Comments
9c014a83a44a2a09e138d4fa9d70893fdc8ce400 02-Nov-2011 Raphael <raphael@google.com> SDK: Switch to Eclipse 3.6.2 RCP+CDT for build_server

Change-Id: I3fab918d5d9ed96d753410cfe3cf58a06788a058
6ede5b20916fcdca7be60facf4592d302772d0e7 01-Oct-2011 Tor Norbye <tnorbye@google.com> Fix XML formatting from outside the editor (Source > Format). DO NOT MERGE.

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: I05c617ca8e879d2a46de9def9f97f3f7a79884ce
3275196176731150a5aa088d9d56b64d99f5dfa4 04-Oct-2011 Raphael <raphael@google.com> Fix ADT build

Change-Id: If0411f65bb523e5b26d53c620df666937f8467ca
581b1e36c0363da17c2568118c08bff040aab920 04-Oct-2011 Tor Norbye <tnorbye@google.com> Fix build

Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
9eed21e1e09e18f053030dfb21f3c5a7316847ea 10-Aug-2011 Raphael Moll <ralf@android.com> Add Apache Http-Client library files to ADT.

This is a follow up to Change I084d78dd from prebuilt.git
to add the files required by sdklib to ADT.

Change-Id: I651ddf8f6dec480843c5bccd7d3296227b262937
aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3 08-Aug-2011 Tor Norbye <tnorbye@google.com> Make the plugin build script for for Mac OSX

The build_server script used to build the plugin zip file was Linux
specific. This changeset tweaks the scripts such that they will also
run on Mac OSX. It also adds various .gitignore filters such that the
temporary files created by the build script are ignored by git.

Change-Id: I77cfe6bfb65be86c11beb50bcab9c345433b5a8e
15a72769c88031145d275948318d56a827ff68c8 10-Dec-2010 Raphael Moll <ralf@android.com> Switch Eclipse Plugin build to Eclipse 3.5.2 RCP

Change-Id: Icc846dd9654aa80d3f80bf61daa7cf4d9f2d4ba1
58af29178216fafaf0f19d3aac0f74b733503e29 29-Aug-2010 Raphael Moll <ralf@android.com> Fix Eclipse build.

Provides dummy implementations of the new testEnded() method.

Change-Id: Iaa9183e0fe89d162572ab2c77c9ba1b23c14a41c
d4963dc4347c871be5faa76920709001490e1d2a 24-Feb-2010 The Android Open Source Project <initial-contribution@android.com> snapshot
e13151727c63786342cddc3ea355425582bd4e7a 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
f1d64e2975451e3bbbcd2e62a03a717308db500a 18-Nov-2009 Raphael <raphael@google.com> Fix the sdk/scritps/create_*_symlinks for the new SDK git project.
55a2c71f27d3e0b8344597c7f281e687cb7aeb1b 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
82ea7a177797b844b252effea5c7c7c5d63ea4ac 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
9ca1c0b33cc3fc28c21a915730797ec01e71a152 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589