<?xml version="1.0"?>
<tagneticconfig>
  <compilation>
    <source>testpages/viewtags/square</source>
    <destination>testpagesout/viewtags/square</destination>
    <filefilter type="regexp">.htm$|.html$|.js$|.css$</filefilter>
    <locales>en_US,fr</locales>
  </compilation>
  <tags nsprefix="test" scriptcontextname="js" scriptcontext="org.tagnetic.core.scriptcontext.implementer.javascript.JavaScriptContext">
    <tag name="button" classname="org.tagnetic.core.tags.define.DefineInclude">
      <attribute name="path" type="path">template/Button.htmi</attribute>
      <attribute name="path" type="path">true</attribute>
    </tag>
    <tag name="basicsquare" classname="org.tagnetic.core.tags.define.DefineInclude">
      <attribute name="path" type="path">template/BasicSquare.htmi</attribute>
      <attribute name="newscope">true</attribute>
    </tag>
    <tag name="squarecontent" classname="org.tagnetic.core.tags.define.DefineInclude">
      <attribute name="definetype">element</attribute>
    </tag>
  </tags>
</tagneticconfig>

