forked from loafle/openapi-generator-original
Fixed typo in shell script Added support for Outer Enums, inner enums not supported. Added missing UUID library in ecf template. Improved Model inheritance.
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-16-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-16-0 http://www.eiffel.com/developers/xml/configuration-1-16-0.xsd" name="test" uuid="28bb8709-c181-416f-8c3e-9eea7157da9f">
|
|
<target name="test">
|
|
<root feature="make" class="APPLICATION"/>
|
|
<file_rule>
|
|
<exclude>/\.git$</exclude>
|
|
<exclude>/\.svn$</exclude>
|
|
<exclude>/CVS$</exclude>
|
|
<exclude>/EIFGENs$</exclude>
|
|
</file_rule>
|
|
<option warning="true">
|
|
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
|
|
</option>
|
|
<setting name="console_application" value="true"/>
|
|
<library name="base" location="$ISE_LIBRARY/library/base/base.ecf"/>
|
|
<library name="json" location="$ISE_LIBRARY\contrib\library\text\parser\json\library\json-safe.ecf" readonly="false"/>
|
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
|
<library name="api_client" location="..\api_client.ecf" readonly="false"/>
|
|
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
|
|
<library name="uuid" location="$ISE_LIBRARY\library\uuid\uuid.ecf"/>
|
|
<cluster name="test" location=".\" recursive="true"/>
|
|
</target>
|
|
</system>
|