/library/server/httpd_connector/cgi/httpd_cgi.ecf

http://github.com/jocelyn/EiffelWebReloaded · Unknown · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 63f30124f0e0ff563b235086615d5dde 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="httpd_cgi" uuid="3BCBC1C5-9D99-45BB-B15D-B03D2C069CED" library_target="httpd_cgi">
  3. <target name="httpd_cgi">
  4. <root all_classes="true"/>
  5. <file_rule>
  6. <exclude>/EIFGENs$</exclude>
  7. <exclude>/\.git$</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. </option>
  12. <library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
  13. <library name="httpd" location="..\..\httpd\httpd.ecf" readonly="false"/>
  14. <cluster name="src" location=".\src\" recursive="true"/>
  15. </target>
  16. </system>