[eclipse-yocto] [PATCH] org.yocto.cmake.core : fix missing cmake project template in maven build

chee.yang.lee at intel.com chee.yang.lee at intel.com
Tue Dec 11 22:37:00 PST 2018


From: Lee Chee Yang <chee.yang.lee at intel.com>

the problem only observed when using the plugin build with maven.
running from workspace will not see the issue.

Signed-off-by: Lee Chee Yang <chee.yang.lee at intel.com>
---
 plugins/org.yocto.cmake.core/build.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/org.yocto.cmake.core/build.properties b/plugins/org.yocto.cmake.core/build.properties
index 99abb1a..4eba50f 100644
--- a/plugins/org.yocto.cmake.core/build.properties
+++ b/plugins/org.yocto.cmake.core/build.properties
@@ -1,7 +1,9 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
+               templates/,\
                .,\
                plugin.xml,\
                OSGI-INF/l10n/bundle.properties,\
                OSGI-INF/
+src.includes = templates/
-- 
2.7.4



More information about the eclipse-yocto mailing list