diff options
author | cletavernie | 2011-12-21 15:34:25 +0000 |
---|---|---|
committer | cletavernie | 2011-12-21 15:34:25 +0000 |
commit | 95805bac8c9093e325014c4295fafd1fa66e29f7 (patch) | |
tree | bc5b9498d170ebf2ac6b0dc450fe2ae759691dc6 /plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath | |
parent | 78f4e594778246a9621821023ee6fa09b044299e (diff) | |
download | org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.tar.gz org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.tar.xz org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.zip |
359794: [UML - Tools] Content/Label providers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359794
367066: [Refactoring] There should be a central generic plug-in for pure EMF-based tools
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367066
351802: [Constraints] The Property View constraints model should be more generic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351802
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath')
-rw-r--r-- | plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath index e5fbd3dd27a..afb9bb46ef3 100644 --- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath +++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
+ <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"/>
|