Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreneufeld2013-06-18 10:52:23 +0000
committereneufeld2013-06-18 10:52:23 +0000
commiteb021cc5e982d3efa83d029ffe5170b5efa5dd25 (patch)
treefa7f1c113c5833bd5ede69d99a871ca9ed610d05 /bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.classpath
parente38e09258caaab2c5b855d67e2c61732fb674b75 (diff)
downloadorg.eclipse.emf.ecp.core-eb021cc5e982d3efa83d029ffe5170b5efa5dd25.tar.gz
org.eclipse.emf.ecp.core-eb021cc5e982d3efa83d029ffe5170b5efa5dd25.tar.xz
org.eclipse.emf.ecp.core-eb021cc5e982d3efa83d029ffe5170b5efa5dd25.zip
moved the IViewProvider into ecp.ui.view
added extensionpoint for IViewProvider added xmi view provider editor now reads extension point for getting the correct view
Diffstat (limited to 'bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.classpath')
-rw-r--r--bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.classpath b/bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.classpath
new file mode 100644
index 0000000000..2d1a4302f0
--- /dev/null
+++ b/bundles/org.eclipse.emf.ecp.view.model.provider.xmi/.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/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top