diff --git a/tools/eclipse/config_wizard/build.properties b/tools/eclipse/config_wizard/build.properties index cc671117e..832268812 100644 --- a/tools/eclipse/config_wizard/build.properties +++ b/tools/eclipse/config_wizard/build.properties @@ -3,37 +3,23 @@ output.. = bin/ bin.includes = plugin.xml,\ META-INF/,\ .,\ - resources/,\ lib/bsh.jar,\ lib/fmpp.jar,\ lib/freemarker.jar,\ lib/oro.jar,\ lib/resolver.jar,\ - lib/jdom-2.0.2.jar -bin.excludes = resources/.svn/,\ - resources/gencfg/.svn/,\ - resources/gencfg/.project,\ - resources/gencfg/.externalToolBuilders/,\ - resources/gencfg/config.fmpp,\ - resources/gencfg/fmpp.sh,\ - resources/gencfg/run.bat,\ - resources/gencfg/readme.txt,\ - resources/gencfg/schema/.svn/,\ - resources/gencfg/schema/boards/.svn/,\ - resources/gencfg/schema/common/.svn/,\ - resources/gencfg/schema/hal/.svn/,\ - resources/gencfg/schema/hal/stm32f4xx/.svn/,\ - resources/gencfg/schema/common/stm32/.svn/,\ - resources/gencfg/processors/.svn/,\ - resources/gencfg/processors/boards/.svn/,\ - resources/gencfg/processors/hal/.svn/,\ - resources/gencfg/processors/boards/stm32f4xx/.svn/,\ - resources/gencfg/processors/boards/stm32f4xx/input/,\ - resources/gencfg/processors/boards/stm32f4xx/output/,\ - resources/gencfg/processors/boards/stm32f4xx/templates/.svn/,\ - resources/gencfg/processors/boards/stm32f4xx/config.fmpp,\ - resources/gencfg/processors/hal/stm32f4xx/.svn/,\ - resources/gencfg/processors/hal/stm32f4xx/config.fmpp,\ - resources/gencfg/processors/hal/stm32f4xx/input/,\ - resources/gencfg/processors/hal/stm32f4xx/output/,\ - resources/gencfg/processors/hal/stm32f4xx/templates/.svn/ + lib/jdom-2.0.2.jar,\ + resources/gencfg/lib/libcode.ftl,\ + resources/gencfg/lib/liblicense.ftl,\ + resources/gencfg/lib/libstm32f4xx.ftl,\ + resources/gencfg/lib/libutils.ftl,\ + resources/gencfg/processors/processors.xml,\ + resources/gencfg/processors/boards/stm32f4xx/templates/board.c.ftl,\ + resources/gencfg/processors/boards/stm32f4xx/templates/board.h.ftl,\ + resources/gencfg/processors/boards/stm32f4xx/templates/board.mk.ftl,\ + resources/gencfg/schema/boards/abstract_board.xsd,\ + resources/gencfg/schema/boards/stm32f4xx_board.xsd,\ + resources/gencfg/schema/common/doc.xsd,\ + resources/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd,\ + resources/gencfg/xml/stm32f4board.xml,\ + icons/ diff --git a/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.0.jar b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.0.jar new file mode 100644 index 000000000..93947774a Binary files /dev/null and b/tools/eclipse/plugins/org.chibios.tools.eclipse.config_1.0.0.jar differ