Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayant Gupta2012-07-17 02:09:35 +0000
committerJayant Gupta2012-08-20 18:48:46 +0000
commitaab0e7dbfa4dc0c0c071673686a94b5cc279ab63 (patch)
treea26061510bdd2e416024bd34d1757cdf8e68249a /plugins/org.eclipse.etrice.ui.layout/.classpath
parented265d34bda7e5677e0e3e58de3ff549dd04b05a (diff)
downloadorg.eclipse.etrice-aab0e7dbfa4dc0c0c071673686a94b5cc279ab63.tar.gz
org.eclipse.etrice-aab0e7dbfa4dc0c0c071673686a94b5cc279ab63.tar.xz
org.eclipse.etrice-aab0e7dbfa4dc0c0c071673686a94b5cc279ab63.zip
Adding support for context sensitive layout and building on juno branch
1. It contains the complete code for the layout plug-in (up-till now) 2. Adds the feature of context specific layout for a selected shape Change-Id: I7b833ee211015672c7ab211624752b8d97d4ff9a
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.layout/.classpath')
-rw-r--r--plugins/org.eclipse.etrice.ui.layout/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.ui.layout/.classpath b/plugins/org.eclipse.etrice.ui.layout/.classpath
new file mode 100644
index 000000000..ad32c83a7
--- /dev/null
+++ b/plugins/org.eclipse.etrice.ui.layout/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top