diff options
author | Sven Gothel <[email protected]> | 2020-04-09 01:03:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-04-09 01:03:04 +0200 |
commit | 5290734a6d8f6a43433c19a51733bea0435fc1bb (patch) | |
tree | 51c273d1d4b2316bb319561c43c64b6379bbefd6 /.project | |
parent | 8891be2fd6ecb4386ee7bdbb61ccc209b54f5bcf (diff) |
Eclipse settingsdirect_bt-tinyb_2-sync
Diffstat (limited to '.project')
-rw-r--r-- | .project | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 00000000..0da2ad5d --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tinyb</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> + <triggers>clean,full,incremental,</triggers> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.cdt.core.cnature</nature> + <nature>org.eclipse.cdt.core.ccnature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> + <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> + </natures> +</projectDescription> |