diff options
author | vlorenzo | 2011-05-13 09:11:06 +0000 |
---|---|---|
committer | vlorenzo | 2011-05-13 09:11:06 +0000 |
commit | f562c479206136c9f92940d4d9c3100319acea98 (patch) | |
tree | d67399c06d804a0bd8ad80aee9b64dbb303d4ba8 /plugins/sysml/org.eclipse.papyrus.sysml.facets/.classpath | |
parent | afb90c78c533c611d4505518189b83dee50acccf (diff) | |
download | org.eclipse.papyrus-f562c479206136c9f92940d4d9c3100319acea98.tar.gz org.eclipse.papyrus-f562c479206136c9f92940d4d9c3100319acea98.tar.xz org.eclipse.papyrus-f562c479206136c9f92940d4d9c3100319acea98.zip |
NEW - bug 345698: Add Table Plugins to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=345698
NEW - bug 334240: [Enhancement] [TableEditor] Papyrus shall support Tabular Editors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334240
Diffstat (limited to 'plugins/sysml/org.eclipse.papyrus.sysml.facets/.classpath')
-rw-r--r-- | plugins/sysml/org.eclipse.papyrus.sysml.facets/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sysml/org.eclipse.papyrus.sysml.facets/.classpath b/plugins/sysml/org.eclipse.papyrus.sysml.facets/.classpath new file mode 100644 index 00000000000..45f024e850e --- /dev/null +++ b/plugins/sysml/org.eclipse.papyrus.sysml.facets/.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|