aboutsummaryrefslogtreecommitdiffstats
path: root/rule_api/.classpath
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-08-15 15:02:28 -0700
committerTor Norbye <tnorbye@google.com>2011-08-15 15:02:28 -0700
commita0bccbddc52575255c5ce19c9d2c96d9639d26ca (patch)
tree1b18c9529663f01158865c0768449dee18c38811 /rule_api/.classpath
parent47d72b010e64bf0aa231895dd70a59ba3fde3630 (diff)
downloadsdk-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 'rule_api/.classpath')
-rw-r--r--rule_api/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/rule_api/.classpath b/rule_api/.classpath
new file mode 100644
index 0000000..f9c91e7
--- /dev/null
+++ b/rule_api/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/common"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>