forked from muhkuh-sys/org.muhkuh.tools-hboot_image_compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.xml
31 lines (28 loc) · 752 Bytes
/
setup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="mbs/setup2html.xsl"?>
<muhkuh_buildsystem project="hboot_image_compiler">
<project_version>0.0.12</project_version>
<scons>
<group>org.scons</group>
<name>scons-local</name>
<package>scons-local</package>
<version>2.5.0_1</version>
<typ>tar.bz2</typ>
</scons>
<tools>
<tool>
<group>nz.co.methods</group>
<name>asciidoc</name>
<package>asciidoc</package>
<version>8.6.8_3</version>
<typ>tar.bz2</typ>
</tool>
<tool>
<group>org.gnu.gcc</group>
<name>gcc-arm-none-eabi</name>
<package>gcc-arm-none-eabi_${platform}_${machine}</package>
<version>4.9.3_3</version>
<typ>tar.bz2</typ>
</tool>
</tools>
</muhkuh_buildsystem>