diff options
Diffstat (limited to 'tools/eclipse')
-rw-r--r-- | tools/eclipse/config_wizard/.classpath | 2 | ||||
-rw-r--r-- | tools/eclipse/config_wizard/build.properties | 32 |
2 files changed, 3 insertions, 31 deletions
diff --git a/tools/eclipse/config_wizard/.classpath b/tools/eclipse/config_wizard/.classpath index 232d040e3..724303fa9 100644 --- a/tools/eclipse/config_wizard/.classpath +++ b/tools/eclipse/config_wizard/.classpath @@ -2,7 +2,7 @@ <classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
+ <classpathentry excluding="**/.svn/" kind="src" path="src"/>
<classpathentry kind="lib" path="lib/bsh.jar"/>
<classpathentry kind="lib" path="lib/fmpp.jar"/>
<classpathentry kind="lib" path="lib/freemarker.jar"/>
diff --git a/tools/eclipse/config_wizard/build.properties b/tools/eclipse/config_wizard/build.properties index 81715159f..008ba6d91 100644 --- a/tools/eclipse/config_wizard/build.properties +++ b/tools/eclipse/config_wizard/build.properties @@ -3,34 +3,6 @@ output.. = bin/ bin.includes = plugin.xml,\
META-INF/,\
.,\
- lib/bsh.jar,\
- lib/fmpp.jar,\
- lib/freemarker.jar,\
- lib/oro.jar,\
- lib/resolver.jar,\
- 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/,\
- 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,\
- resources/gencfg/processors/boards/stm32l1xx/templates/board.c.ftl,\
- resources/gencfg/processors/boards/stm32l1xx/templates/board.h.ftl,\
- resources/gencfg/processors/boards/stm32l1xx/templates/board.mk.ftl,\
- resources/gencfg/schema/boards/stm32l1xx_board.xsd,\
- resources/gencfg/xml/stm32l1board.xml,\
- resources/gencfg/schema/common/config_settings.xsd
+ lib/,\
+ resources/
|