Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-07-20 05:46:15 +0000
committerustieber2011-07-20 05:46:15 +0000
commitca1922b778684f90681e8d2f4a923cf56aff6411 (patch)
tree7e4695b014bf66f2be2d2ad8bbccd29179b289b6
parentcef7fb444253195bbef7e76f8b798e7a27eecddb (diff)
downloadorg.eclipse.tcf-ca1922b778684f90681e8d2f4a923cf56aff6411.tar.gz
org.eclipse.tcf-ca1922b778684f90681e8d2f4a923cf56aff6411.tar.xz
org.eclipse.tcf-ca1922b778684f90681e8d2f4a923cf56aff6411.zip
Target Explorer: Fix status handler feature build properties
-rw-r--r--target_explorer/features/org.eclipse.tm.te.statushandler.feature/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/target_explorer/features/org.eclipse.tm.te.statushandler.feature/build.properties b/target_explorer/features/org.eclipse.tm.te.statushandler.feature/build.properties
index 82ab19c62..8a0a77bfc 100644
--- a/target_explorer/features/org.eclipse.tm.te.statushandler.feature/build.properties
+++ b/target_explorer/features/org.eclipse.tm.te.statushandler.feature/build.properties
@@ -1 +1,4 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties,\
+ epl-v10.html

Back to the top