Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreperico2009-12-17 10:38:30 +0000
committereperico2009-12-17 10:38:30 +0000
commita397be9a603668db54c0eb7d05aa4ee768189686 (patch)
treef155580a3c801f1491722b8f62ebc4bde6965d87 /plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.classpath
parentedccaf722da5b5da572c9ed845373f4b847fae0b (diff)
downloadorg.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.gz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.tar.xz
org.eclipse.papyrus-a397be9a603668db54c0eb7d05aa4ee768189686.zip
According to the task 297816 [SysML] Provide a Parametric diagram. Provide a plugin to easily manage profiles in diagrams
Diffstat (limited to 'plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.classpath')
-rw-r--r--plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.classpath b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.classpath
new file mode 100644
index 00000000000..2d1a4302f04
--- /dev/null
+++ b/plugins/profile-tool/org.eclipse.papyrus.diagramprofile/.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