-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgit_status.ecf
More file actions
23 lines (23 loc) · 1.19 KB
/
git_status.ecf
File metadata and controls
23 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="git_status" uuid="833D11BF-76E9-47C4-A495-54B7E5BE64D1">
<target name="git_status">
<root class="APPLICATION" feature="make"/>
<file_rule>
<exclude>/CVS$</exclude>
<exclude>/EIFGENs$</exclude>
<exclude>/\.git$</exclude>
<exclude>/\.svn$</exclude>
</file_rule>
<option warning="warning" manifest_array_type="mismatch_warning">
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
</option>
<setting name="console_application" value="true"/>
<setting name="dead_code_removal" value="feature"/>
<capability>
<void_safety support="all" use="all"/>
</capability>
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf"/>
<library name="libgit2" location="..\..\library\libgit2.ecf" readonly="false"/>
<cluster name="git_status" location=".\" recursive="true"/>
</target>
</system>