From 912d8df0ed1a06c559efeefb1a0958ba989178e3 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 25 Oct 2010 14:00:04 -0700 Subject: 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 --- eclipse/plugins/com.android.ide.eclipse.adt/about.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/about.html') diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/about.html b/eclipse/plugins/com.android.ide.eclipse.adt/about.html index 2892e5d..baa6af1 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/about.html +++ b/eclipse/plugins/com.android.ide.eclipse.adt/about.html @@ -13,7 +13,6 @@
  Note:  kxml2-2.3.0.jar is under the BSD license rather than the EPL.  You can find a copy of the BSD License at http://www.opensource.org/licenses/bsd-license.php
- Note:  groovy-all-1.7.0.jar is under a BSD/Apache license rather than the EPL.  For details, please see http://groovy.codehaus.org/faq.html#licence .
 
       Eclipse Public License - v 1.0
 
@@ -106,4 +105,4 @@ This Agreement is governed by the laws of the State of New York and the intellec
 
- \ No newline at end of file + -- cgit v1.1