51 lines
3.0 KiB
XML
51 lines
3.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-13-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-13-0 http://www.eiffel.com/developers/xml/configuration-1-13-0.xsd" name="roc_api" uuid="3643E657-BCBE-46AA-931B-71EAEA877A18" library_target="roc_api">
|
|
<target name="common" abstract="true">
|
|
<file_rule>
|
|
<exclude>/EIFGENs$</exclude>
|
|
<exclude>/CVS$</exclude>
|
|
<exclude>/.svn$</exclude>
|
|
</file_rule>
|
|
<option warning="true" full_class_checking="false" is_attached_by_default="true" void_safety="transitional" syntax="transitional">
|
|
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
|
|
</option>
|
|
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
|
|
|
<library name="layout" location="..\..\layout\layout.ecf"/>
|
|
<library name="wsf" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf-safe.ecf"/>
|
|
<library name="wsf_extension" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\wsf_extension-safe.ecf" readonly="false"/>
|
|
|
|
|
|
<library name="cms" location="..\..\cms\cms.ecf" readonly="false"/>
|
|
</target>
|
|
<target name="roc_api_any" extends="common">
|
|
<root class="EWF_ROC_SERVER" feature="make_and_launch"/>
|
|
<library name="cgi" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\connector\cgi-safe.ecf"/>
|
|
<library name="libfcgi" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\connector\libfcgi-safe.ecf"/>
|
|
<library name="nino" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\connector\nino-safe.ecf"/>
|
|
<cluster name="launcher" location=".\launcher\any\" recursive="true"/>
|
|
<cluster name="src" location=".\src\" recursive="true"/>
|
|
</target>
|
|
<target name="roc_api_nino" extends="common">
|
|
<root class="EWF_ROC_SERVER" feature="make_and_launch"/>
|
|
<library name="default_nino" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\default\nino-safe.ecf"/>
|
|
<cluster name="launcher" location=".\launcher\default\" recursive="true"/>
|
|
<cluster name="src" location=".\src\" recursive="true"/>
|
|
</target>
|
|
<target name="roc_api_cgi" extends="common">
|
|
<root class="EWF_ROC_SERVER" feature="make_and_launch"/>
|
|
<library name="default_cgi" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\default\cgi-safe.ecf"/>
|
|
<cluster name="launcher" location=".\launcher\default\" recursive="true"/>
|
|
<cluster name="src" location=".\src\" recursive="true"/>
|
|
</target>
|
|
<target name="roc_api_libfcgi" extends="common">
|
|
<root class="EWF_ROC_SERVER" feature="make_and_launch"/>
|
|
<library name="default_libfcgi" location="$ISE_LIBRARY\contrib\library\web\framework\ewf\wsf\default\libfcgi-safe.ecf"/>
|
|
<cluster name="launcher" location=".\launcher\default\" recursive="true"/>
|
|
<cluster name="src" location=".\src\" recursive="true"/>
|
|
</target>
|
|
<target name="roc_api" extends="roc_api_nino">
|
|
</target>
|
|
</system>
|