mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
45053ba507
- Implemented a wrapper for Apache Freemake - Implemented the regatta XML generator Tags: #story[984]
11 lines
453 B
Plaintext
11 lines
453 B
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<RegattaConfig>
|
|
<RegattaID>${regattaId}</RegattaID>
|
|
<RegattaName>${name}</RegattaName>
|
|
<CourseName>${courseName}</CourseName>
|
|
<CentralLatitude>${latitude}</CentralLatitude>
|
|
<CentralLongitude>${longitude}</CentralLongitude>
|
|
<CentralAltitude>${altitude}</CentralAltitude>
|
|
<UtcOffset>${utcOffset}</UtcOffset>
|
|
<MagneticVariation>${magneticVariation}</MagneticVariation>
|
|
</RegattaConfig> |