/library/text/encoder/encoder.ecf

http://github.com/jocelyn/EiffelWebReloaded · Unknown · 35 lines · 33 code · 2 blank · 0 comment · 0 complexity · b2272d129b80954a1daa0a375fe622fd MD5 · raw file

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-8-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-8-0 http://www.eiffel.com/developers/xml/configuration-1-8-0.xsd" name="encoder" uuid="EE80E648-C64D-4802-8868-C57AAFEACC55" library_target="encoder">
  3. <target name="encoder">
  4. <root all_classes="true"/>
  5. <file_rule>
  6. <exclude>/.git$</exclude>
  7. <exclude>/EIFGENs$</exclude>
  8. <exclude>/.svn$</exclude>
  9. </file_rule>
  10. <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all">
  11. <assertions precondition="true"/>
  12. </option>
  13. <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
  14. <cluster name="src" location=".\" recursive="true">
  15. <file_rule>
  16. <exclude>/tests$</exclude>
  17. </file_rule>
  18. </cluster>
  19. </target>
  20. <target name="tests" extends="encoder" >
  21. <root class="ANY" feature="default_create"/>
  22. <file_rule>
  23. <exclude>/.git$</exclude>
  24. <exclude>/EIFGENs$</exclude>
  25. <exclude>/.svn$</exclude>
  26. </file_rule>
  27. <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all">
  28. <assertions precondition="true"/>
  29. </option>
  30. <library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
  31. <tests name="tests" location="./tests"/>
  32. </target>
  33. </system>