Files
EWF/json_test/json_test.ecf
2008-05-24 15:04:36 +00:00

25 lines
1.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-3-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-3-0 http://www.eiffel.com/developers/xml/configuration-1-3-0.xsd" name="json_test" uuid="6184F667-395B-4211-8149-EC90F66A66B7">
<target name="json_test">
<root class="APPLICATION" feature="make"/>
<cdd extract="false" execute="true"/>
<option warning="true">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<precompile name="base_pre" location="$ISE_PRECOMP\base.ecf"/>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="json" location="\home\jvelilla\work\eiffel_work\json\json.ecf"/>
<cluster name="json_test" location=".\" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>
<exclude>/.svn$</exclude>
<exclude>/CVS$</exclude>
<exclude>/cdd_tests$</exclude>
</file_rule>
</cluster>
</target>
<target name="json_test_dotnet" extends="json_test">
<setting name="msil_generation" value="true"/>
</target>
</system>