Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-03-22 10:17:15 +0000
committercletavernie2012-03-22 10:17:15 +0000
commit431184a71a582d8f71bfe7683a4ae5e9fe54a3e6 (patch)
tree0d82d62bdd204110b8ac20913939562fe8b37b1d /plugins/infra/services/org.eclipse.papyrus.infra.services.edit
parent0228c84c541de1ce900a10e902bf52e0e65b6cf1 (diff)
downloadorg.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.tar.gz
org.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.tar.xz
org.eclipse.papyrus-431184a71a582d8f71bfe7683a4ae5e9fe54a3e6.zip
357348: [Build] Papyrus shall provide a source build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357348 Fixed illformed build.properties files
Diffstat (limited to 'plugins/infra/services/org.eclipse.papyrus.infra.services.edit')
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties b/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
index dcabf3716e3..195b7ea557c 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/build.properties
@@ -6,7 +6,6 @@ bin.includes = META-INF/,\
messages.properties,\
plugin.xml
output..=bin/
-src.includes = about.html,\
- messages.properties
+src.includes = about.html
source..=src/
bin..=bin/

Back to the top