Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Rubezhny2016-05-31 15:27:52 +0000
committerVictor Rubezhny2016-05-31 15:27:52 +0000
commitd5435c0e54a9d5bb4275bac94ad7eeb0cb1296c9 (patch)
tree2537b6b1bbe42117b183e668355e4b75e21d5c21
parentcb93c04d2141213ca19a1ba8ca638119aca22fb9 (diff)
downloadwebtools.jsdt-d5435c0e54a9d5bb4275bac94ad7eeb0cb1296c9.tar.gz
webtools.jsdt-d5435c0e54a9d5bb4275bac94ad7eeb0cb1296c9.tar.xz
webtools.jsdt-d5435c0e54a9d5bb4275bac94ad7eeb0cb1296c9.zip
Bug 494995 - missing about files in bundles
Signed-off-by: Victor Rubezhny <vrubezhny@exadel.com>
-rw-r--r--bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/build.properties2
-rw-r--r--bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/build.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/build.properties b/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/build.properties
index 2506eb7c8..62e5954e9 100644
--- a/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/build.properties
+++ b/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.dev/build.properties
@@ -4,7 +4,7 @@ source.. = src/,\
src-dynamic-impl/parser/
output.. = bin/
bin.includes = META-INF/,\
- c,\
+ about.html,\
plugin.xml,\
.
src.includes = plugin.xml
diff --git a/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/build.properties b/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/build.properties
index 2506eb7c8..62e5954e9 100644
--- a/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/build.properties
+++ b/bundles/org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0/build.properties
@@ -4,7 +4,7 @@ source.. = src/,\
src-dynamic-impl/parser/
output.. = bin/
bin.includes = META-INF/,\
- c,\
+ about.html,\
plugin.xml,\
.
src.includes = plugin.xml

Back to the top