diff options
author | ustieber | 2011-07-21 09:16:13 +0000 |
---|---|---|
committer | ustieber | 2011-07-21 09:16:13 +0000 |
commit | 9717e59d3a928bda3d0ac49383f760273b07334e (patch) | |
tree | 3d02e65f6d53963b4ef664e74de445b8d4e7272e /features/org.eclipse.tm.tcf.feature | |
parent | 9f7bdabf96603d735117ba0f8d57e22d2ac1a5d2 (diff) | |
download | org.eclipse.tcf-9717e59d3a928bda3d0ac49383f760273b07334e.tar.gz org.eclipse.tcf-9717e59d3a928bda3d0ac49383f760273b07334e.tar.xz org.eclipse.tcf-9717e59d3a928bda3d0ac49383f760273b07334e.zip |
TCF Eclipse RelEng: Fixed Eclipse feature source build properties to include feature.properties
Diffstat (limited to 'features/org.eclipse.tm.tcf.feature')
-rw-r--r-- | features/org.eclipse.tm.tcf.feature/build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/build.properties b/features/org.eclipse.tm.tcf.feature/build.properties index 20f190f79..8ed0fccaa 100644 --- a/features/org.eclipse.tm.tcf.feature/build.properties +++ b/features/org.eclipse.tm.tcf.feature/build.properties @@ -13,3 +13,4 @@ bin.includes = feature.xml,\ license.html,\
eclipse_update_120.jpg,\
epl-v10.html
+src.includes = feature.properties
|