Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-01-27 16:24:08 +0000
committerMarkus Knauer2016-01-27 16:27:10 +0000
commit2bfe7f66c6e014cb96667988c4133eac52da5cc5 (patch)
tree011a36c45723744f750f0f87c634ab65f114533a
parenta4fbbdf5aaab73c55cddd6827e6a3a6ec629bad0 (diff)
downloadorg.eclipse.rap.incubator.e4-2bfe7f66c6e014cb96667988c4133eac52da5cc5.tar.gz
org.eclipse.rap.incubator.e4-2bfe7f66c6e014cb96667988c4133eac52da5cc5.tar.xz
org.eclipse.rap.incubator.e4-2bfe7f66c6e014cb96667988c4133eac52da5cc5.zip
Include demo Application.e4xmi in the bundle jar file
Bug 486598 - [e4] Application.e4xmi not present in build.properties Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=486598 Change-Id: I5a9871f3e432d17d32e8dfce91b22044be72944d Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r--demo/org.eclipse.rap.e4.demo/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/org.eclipse.rap.e4.demo/build.properties b/demo/org.eclipse.rap.e4.demo/build.properties
index 0b08559..5857864 100644
--- a/demo/org.eclipse.rap.e4.demo/build.properties
+++ b/demo/org.eclipse.rap.e4.demo/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
OSGI-INF/,\
- .
+ .\
+ Application.e4xmi

Back to the top