Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2018-09-25 11:47:39 +0000
committerQuentin Le Menez2018-11-12 12:34:41 +0000
commitd627c55a41968999210e305fc01e09c703a98bfd (patch)
tree394ce22776f6da4ac52da8ff14f2441b52473d7f /plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath
parent06a76e61edc6786f78ffaf329e5d7d565a7d2b17 (diff)
downloadorg.eclipse.papyrus-d627c55a41968999210e305fc01e09c703a98bfd.tar.gz
org.eclipse.papyrus-d627c55a41968999210e305fc01e09c703a98bfd.tar.xz
org.eclipse.papyrus-d627c55a41968999210e305fc01e09c703a98bfd.zip
Bug 536144 - [EMF Facet] validation of a custom file must be improved
- Change the directory of the generated code, move it to src-gen Change-Id: I1cae153f3f45d5fa9c2fe7b7a4d80e6f0308a61c Signed-off-by: Patrick Tessier <patrick.tessier@cea.fr>
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath
index 64c5e31b7a2..1bdc2a0ba05 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/.classpath
@@ -2,6 +2,6 @@
<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="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top