File: specification.xml

package info (click to toggle)
freecol 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 255,300 kB
  • sloc: java: 147,579; xml: 8,208; sh: 493; lisp: 439; awk: 21; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<freecol-specification id="fourSeasons">
  <options>
    <optionGroup id="gameOptions">
      <optionGroup id="gameOptions.years">
        <!-- The number of seasons in the year. -->
        <integerOption id="model.option.seasons"
                       value="4" minimumValue="4" maximumValue="4" />
      </optionGroup>
    </optionGroup>
  </options>
</freecol-specification>