2
Fork 0

Split backend to backend api.

This commit is contained in:
Willem Cazander 2014-03-02 19:45:22 +01:00
parent 4bd244f4e5
commit a13719f008
116 changed files with 1029 additions and 815 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<modules version="1.0"
xmlns="http://language.x4o.org/xml/ns/modules"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://language.x4o.org/xml/ns/modules http://language.x4o.org/xml/ns/modules-1.0.xsd"
>
<language version="1.0">
<eld-resource>vasc-opt-metamodel.eld</eld-resource>
</language>
</modules>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<root:module
xmlns="http://eld.x4o.org/xml/ns/eld-lang"
xmlns:root="http://eld.x4o.org/xml/ns/eld-root"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://eld.x4o.org/xml/ns/eld-root http://eld.x4o.org/xml/ns/eld-root-1.0.xsd"
providerHost="vasc.forwardfire.net"
providerName="Vasc Opt MetaModel"
id="vasc-opt-metamodel"
>
<description>Provides Dynamic MetaModel vasc entries.</description>
<namespace uri="http://vasc.forwardfire.net/xml/ns/vasc-opt-metamodel"
schemaUri="http://vasc.forwardfire.net/xml/ns/vasc-opt-metamodel-1.0.xsd"
schemaResource="vasc-opt-metamodel-1.0.xsd"
schemaPrefix="omm"
name="Vasc Opt MetaModel"
id="ns-vasc-opt-omm"
>
<description>Provides backend and data context provider support.</description>
<element tag="schemaAutoEntry" objectClass="net.forwardfire.vasc.opt.metamodel.MetaModelSchemaAutoEntry">
<configurator id="schemaAutoEntry-SchemaAutoEntryElementConfigurator" bean.class="net.forwardfire.vasc.opt.metamodel.x4o.SchemaAutoEntryElementConfigurator" configAction="true"/>
</element>
</namespace>
</root:module>