-
Notifications
You must be signed in to change notification settings - Fork 24
Ecf #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pgcrism
wants to merge
15
commits into
gobo-eiffel:master
Choose a base branch
from
pgcrism:ecf
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ecf #3
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1baa1a2
[Add] .gitignore
pgcrism 7bc1256
[Add] Void-confident ECF files
pgcrism b698a46
[Add] void-confident xace. Set variable VOIDCONFIDENT to true and pas…
pgcrism cdcc0ea
[FIX] Name libraries according to their status: void-'safe' or void-'…
pgcrism cf57d15
Merge branch 'master' into ecf
pgcrism 85490f0
Fix ecf
oligot e0c52b5
Merge pull request #1 from oligot/fix-ecf
pgcrism ac996d4
Merge remote-tracking branch 'upstream/master' into ecf
oligot f6ff23d
Merge remote-tracking branch 'upstream/master' into ecf
oligot ccfaf8b
Merge remote-tracking branch 'upstream/master' into ecf
oligot 7575291
Use Gobo FreeELKS version when GOBO_EIFFEL is ge
oligot 4438fcb
Merge pull request #2 from oligot/ecf
pgcrism 772a223
Merge remote-tracking branch 'upstream/master'
pgcrism 1cc7145
Merge branch 'master' into ecf
pgcrism 8af3d35
[Fix] ecf name consistency
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| EIFGEN* | ||
| *.swp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-core" uuid="C8E29BA5-FA2D-4088-A05B-82AFF31B8E3B" library_target="gobo-core"> | ||
| <target name="gobo-core"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" syntax="transitional"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library-safe.ecf"/> | ||
| <library name="gobo-pattern-safe" location="$GOBO\library\pattern\gobo-pattern-safe.ecf"/> | ||
| <library name="gobo-structure-confident" location="$GOBO\library\structure\gobo-structure-confident.ecf"/> | ||
| <library name="gobo-time-confident" location="$GOBO\library\time\gobo-time-confident.ecf"/> | ||
| <library name="gobo-math-safe" location="$GOBO\library\math\gobo-math-safe.ecf"/> | ||
| <cluster name="gobo-core" location=".\" recursive="false"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| <cluster name="gobo-parse" location="$GOBO\library\parse\" recursive="true"/> | ||
| <cluster name="gobo-string" location="$GOBO\library\string\" recursive="true"/> | ||
| <cluster name="gobo-utility" location="$GOBO\library\utility\" recursive="true"/> | ||
| <cluster name="gobo-lexical" location="$GOBO\library\lexical\" recursive="true"/> | ||
| <cluster name="gobo-regexp" location="$GOBO\library\regexp\" recursive="true"/> | ||
| <cluster name="gobo-argument" location="$GOBO\library\argument\" recursive="true"/> | ||
| </cluster> | ||
| </target> | ||
| </system> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-core" uuid="C8E29BA5-FA2D-4088-A05B-82AFF31B8E3B" library_target="gobo-core"> | ||
| <target name="gobo-core"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" syntax="transitional"> | ||
| <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" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel" location="$GOBO\library\kernel\library.ecf"/> | ||
| <library name="gobo-pattern" location="$GOBO\library\pattern\gobo-pattern.ecf"/> | ||
| <library name="gobo-structure" location="$GOBO\library\structure\gobo-structure.ecf"/> | ||
| <library name="gobo-time" location="$GOBO\library\time\gobo-time.ecf"/> | ||
| <library name="gobo-math" location="$GOBO\library\math\gobo-math.ecf"/> | ||
| <cluster name="gobo-core" location=".\" recursive="false"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| <cluster name="gobo-parse" location="$GOBO\library\parse\" recursive="true"/> | ||
| <cluster name="gobo-string" location="$GOBO\library\string\" recursive="true"/> | ||
| <cluster name="gobo-utility" location="$GOBO\library\utility\" recursive="true"/> | ||
| <cluster name="gobo-lexical" location="$GOBO\library\lexical\" recursive="true"/> | ||
| <cluster name="gobo-regexp" location="$GOBO\library\regexp\" recursive="true"/> | ||
| <cluster name="gobo-argument" location="$GOBO\library\argument\" recursive="true"/> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system | ||
| xmlns="http://www.eiffel.com/developers/xml/configuration-1-9-0" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-9-0 http://www.eiffel.com/developers/xml/configuration-1-9-0.xsd" | ||
| name="kernel" | ||
| uuid="6D7FF712-BBA5-4AC0-AABF-2D9880493A23" | ||
| library_target="kernel"> | ||
|
|
||
| <description> | ||
| description: "ECF file for the Gobo Eiffel Kernel Library" | ||
| library: "Gobo Eiffel Kernel Library" | ||
| copyright: "Copyright (c) 2001-2012, Eric Bezault and others" | ||
| license: "MIT License" | ||
| </description> | ||
|
|
||
| <target name="kernel"> | ||
| <root all_classes="true"/> | ||
| <file_rule> | ||
| <exclude>/\.svn$</exclude> | ||
| <exclude>/\.git$</exclude> | ||
| </file_rule> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" is_void_safe="true"/> | ||
|
|
||
| <library name="base" location="$ISE_LIBRARY/library/base/base-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
|
|
||
| <library name="time" location="$ISE_LIBRARY/library/time/time-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
|
|
||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
|
|
||
| <assembly name="eiffelsoftware_runtime" location="$ISE_EIFFEL\studio\spec\$ISE_PLATFORM\lib\EiffelSoftware.Runtime.dll"/> | ||
| <assembly name="mscorlib" location="$ISE_DOTNET_FRAMEWORK\mscorlib.dll"/> | ||
| <assembly name="system_" location="$ISE_DOTNET_FRAMEWORK\System.dll" prefix="SYSTEM_DLL_"/> | ||
| <assembly name="system_xml" location="$ISE_DOTNET_FRAMEWORK\System.Xml.dll" prefix="XML_"/> | ||
|
|
||
| <cluster name="kernel" location="./" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/ge$</exclude> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </file_rule> | ||
| <file_rule> | ||
| <exclude>/ise$</exclude> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-math" uuid="95784FE0-7B83-497E-BEC0-9F0C4F3035F2" library_target="gobo-math"> | ||
| <target name="gobo-math"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="transitional"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library-safe.ecf"/> | ||
| <cluster name="gobo-math" location="$GOBO\library\math\decimal\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-math" uuid="95784FE0-7B83-497E-BEC0-9F0C4F3035F2" library_target="gobo-math"> | ||
| <target name="gobo-math"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="none" syntax="transitional"> | ||
| <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" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library.ecf"/> | ||
| <cluster name="gobo-math" location="$GOBO\library\math\decimal\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <?xml version="1.0"?> | ||
|
|
||
| <library name="math" prefix="ma_"> | ||
| <description> | ||
| description: "Xace file for the Gobo Eiffel Math Library" | ||
| library: "Gobo Eiffel Math Library" | ||
| copyright: "Copyright (c) 2004-2005, Eric Bezault and others" | ||
| license: "MIT License" | ||
| date: "$Date$" | ||
| revision: "$Revision$" | ||
| </description> | ||
|
|
||
| <cluster name="math" location="${GOBO}/library/math"> | ||
|
|
||
| <option name="full_class_checking" value="true" if="${VOIDCONFIDENT}=true"/> | ||
| <option name="void_safety" value="full" if="${VOIDCONFIDENT}=true"/> | ||
| <option name="attached_by_default" value="true" if="${VOIDCONFIDENT}=true"/> | ||
|
|
||
| <option name="abstract" value="true"/> | ||
| <cluster name="decimal"/> | ||
| </cluster> | ||
| </library> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-pattern" uuid="9DD3EC52-EF03-4C63-A5C5-4D07AE7B28ED" library_target="gobo-pattern"> | ||
| <target name="gobo-pattern"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="all" syntax="transitional"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel" location="$GOBO\library\kernel\library.ecf"/> | ||
| <cluster name="gobo-pattern" location="$GOBO\library\pattern\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-pattern" uuid="9DD3EC52-EF03-4C63-A5C5-4D07AE7B28ED" library_target="gobo-pattern"> | ||
| <target name="gobo-pattern"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" syntax="transitional"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel" location="$GOBO\library\kernel\library.ecf"/> | ||
| <cluster name="gobo-pattern" location="$GOBO\library\pattern\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-structure" uuid="FC2A0909-3E1E-4B99-9D49-0CE0E304D38E" library_target="gobo-structure"> | ||
| <target name="gobo-structure"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="none" syntax="standard"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library.ecf"/> | ||
| <cluster name="gobo-structure" location="$GOBO\library\structure\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-structure" uuid="FC2A0909-3E1E-4B99-9D49-0CE0E304D38E" library_target="gobo-structure"> | ||
| <target name="gobo-structure"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="none" syntax="standard"> | ||
| <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" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library.ecf"/> | ||
| <cluster name="gobo-structure" location="$GOBO\library\structure\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
| <system xmlns="http://www.eiffel.com/developers/xml/configuration-1-10-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-10-0 http://www.eiffel.com/developers/xml/configuration-1-10-0.xsd" name="gobo-time" uuid="961563CB-E823-47C1-92EC-F8440D71D06D" library_target="gobo-time"> | ||
| <target name="gobo-time"> | ||
| <root all_classes="true"/> | ||
| <option warning="true" full_class_checking="true" is_attached_by_default="true" void_safety="initialization" syntax="transitional"> | ||
| <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-safe.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" excluded_value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="free_elks" location="$GOBO/library/free_elks/library.ecf" readonly="true"> | ||
| <condition> | ||
| <custom name="GOBO_EIFFEL" value="ge"/> | ||
| </condition> | ||
| </library> | ||
| <library name="gobo-kernel-safe" location="$GOBO\library\kernel\library-safe.ecf"/> | ||
| <cluster name="gobo-time" location="$GOBO\library\time\" recursive="true"> | ||
| <file_rule> | ||
| <exclude>/EIFGENs$</exclude> | ||
| <exclude>/CVS$</exclude> | ||
| <exclude>/.svn$</exclude> | ||
| </file_rule> | ||
| </cluster> | ||
| </target> | ||
| </system> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably it would make sense to exclude any file or dir starting by /.
this would include /.svn /.git /.hg ...
And it would be nicer to have this <file_rule> just before the <option line
this way, it is global for any cluster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would love to adapt the ecf settings.
However, since ecf file format still lacks a decent documentation, I use
copy-paste or snippet programming to assemble ecf files.
Le 21/11/2012 16:38, Jocelyn Fiat a écrit :