diff options
-rw-r--r-- | tools/eclipse/config_wizard/build.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/eclipse/config_wizard/build.properties b/tools/eclipse/config_wizard/build.properties index 832268812..ae3f83672 100644 --- a/tools/eclipse/config_wizard/build.properties +++ b/tools/eclipse/config_wizard/build.properties @@ -22,4 +22,9 @@ bin.includes = plugin.xml,\ resources/gencfg/schema/common/doc.xsd,\
resources/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd,\
resources/gencfg/xml/stm32f4board.xml,\
- icons/
+ icons/,\
+ resources/gencfg/processors/boards/stm32f0xx/templates/board.c.ftl,\
+ resources/gencfg/processors/boards/stm32f0xx/templates/board.h.ftl,\
+ resources/gencfg/processors/boards/stm32f0xx/templates/board.mk.ftl,\
+ resources/gencfg/schema/boards/stm32f0xx_board.xsd,\
+ resources/gencfg/xml/stm32f0board.xml
|