<?xml version="1.0" encoding="UTF-8"?>
<plugin title="xmla4js - XML/A for javascript, OLAP for client-side web applications">

  <overlays>
    <overlay id="startup.xmla4js" resourcebundle="api/repos/spuc/resources/messages/launchermessages.properties" priority="10">
      <menubar id="toolsmenu">
        <menuitem
            id="xmla4js"
            label="Xmla4Js Home"
            command="mantleXulHandler.openUrl('Xmla4js', 'Xmla4js', 'content/xmla4js/index.html')"
        />
        <menuitem
            id="xmla4jsShell"
            label="Xmla4Js Shell"
            command="mantleXulHandler.openUrl('Xmla4js Shell', 'Xmla4js Shell', 'content/xmla4js/samples/xmlash.html')"
        />
        <menuitem
            id="xmla4jsAnalyzer"
            label="Xmla4Js Analyzer"
            command="mantleXulHandler.openUrl('Xmla4js Analyzer', 'Xmla4js Analyzer', 'content/xmla4js/samples/treeview-pivottable-combination.html')"
        />
      </menubar>
    </overlay>
  </overlays>

    <static-paths>
        <static-path url="/xmla4js" localFolder="."/>
    </static-paths>

</plugin>
