diff options
| author | hathach <[email protected]> | 2013-06-04 13:37:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-04 13:37:45 +0700 |
| commit | 6fb34f0e7a4ed05a3f0095c6850b4abf88aee229 (patch) | |
| tree | 082258eaee8207a1ff7015486ce8b44d94e62081 | |
| parent | 3394b4beaa4f52461a68b837b33383af49dbff37 (diff) | |
rename TDD project to prevent confusion on users
| -rw-r--r-- | .cproject | 2 | ||||
| -rw-r--r-- | .project | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -32,7 +32,7 @@ <tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.1485867060" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/> <tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base.694786126" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.base"/> <tool errorParsers="org.eclipse.cdt.core.GCCErrorParser" id="cdt.managedbuild.tool.gnu.c.compiler.mingw.base.1588045403" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.base"> - <option id="gnu.c.compiler.option.preprocessor.def.symbols.1484610767" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols"/> + <option id="gnu.c.compiler.option.preprocessor.def.symbols.1484610767" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols"/> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.451457393" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> </tool> <tool errorParsers="org.eclipse.cdt.core.GLDErrorParser" id="cdt.managedbuild.tool.gnu.c.linker.mingw.base.1896871485" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.base"> @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>tinyusb</name> + <name>tinyusb_tests</name> <comment></comment> <projects> </projects> @@ -81,7 +81,7 @@ </natures> <filteredResources> <filter> - <id>1358189266973</id> + <id>0</id> <name></name> <type>22</type> <matcher> @@ -90,7 +90,7 @@ </matcher> </filter> <filter> - <id>1358189266977</id> + <id>0</id> <name></name> <type>22</type> <matcher> @@ -99,7 +99,7 @@ </matcher> </filter> <filter> - <id>1358189266984</id> + <id>0</id> <name></name> <type>10</type> <matcher> |
