aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
Commit message (Collapse)AuthorAgeFilesLines
* Support 3rd party layout rule loading, and rip out Groovy supportTor Norbye2010-10-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | Add support for loading 3rd party .jars providing additional layout rules. This can be configured by adding a property referencing the jars to be loaded as part of your build.properties, like this: default.properties: ... layoutrules.jars=chart-rules.jar:graph-rules.jar ... This will create a class loader referencing chart-rules.jar and graph-rules.jar (as well as the visual editor's plugin class loader as a fallback), and this class loader is used to load IViewRule implementations. In addition, this plugin rips out the various remaining Groovy hooks and references that were earlier used to load Groovy scripts as layout rules, and removes groovy from the load path and build symlinking scripts. Change-Id: Ia17a60259559ec86270726add258382a879117dc
* Fixing ADT featuressnpe2010-09-291-1/+4
| | | | Change-Id: Idc4223a43ef6505e55fb2b62cb2514763959bc53
* Make ddmlib/ddmuilib jar files inside the ddms plug-in instead of symlinks.Xavier Ducrohet2010-06-241-11/+3
| | | | | | | Also cleaned up the abstraction layer to load images from ddmuilib since its image are now always located inside ddmuilib jar. Change-Id: Id9d283df18a05b7b5593e4593e90dac6e5548b94
* Remove more mentions of jarutils.Xavier Ducrohet2010-06-161-1/+0
| | | | Change-Id: I1075f4e5f61128991aef8368ec0595ec0b8116b0
* ADT: Library support: source folder and pre-compiler.Xavier Ducrohet2010-02-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step in the library support. For each library, create a source folder in the main project that is linked to the source folder of the library project. The linked resources use a path variable named after the library in the format: _android_<library name>. These variables are always created when the link is created. For now the link is recreated all the time, but we could do a check and not redo it if it's already done. Additionally, the pre-compiler creates the R class from the res folders of the main and library projects. Some misc fixes/clean-ups: * Fix an issue with the new ProjectState where opening a project would not trigger a load of its target data. * Changed the lock for all SDK operation: - moved the lock in Sdk accessible as Sdk.getLock() - made the few Sdk method that used their own synchronize block use the same lock as all others. * removed the builders project and moved its content to sdklib This was meant as a way to share code between the Eclipse builders and the Ant tasks but sdklib is already used by both, so it's better to put the code in sdklib than have yet another project. Change-Id: Ibfa449c7a809f28e428c03bbda8215969717ecde
* New "builders" project for common code to Eclipse and Ant.Xavier Ducrohet2010-02-121-1/+2
| | | | | | | | | | | | | This new project will contain build specific code used by both the custom Ant tasks and the Eclipse builders. The first code to go in there, is the IAbstractFile/Folder classes already used by Eclipse as an abstraction layer for file/folder access when some code needs to use both the Java IO API and the Eclipse resources API. The builders project include the implementation for the Java IO, while the Eclipse implementation is in ADT.
* Update prebuilt Groovy JAR to 1.7.0Raphael2010-02-111-1/+1
| | | | | | Depends on Change Ie2684212 Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
* ADT GRE: move scripts to ADT /gscripts.Raphael2010-01-041-1/+2
| | | | | | | | | | So right now we have: - some GRE/GLE code in internal that uses the scripts - the "public" bases client classes in ADT src/gscripts (not internal) - the "client scripts" in ADT /gscripts. - projects use their own /gscripts folder. Change-Id: I899d272233f35f493317a56fde60eb7e4a257c7a
* GLE2: Add groovy.jar to ADT and ADT-testsRaphael2009-12-141-1/+2
| | | | Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
* Add Apache Commons Compress to ADT (required by sdklib)Xavier Ducrohet2009-07-241-1/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+17
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-17/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+8
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+10