Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.core/build.properties')
-rw-r--r--org.eclipse.m2e.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/build.properties b/org.eclipse.m2e.core/build.properties
index b41d4080..67bbb7d5 100644
--- a/org.eclipse.m2e.core/build.properties
+++ b/org.eclipse.m2e.core/build.properties
@@ -22,4 +22,5 @@ bin.includes = plugin.xml,\
about.html
jars.compile.order = .
output.. = target/classes
-source.. = src/
+source.. = src/,\
+ target/generated-sources/modello/

Back to the top