aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/about.html
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/about.html
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/about.html')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/about.html3
1 files changed, 1 insertions, 2 deletions
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 @@
<pre>
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
</pre>
</body>
-</html> \ No newline at end of file
+</html>