<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Jersey Engine</title>
    <organization>cc.jerseyengine</organization>
    <domains enable_localSystem="true"/>
    <welcome file="welcome.html"/>
    <license file="license.txt"/>
    <options customize="never" require-scripts="false"/>
    <choices-outline>
        <line choice="default">
            <line choice="jersey"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="jersey" visible="false">
        <pkg-ref id="cc.jerseyengine.installer"/>
    </choice>
    <pkg-ref id="cc.jerseyengine.installer" version="1.0.0" installKBytes="637" updateKBytes="0">#JerseyEngine-component.pkg</pkg-ref>
    <pkg-ref id="cc.jerseyengine.installer">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>