Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-09-13 11:50:27 +0000
committercletavernie2011-09-13 11:50:27 +0000
commitdc95a2737426307b03bfc9440187a0b2dbdc5dd1 (patch)
treebd3083503d778f64b9a73691d351e280a731e697
parentafa7acb3e0a67b0352f26c084e9532cadfd18124 (diff)
downloadorg.eclipse.papyrus-dc95a2737426307b03bfc9440187a0b2dbdc5dd1.tar.gz
org.eclipse.papyrus-dc95a2737426307b03bfc9440187a0b2dbdc5dd1.tar.xz
org.eclipse.papyrus-dc95a2737426307b03bfc9440187a0b2dbdc5dd1.zip
357348: [Build] Papyrus shall provide a source build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357348
-rw-r--r--plugins/core/org.eclipse.xtext.gmf.glue/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/core/org.eclipse.xtext.gmf.glue/build.properties b/plugins/core/org.eclipse.xtext.gmf.glue/build.properties
index 786b1df9364..a408f4158f7 100644
--- a/plugins/core/org.eclipse.xtext.gmf.glue/build.properties
+++ b/plugins/core/org.eclipse.xtext.gmf.glue/build.properties
@@ -4,3 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html
+src.includes = META-INF/,\
+ about.html,\
+ plugin.xml

Back to the top