<project type="egg" packagedata="included">
  <configuration locator="reahl.web.egg:WebConfig"/>

  <namespaces>
    <package name="reahl"/>
    <package name="reahl.messages"/>
  </namespaces>

  <translations locator="reahl.messages"/>

  <deps purpose="run">
    <egg name="reahl-component"/>
    <egg name="reahl-interfaces"/>
    <thirdpartyegg name="slimit" minversion="0.8" maxversion="0.9"/>
    <thirdpartyegg name="cssmin" minversion="0.1" maxversion="0.2"/>
    <thirdpartyegg name="BeautifulSoup" minversion="3.2" maxversion="3.3"/>
    <thirdpartyegg name="webob" minversion="1.2" maxversion="1.3"/> 
    <thirdpartyegg name="Babel" minversion="0.9" maxversion="0.10"/> 
  </deps>

  <deps purpose="test">
    <egg name="reahl-tofu"/>
    
    <egg name="reahl-stubble"/>
    <egg name="reahl-sqlalchemysupport"/>
    <egg name="reahl-web-elixirimpl"/>
    <egg name="reahl-domain"/>
    <egg name="reahl-dev"/>
    <egg name="reahl-webdev"/>
  </deps>

  <persisted>
    <class locator="reahl.web.pager:SequentialPageIndex"/>
  </persisted>

  <staticfiles>
    <file path="reahl/web/static/runningon.png"/>
  </staticfiles>

  <attachedfiles filetype="css">
    <file path="reahl/web/reahl.labelledinput.css"/>
    <file path="reahl/web/reahl.labeloverinput.css"/>
    <file path="reahl/web/reahl.menu.css"/>
    <file path="reahl/web/reahl.hmenu.css"/>
    <file path="reahl/web/reahl.slidingpanel.css"/>
    <file path="reahl/web/reahl.runningonbadge.css"/>
  </attachedfiles>

  <attachedfiles filetype="js">
    <file path="reahl/web/reahl.hashchange.js"/>
    <file path="reahl/web/reahl.ajaxlink.js"/>
    <file path="reahl/web/reahl.form.js"/>
    <file path="reahl/web/reahl.textinput.js"/>
    <file path="reahl/web/reahl.cueinput.js"/>
    <file path="reahl/web/reahl.labeloverinput.js"/>
    <file path="reahl/web/reahl.fileuploadli.js"/>
    <file path="reahl/web/reahl.fileuploadpanel.js"/>
    <file path="reahl/web/reahl.popupa.js"/>
    <file path="reahl/web/reahl.slidingpanel.js"/>
  </attachedfiles>

  <alias name="unit" command="setup -- -q nosetests -s --with-id --nologcapture -T reahl/web_dev -F reahl.webdev.fixtures:BrowserSetup"/>
    
</project>
