Implemented escaping of slash '/' only in case of '</' to avoid potential issue with javascript and </script> Many feature renaming to match Eiffel style and naming convention, kept previous feature as obsolete. Restructured the library to make easy extraction of "converter" classes if needed in the future. Updated part of the code to use new feature names.
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-8-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-8-0 http://www.eiffel.com/developers/xml/configuration-1-8-0.xsd" name="json" uuid="4E21C3BD-7951-4C6E-A673-431E762D7414" library_target="json">
|
|
<target name="json">
|
|
<root all_classes="true"/>
|
|
<file_rule>
|
|
<exclude>/EIFGENs$</exclude>
|
|
<exclude>/CVS$</exclude>
|
|
<exclude>/.svn$</exclude>
|
|
</file_rule>
|
|
<option trace="false" profile="false" debug="false" warning="true" full_class_checking="true" void_safety="none" syntax="standard" namespace="EJSON.Library">
|
|
<assertions/>
|
|
</option>
|
|
<library name="base" location="$ISE_LIBRARY\library\base\base.ecf" readonly="true"/>
|
|
<cluster name="json" location=".\" >
|
|
<cluster name="json_kernel" location=".\kernel" recursive="true"/>
|
|
<cluster name="json_parser" location=".\parser" recursive="true"/>
|
|
<cluster name="json_utility" location=".\utility" recursive="true"/>
|
|
</cluster>
|
|
<cluster name="json_converter" location=".\converter" recursive="true"/>
|
|
</target>
|
|
</system>
|