Moved to draft
This commit is contained in:
@@ -10,19 +10,12 @@
|
|||||||
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard">
|
<option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="standard">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
|
||||||
<library name="encoder" location="..\..\text\encoder\encoder-safe.ecf"/>
|
<library name="encoder" location="..\..\..\library\text\encoder\encoder-safe.ecf"/>
|
||||||
<library name="http" location="..\..\network\protocol\http\http-safe.ecf"/>
|
<library name="http" location="..\..\..\library\network\protocol\http\http-safe.ecf"/>
|
||||||
<library name="json" location="..\..\..\contrib\library\text\parser\json\library\json-safe.ecf"/>
|
<library name="json" location="..\..\..\contrib\library\text\parser\json\library\json-safe.ecf"/>
|
||||||
<library name="pcre" location="$ISE_EIFFEL\unstable\library\text\regexp\pcre\pcre-safe.ecf"/>
|
<library name="pcre" location="$ISE_EIFFEL\unstable\library\text\regexp\pcre\pcre-safe.ecf"/>
|
||||||
<library name="uri_template" location="..\..\text\parser\uri_template\uri_template-safe.ecf"/>
|
<library name="uri_template" location="..\..\..\library\text\parser\uri_template\uri_template-safe.ecf"/>
|
||||||
<library name="wsf" location="..\wsf\wsf-safe.ecf"/>
|
<library name="wsf" location="..\..\..\library\server\wsf\wsf-safe.ecf"/>
|
||||||
<cluster name="autocompletion" location=".\autocompletion\"/>
|
<cluster name="kernel" location=".\kernel\" recursive="true"/>
|
||||||
<cluster name="grid" location=".\grid\"/>
|
|
||||||
<cluster name="image_slider" location="\home\severin\Documents\EWF\EWF\library\server\wsf_js_widget\"/>
|
|
||||||
<cluster name="input" location=".\input\"/>
|
|
||||||
<cluster name="navbar" location=".\navbar\"/>
|
|
||||||
<cluster name="progressbar" location=".\progressbar\"/>
|
|
||||||
<cluster name="validator" location=".\validator\"/>
|
|
||||||
<cluster name="webcontrol" location=".\webcontrol\"/>
|
|
||||||
</target>
|
</target>
|
||||||
</system>
|
</system>
|
||||||
@@ -10,18 +10,12 @@
|
|||||||
<option warning="true" full_class_checking="true" void_safety="none" syntax="standard">
|
<option warning="true" full_class_checking="true" void_safety="none" syntax="standard">
|
||||||
</option>
|
</option>
|
||||||
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
|
||||||
<library name="encoder" location="..\..\text\encoder\encoder.ecf"/>
|
<library name="encoder" location="..\..\..\library\text\encoder\encoder.ecf"/>
|
||||||
<library name="http" location="..\..\network\protocol\http\http-safe.ecf"/>
|
<library name="http" location="..\..\..\library\network\protocol\http\http.ecf"/>
|
||||||
<library name="json" location="..\..\..\contrib\library\text\parser\json\library\json.ecf"/>
|
<library name="json" location="..\..\..\contrib\library\text\parser\json\library\json.ecf"/>
|
||||||
<library name="pcre" location="$ISE_EIFFEL\unstable\library\text\regexp\pcre\pcre.ecf"/>
|
<library name="pcre" location="$ISE_EIFFEL\unstable\library\text\regexp\pcre\pcre.ecf"/>
|
||||||
<library name="uri_template" location="..\..\text\parser\uri_template\uri_template.ecf"/>
|
<library name="uri_template" location="..\..\..\library\text\parser\uri_template\uri_template.ecf"/>
|
||||||
<library name="wsf" location="..\wsf\wsf.ecf"/>
|
<library name="wsf" location="..\..\..\library\server\wsf\wsf.ecf"/>
|
||||||
<cluster name="webcontrol" location=".\webcontrol\"/>
|
<cluster name="kernel" location=".\kernel\" recursive="true"/>
|
||||||
<cluster name="validator" location=".\validator\"/>
|
|
||||||
<cluster name="input" location=".\input\"/>
|
|
||||||
<cluster name="grid" location=".\grid\"/>
|
|
||||||
<cluster name="autocompletion" location=".\autocompletion\"/>
|
|
||||||
<cluster name="navbar" location=".\navbar\"/>
|
|
||||||
<cluster name="progressbar" location=".\progressbar\"/>
|
|
||||||
</target>
|
</target>
|
||||||
</system>
|
</system>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<library name="http" location="..\..\library\network\protocol\http\http-safe.ecf"/>
|
<library name="http" location="..\..\library\network\protocol\http\http-safe.ecf"/>
|
||||||
<library name="http_client" location="$ISE_LIBRARY\contrib\library\network\http_client\http_client-safe.ecf"/>
|
<library name="http_client" location="$ISE_LIBRARY\contrib\library\network\http_client\http_client-safe.ecf"/>
|
||||||
<library name="wsf" location="..\..\library\server\wsf\wsf-safe.ecf"/>
|
<library name="wsf" location="..\..\library\server\wsf\wsf-safe.ecf"/>
|
||||||
<library name="wsf_js_widget" location="..\..\library\server\wsf_js_widget\wsf_js_widget-safe.ecf" readonly="false"/>
|
<library name="wsf_js_widget" location="..\..\draft\library\wsf_js_widget\wsf_js_widget-safe.ecf" readonly="false"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="widgetapp_nino" extends="common">
|
<target name="widgetapp_nino" extends="common">
|
||||||
<root class="APPLICATION" feature="make_and_launch"/>
|
<root class="APPLICATION" feature="make_and_launch"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user