Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/build.properties11
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/build.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/build.properties
index 7f2359bc3fe..0afcf43bc4f 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/build.properties
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/build.properties
@@ -1,5 +1,5 @@
############################################################################
-# Copyright (c) 2011 Mia-Software.
+# Copyright (c) 2011, 2018 Mia-Software, Christian W. Damus, and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -11,7 +11,8 @@
# Contributors:
# Gregoire Dupe (Mia-Software) - design
# Nicolas Guyomar (Mia-Software) - implementation
-# Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values.
+# Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values.
+# Christian W. Damus - bug 536144
############################################################################
bin.includes = .,\
@@ -21,7 +22,7 @@ bin.includes = .,\
OSGI-INF/,\
about.html
jars.compile.order = .
-source.. = src-gen/
+source.. = src-gen/,\
+ src/
output.. = bin/
-src.includes = about.html,\
- src-gen/
+src.includes = about.html

Back to the top