Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-08 01:33:23 +0000
committerslewis2014-03-08 01:33:23 +0000
commit0ed948b3f32945446533a3fa32c77b6fc3120f61 (patch)
tree514fb8896176ff76d15fb7eea78891e10910ef45 /framework
parentbddb71b2779b96d8a12f9903b0bb60fa14b45d60 (diff)
downloadorg.eclipse.ecf-0ed948b3f32945446533a3fa32c77b6fc3120f61.tar.gz
org.eclipse.ecf-0ed948b3f32945446533a3fa32c77b6fc3120f61.tar.xz
org.eclipse.ecf-0ed948b3f32945446533a3fa32c77b6fc3120f61.zip
Fix for remoteservice.servlet build.properties
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.servlet/build.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.servlet/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.servlet/build.properties
index fca2093b9..cdd2db7f1 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.servlet/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.servlet/build.properties
@@ -4,5 +4,4 @@ bin.includes = META-INF/,\
.,\
about.html,\
plugin.properties
-src.includes = plugin.properties,\
- about.html
+src.includes = about.html

Back to the top