Add cluster visitor.

This commit is contained in:
jvelilla
2008-08-29 10:40:12 +00:00
parent d940da7b13
commit 4e6935655f

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-4-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-4-0 http://www.eiffel.com/developers/xml/configuration-1-4-0.xsd" name="json" uuid="4E21C3BD-7951-4C6E-A673-431E762D7414" library_target="json">
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-3-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-3-0 http://www.eiffel.com/developers/xml/configuration-1-3-0.xsd" name="json" uuid="4E21C3BD-7951-4C6E-A673-431E762D7414" library_target="json">
<target name="json">
<root all_classes="true"/>
<option trace="false" profile="false" debug="false" warning="true" namespace="EJSON.Library">
@@ -24,6 +24,11 @@
<cluster name="ds_support" location="$|support\"/>
<cluster name="ds_table" location="$|table\"/>
</cluster>
<cluster name="dt_time" location="${GOBO}\library\time\">
<cluster name="dt_clock" location="$|clock\"/>
<cluster name="dt_date" location="$|date\"/>
<cluster name="dt_time_zone" location="$|time_zone\"/>
</cluster>
<cluster name="json" location=".\" recursive="true">
<file_rule>
<exclude>/EIFGENs$</exclude>
@@ -32,8 +37,10 @@
</file_rule>
<file_rule>
<exclude>^/scanner$</exclude>
<exclude>^/visitor$</exclude>
</file_rule>
<cluster name="scanner" location=".\scanner\"/>
<cluster name="visitor" location=".\visitor\"/>
</cluster>
<cluster name="kl_kernel" location="${GOBO}\library\kernel\">
<cluster name="kl_basic" location="$|basic\"/>
@@ -46,11 +53,44 @@
<cluster name="kl_spec_ise" location="$|ise\"/>
</cluster>
</cluster>
<cluster name="lx_lexical" location="${GOBO}\library\lexical\">
<cluster name="lx_automaton" location="$|automaton\"/>
<cluster name="lx_error" location="$|error\"/>
<cluster name="lx_generation" location="$|generation\"/>
<cluster name="lx_lex" location="$|lex\"/>
<cluster name="lx_regexp" location="$|regexp\"/>
<cluster name="lx_scanner" location="$|scanner\"/>
<cluster name="lx_skeleton" location="$|skeleton\"/>
<cluster name="lx_support" location="$|support\"/>
</cluster>
<cluster name="ma_math" location="${GOBO}\library\math\">
<cluster name="ma_decimal" location="$|decimal\"/>
</cluster>
<cluster name="pr_parse" location="${GOBO}\library\parse\">
<cluster name="pr_error" location="$|error\"/>
<cluster name="pr_fsm" location="$|fsm\"/>
<cluster name="pr_generation" location="$|generation\"/>
<cluster name="pr_grammar" location="$|grammar\"/>
<cluster name="pr_parser" location="$|parser\"/>
<cluster name="pr_skeleton" location="$|skeleton\"/>
<cluster name="pr_support" location="$|support\"/>
<cluster name="pr_yacc" location="$|yacc\"/>
</cluster>
<cluster name="rx_regexp" location="${GOBO}\library\regexp\">
<cluster name="rx_interface" location="$|interface\"/>
<cluster name="rx_pcre" location="$|pcre\"/>
<cluster name="rx_support" location="$|support\"/>
</cluster>
<cluster name="st_string" location="${GOBO}\library\string\">
<cluster name="st_collation" location="$|collation\"/>
<cluster name="st_unicode" location="$|unicode\"/>
<cluster name="st_support" location="$|support\"/>
<cluster name="st_date" location="$|date\"/>
<cluster name="st_formatter" location="$|formatter\">
<cluster name="st_general" location="$|general\"/>
<cluster name="st_parameter" location="$|parameter\"/>
</cluster>
</cluster>
<cluster name="ut_utility" location="${GOBO}\library\utility\">
<cluster name="ut_error" location="$|error\"/>
<cluster name="ut_formatter" location="$|formatter\"/>
@@ -60,49 +100,5 @@
<cluster name="ut_transcoder" location="$|transcoder\"/>
<cluster name="ut_uri" location="$|uri\"/>
</cluster>
<cluster name="pr_parse" location="${GOBO}/library/parse">
<cluster name="pr_error" location="$|error"/>
<cluster name="pr_fsm" location="$|fsm"/>
<cluster name="pr_generation" location="$|generation"/>
<cluster name="pr_grammar" location="$|grammar"/>
<cluster name="pr_parser" location="$|parser"/>
<cluster name="pr_skeleton" location="$|skeleton"/>
<cluster name="pr_support" location="$|support"/>
<cluster name="pr_yacc" location="$|yacc"/>
</cluster>
<cluster name="lx_lexical" location="${GOBO}/library/lexical">
<cluster name="lx_automaton" location="$|automaton"/>
<cluster name="lx_error" location="$|error"/>
<cluster name="lx_generation" location="$|generation"/>
<cluster name="lx_lex" location="$|lex"/>
<cluster name="lx_regexp" location="$|regexp"/>
<cluster name="lx_scanner" location="$|scanner"/>
<cluster name="lx_skeleton" location="$|skeleton"/>
<cluster name="lx_support" location="$|support"/>
</cluster>
<cluster name="ma_math" location="${GOBO}/library/math">
<cluster name="ma_decimal" location="$|decimal"/>
</cluster>
<cluster name="dt_time" location="${GOBO}/library/time">
<cluster name="dt_clock" location="$|clock"/>
<cluster name="dt_date" location="$|date"/>
<cluster name="dt_time_zone" location="$|time_zone"/>
</cluster>
<cluster name="st_string" location="${GOBO}/library/string">
<cluster name="st_collation" location="$|collation"/>
<cluster name="st_unicode" location="$|unicode"/>
<cluster name="st_support" location="$|support"/>
<cluster name="st_date" location="$|date"/>
<cluster name="st_formatter" location="$|formatter">
<cluster name="st_general" location="$|general"/>
<cluster name="st_parameter" location="$|parameter"/>
</cluster>
</cluster>
</target>
</system>