added missing files
This commit is contained in:
parent
6dde6425c2
commit
fe5a7d220e
1
jj_temporal
Submodule
1
jj_temporal
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8b8f6b7b3b39f254293920f4e5f0fb1ab5c1926b
|
50
jj_vitp/VITP.ecf
Normal file
50
jj_vitp/VITP.ecf
Normal file
@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="vitp" uuid="CC9B4257-76EE-48C6-A333-175663034940">
|
||||
<target name="vitp">
|
||||
<root class="VITP_APPLICATION" feature="make_and_launch"/>
|
||||
<option warning="warning" full_class_checking="true" is_attached_by_default="true" syntax="standard" manifest_array_type="mismatch_error">
|
||||
<assertions precondition="true" check="true"/>
|
||||
</option>
|
||||
<setting name="automatic_backup" value="true"/>
|
||||
<setting name="total_order_on_reals" value="true"/>
|
||||
<capability>
|
||||
<catcall_detection support="none" use="none"/>
|
||||
<concurrency support="none"/>
|
||||
<void_safety support="all" use="all"/>
|
||||
</capability>
|
||||
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf">
|
||||
<option>
|
||||
<assertions/>
|
||||
</option>
|
||||
</library>
|
||||
<library name="jj_containers" location="$JJ_GITHUB\jj_containers\jj_containers.ecf" readonly="false"/>
|
||||
<library name="jj_vision" location="$JJ_GITHUB\jj_vision\jj_vision.ecf" readonly="false">
|
||||
<option profile="true">
|
||||
<assertions/>
|
||||
</option>
|
||||
</library>
|
||||
<library name="time" location="$ISE_LIBRARY\library\time\time.ecf"/>
|
||||
<library name="uuid" location="$ISE_LIBRARY\library\uuid\uuid.ecf"/>
|
||||
<library name="vision2" location="$ISE_LIBRARY\library\vision2\vision2.ecf" readonly="true">
|
||||
<option>
|
||||
<assertions/>
|
||||
</option>
|
||||
</library>
|
||||
<library name="wel" location="$ISE_LIBRARY\library\wel\wel.ecf"/>
|
||||
<cluster name="vitp" location=".\" recursive="true">
|
||||
<option profile="true">
|
||||
<assertions precondition="true" check="true"/>
|
||||
</option>
|
||||
<file_rule>
|
||||
<exclude>/.git$</exclude>
|
||||
<exclude>/.svn$</exclude>
|
||||
<exclude>/CVS$</exclude>
|
||||
<exclude>/EIFGENs$</exclude>
|
||||
<exclude>/documents$</exclude>
|
||||
<exclude>/jj_override$</exclude>
|
||||
<exclude>/jj_tracer$</exclude>
|
||||
</file_rule>
|
||||
</cluster>
|
||||
<override name="jj_override" location=".\jj_override\" recursive="true"/>
|
||||
</target>
|
||||
</system>
|
Loading…
Reference in New Issue
Block a user