mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This commit causes Eclipse to give a vaugue error message when creating a new Robot Java Project or Robot C++ Project.
This reverts commit 36241b0d6c.
Change-Id: I47b66c53604f07b6e40c0db6aa250b977d9ae903
18 lines
412 B
XML
18 lines
412 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>edu.wpi.first.wpilib.plugins.cpp.toolchains.linux.feature</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.pde.FeatureBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.pde.FeatureNature</nature>
|
|
</natures>
|
|
</projectDescription>
|