diff options
author | cletavernie | 2012-03-19 14:34:55 +0000 |
---|---|---|
committer | cletavernie | 2012-03-19 14:34:55 +0000 |
commit | c445e29ffd86d825a5ab669aebe9d0fb8866882f (patch) | |
tree | cde03041c3ef21ee3ec1efb4ba7f22abcb486dbc /plugins/team/org.eclipse.papyrus.team.svn/.classpath | |
parent | a8392fee09e0de5e6d6480be2ab2f1387fbc69b7 (diff) | |
download | org.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.tar.gz org.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.tar.xz org.eclipse.papyrus-c445e29ffd86d825a5ab669aebe9d0fb8866882f.zip |
359058: [Refactoring - Architecture] Identify the layers and sub-layers for the Papyrus architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359058
Diffstat (limited to 'plugins/team/org.eclipse.papyrus.team.svn/.classpath')
-rw-r--r-- | plugins/team/org.eclipse.papyrus.team.svn/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/.classpath b/plugins/team/org.eclipse.papyrus.team.svn/.classpath new file mode 100644 index 00000000000..2d1a4302f04 --- /dev/null +++ b/plugins/team/org.eclipse.papyrus.team.svn/.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>
|