You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
440 B
XML
16 lines
440 B
XML
5 years ago
|
<?xml version="1.0" encoding="UTF8"?>
|
||
|
<toolchains>
|
||
|
<toolchain>
|
||
|
<type>paths</type>
|
||
|
<provides>
|
||
|
<!-- Defines the folders to search for binaries of the "foo-bar" toolset -->
|
||
|
<id>javac</id>
|
||
|
</provides>
|
||
|
<configuration>
|
||
|
<paths>
|
||
|
<path>/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/bin</path>
|
||
|
</paths>
|
||
|
</configuration>
|
||
|
</toolchain>
|
||
|
</toolchains>
|