<configure xmlns="http://namespaces.zope.org/zope"
       xmlns:browser="http://namespaces.zope.org/browser"
       xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
       xmlns:cmf="http://namespaces.zope.org/cmf"
       i18n_domain="ResourceRegistries.tests">

  <cmf:registerDirectory
      name="ResourceRegistries"
      />

  <browser:resource
      name="test_rr_1.css"
      file="test_rr_1.css"
      />

  <browser:resource
      name="test_rr_1.kss"
      file="test_rr_1.kss"
      />

  <browser:resource
      name="test_rr_1.js"
      file="test_rr_1.js"
      />

  <browser:resourceDirectory
      name="test_rr"
      directory="test_resources"
      />
  
  <browser:view
      name="streamed-resource"
      for="*"
      class=".streamed.StreamedResource"
      permission="zope.Public"
      />

  <genericsetup:registerProfile
      name="test"
      title="ResourceRegistries"
      directory="test_profile"
      description="Test Profile for ResourceRegistries"
      provides="Products.GenericSetup.interfaces.EXTENSION"
      for="Products.CMFCore.interfaces.ISiteRoot"
      />

</configure>
