Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-09-09 23:40:45 +0000
committerslewis2010-09-09 23:40:45 +0000
commit39e2c767a869d1dc8cb5c34907d48ffd86dfd780 (patch)
treea51a51f92b45535240c73b53a98298ebddf6aae4 /framework
parent8ec291f31f8739109e82db637ace278e8609b7eb (diff)
downloadorg.eclipse.ecf-39e2c767a869d1dc8cb5c34907d48ffd86dfd780.tar.gz
org.eclipse.ecf-39e2c767a869d1dc8cb5c34907d48ffd86dfd780.tar.xz
org.eclipse.ecf-39e2c767a869d1dc8cb5c34907d48ffd86dfd780.zip
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=324914
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
index dc80dfb73..bed7ed6b2 100644
--- a/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
+++ b/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/build.properties
@@ -2,5 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties
source.. = src/

Back to the top