Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-02 02:39:46 +0000
committerslewis2014-03-02 02:39:46 +0000
commit769fdd014e8f2137e63679c720f973dac32f9ea6 (patch)
tree7a03114ccd7fa2d5d770154fddb0ed158a752c34 /releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature
parent24d34c02a1cf5c0b51f9cc3e66cd0879076c247b (diff)
downloadorg.eclipse.ecf-769fdd014e8f2137e63679c720f973dac32f9ea6.tar.gz
org.eclipse.ecf-769fdd014e8f2137e63679c720f973dac32f9ea6.tar.xz
org.eclipse.ecf-769fdd014e8f2137e63679c720f973dac32f9ea6.zip
Fix for incorrect build.properties in console feature and generic
provider remoteservice feature Change-Id: I93065c787c1a3ecac97ac7c53084cb5c0f5f773f
Diffstat (limited to 'releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature')
-rw-r--r--releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/build.properties13
1 files changed, 12 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/build.properties b/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/build.properties
index 64f93a9f0..3328d07e9 100644
--- a/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/build.properties
+++ b/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/build.properties
@@ -1 +1,12 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ about.html,\
+ epl-v10.html,\
+ feature.properties,\
+ license.html,\
+ notice.html
+src.includes = about.html,\
+ epl-v10.html,\
+ feature.properties,\
+ license.html,\
+ feature.xml,\
+ notice.html

Back to the top