aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2010-10-25 14:00:04 -0700
committerTor Norbye <tnorbye@google.com>2010-10-26 10:17:23 -0700
commit912d8df0ed1a06c559efeefb1a0958ba989178e3 (patch)
treed541cf8bfed6d10dc7472375e49565186282ab25 /eclipse/plugins/com.android.ide.eclipse.adt/build.properties
parent3a480e2d770105c302b0d14be411dbfde42349a5 (diff)
downloadsdk-912d8df0ed1a06c559efeefb1a0958ba989178e3.zip
sdk-912d8df0ed1a06c559efeefb1a0958ba989178e3.tar.gz
sdk-912d8df0ed1a06c559efeefb1a0958ba989178e3.tar.bz2
Support 3rd party layout rule loading, and rip out Groovy support
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
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/build.properties')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/build.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
index fdd7c71..9eb0d29 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
@@ -4,7 +4,6 @@ bin.includes = plugin.xml,\
.,\
templates/,\
about.ini,\
- gscripts/,\
libs/,\
about.properties,\
NOTICE,\