Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-02 10:18:06 +0000
committercletavernie2011-11-02 10:18:06 +0000
commit91973113d9ed3779b1a9d14b6523c09c77336852 (patch)
treeade33b2410727486cd60358e884abcf80bd15c06 /plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath
parentfe334ec2ad4b584801599621693d99ef21a62885 (diff)
downloadorg.eclipse.papyrus-91973113d9ed3779b1a9d14b6523c09c77336852.tar.gz
org.eclipse.papyrus-91973113d9ed3779b1a9d14b6523c09c77336852.tar.xz
org.eclipse.papyrus-91973113d9ed3779b1a9d14b6523c09c77336852.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath')
-rw-r--r--plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath b/plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath
new file mode 100644
index 00000000000..9d5026e8ffd
--- /dev/null
+++ b/plugins/sysml/properties/org.eclipse.papyrus.sysml.properties/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <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="output" path="bin"/>
+</classpath>

Back to the top