Made config keys shorter and renamed some more context to session.
This commit is contained in:
parent
e434c1dfe7
commit
931886030e
22 changed files with 173 additions and 181 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<mkdir dir="${test.dir}/cel"/>
|
||||
<x4oTask languageName="cel" taskId="eld-doc">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/output/path"
|
||||
key="http://x4o.org/properties/eld-doc/output/path"
|
||||
value="${test.dir}/cel"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<mkdir dir="${test.dir}/cel-verbose"/>
|
||||
<x4oTask languageName="cel" taskId="eld-doc" verbose="true">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/output/path"
|
||||
key="http://x4o.org/properties/eld-doc/output/path"
|
||||
value="${test.dir}/cel-verbose"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<mkdir dir="${test.dir}/eld"/>
|
||||
<x4oTask languageName="eld" taskId="eld-doc">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/output/path"
|
||||
key="http://x4o.org/properties/eld-doc/output/path"
|
||||
value="${test.dir}/eld"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
@ -67,24 +67,24 @@
|
|||
<mkdir dir="${test.dir}/eld-custom"/>
|
||||
<x4oTask languageName="eld" taskId="eld-doc">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/output/path"
|
||||
key="http://x4o.org/properties/eld-doc/output/path"
|
||||
value="${test.dir}/eld-custom"
|
||||
/>
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/content/output/charTab"
|
||||
key="http://x4o.org/properties/content/output/charTab"
|
||||
value=" "
|
||||
/>
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/meta/stylesheet-thema"
|
||||
key="http://x4o.org/properties/eld-doc/meta/stylesheet-thema"
|
||||
value="jdk6"
|
||||
/>
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/javadoc/link"
|
||||
key="http://x4o.org/properties/eld-doc/javadoc/link"
|
||||
value="http://docs.oracle.com/javase/7/docs/api/"
|
||||
/>
|
||||
<!-- fixme map type property config
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-doc/javadoc/link-offline"
|
||||
key="http://x4o.org/properties/eld-doc/javadoc/link-offline"
|
||||
value="http://www.x4o.org/apidocs/,file:///home/willemc/devv/git/x4o/x4o-driver/target/apidocs"
|
||||
/>
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<mkdir dir="${test.dir}/cel-full"/>
|
||||
<x4oTask languageName="cel" taskId="eld-xsd">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-xsd/output/path"
|
||||
key="http://x4o.org/properties/eld-xsd/output/path"
|
||||
value="${test.dir}/cel-full"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
@ -47,11 +47,11 @@
|
|||
<mkdir dir="${test.dir}/cel-single"/>
|
||||
<x4oTask languageName="cel" taskId="eld-xsd">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-xsd/output/path"
|
||||
key="http://x4o.org/properties/eld-xsd/output/path"
|
||||
value="${test.dir}/cel-single"
|
||||
/>
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-xsd/filter/namespace"
|
||||
key="http://x4o.org/properties/eld-xsd/filter/namespace"
|
||||
value="http://cel.x4o.org/xml/ns/cel-core"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
@ -61,11 +61,11 @@
|
|||
<mkdir dir="${test.dir}/cel-single-verbose"/>
|
||||
<x4oTask languageName="cel" taskId="eld-xsd" verbose="true">
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-xsd/output/path"
|
||||
key="http://x4o.org/properties/eld-xsd/output/path"
|
||||
value="${test.dir}/cel-single-verbose"
|
||||
/>
|
||||
<x4oTaskProperty
|
||||
key="http://language.x4o.org/xml/properties/eld-xsd/filter/namespace"
|
||||
key="http://x4o.org/properties/eld-xsd/filter/namespace"
|
||||
value="http://cel.x4o.org/xml/ns/cel-core"
|
||||
/>
|
||||
</x4oTask>
|
||||
|
|
|
|||
|
|
@ -46,10 +46,11 @@
|
|||
<plugin>
|
||||
<artifactId>x4o-plugin-maven</artifactId>
|
||||
<configuration>
|
||||
<outputDirectory>target/jtest/test-plugin-conf-all</outputDirectory>
|
||||
<languages>
|
||||
<eld>1.0</eld>
|
||||
</languages>
|
||||
<languageName>cel</languageName>
|
||||
<taskId>eld-xsd</taskId>
|
||||
<taskPropertyValues>
|
||||
<taskPropertyValue>http://x4o.org/properties/eld-xsd/output/path=target/jtest/test-plugin-conf-all/cel</taskPropertyValue>
|
||||
</taskPropertyValues>
|
||||
<verbose>false</verbose>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<languageName>cel</languageName>
|
||||
<taskId>eld-xsd</taskId>
|
||||
<taskPropertyValues>
|
||||
<taskPropertyValue>http://language.x4o.org/xml/properties/eld-xsd/output/path=target/jtest/test-plugin-conf-lang/cel</taskPropertyValue>
|
||||
<taskPropertyValue>http://x4o.org/properties/eld-xsd/output/path=target/jtest/test-plugin-conf-lang/cel</taskPropertyValue>
|
||||
</taskPropertyValues>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue