mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
0ac03b6150
adds convenience run and discovery targets (for first build target) allows usage of host container (volume mount/ dind) fixes portable workspace configuration adds makefile targets to CDT configuration fixes localization * adds eclipse-cdt project and necessary discovery for toolchain settings * extends targets and fixes discovery * renames CDT Eclipse project * enables portable workspace docker-build on build server
28 lines
808 B
XML
28 lines
808 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>webfuse</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.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
|
<triggers>full,incremental,</triggers>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<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>
|