diff options
author | Tor Norbye <tnorbye@google.com> | 2011-08-15 15:02:28 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-08-15 15:02:28 -0700 |
commit | a0bccbddc52575255c5ce19c9d2c96d9639d26ca (patch) | |
tree | 1b18c9529663f01158865c0768449dee18c38811 /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | 47d72b010e64bf0aa231895dd70a59ba3fde3630 (diff) | |
download | sdk-a0bccbddc52575255c5ce19c9d2c96d9639d26ca.zip sdk-a0bccbddc52575255c5ce19c9d2c96d9639d26ca.tar.gz sdk-a0bccbddc52575255c5ce19c9d2c96d9639d26ca.tar.bz2 |
Pull View Rules API into a separate library
This changeset pulls out the API classes from the plugin sources and
into a separate standalone .jar library. The library depends on the
common.jar library.
With the separate view API it should be possible to build designtime
helpers (view rules) for custom views to improve editing behavior in
the layout editor.
Change-Id: I20bb511668de2fe52910e5fe0bbd3ec2a18b5a08
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index 72a5c8b..82159df 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -18,6 +18,7 @@ <classpathentry kind="lib" path="libs/sdkstats.jar" sourcepath="/SdkStatsService"/> <classpathentry kind="lib" path="libs/sdkuilib.jar" sourcepath="/SdkUiLib"/> <classpathentry kind="lib" path="libs/common.jar" sourcepath="/common"/> + <classpathentry kind="lib" path="libs/rule_api.jar" sourcepath="/rule_api"/> <classpathentry kind="lib" path="libs/assetstudio.jar" sourcepath="/assetstudio"/> <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/> |