Added more properties to xml content writer and xsd writer.

This commit is contained in:
Willem Cazander 2013-09-03 22:01:35 +02:00
parent 9e8067c946
commit 76ff798ea1
11 changed files with 250 additions and 138 deletions

View file

@ -89,7 +89,7 @@
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.plugin.classpath"/>
<x4oTask languageName="cel" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/cel"/>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/prolog/licence-file" value="${licesefile}"/>
<x4oTaskProperty key="http://x4o.org/properties/content/prolog/licence-file" value="${licesefile}"/>
</x4oTask>
</target>
</configuration>
@ -128,7 +128,7 @@
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.plugin.classpath"/>
<x4oTask languageName="eld" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="${coredir}/eld"/>
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/prolog/licence-file" value="${licesefile}"/>
<x4oTaskProperty key="http://x4o.org/properties/content/prolog/licence-file" value="${licesefile}"/>
</x4oTask>
</target>
</configuration>

View file

@ -71,9 +71,13 @@
value="${test.dir}/eld-custom"
/>
<x4oTaskProperty
key="http://x4o.org/properties/content/output/charTab"
key="http://x4o.org/properties/content/output/char-tab"
value=" "
/>
<x4oTaskProperty
key="http://x4o.org/properties/content/output/comment-enable"
value="false"
/>
<x4oTaskProperty
key="http://x4o.org/properties/eld-doc/meta/stylesheet-thema"
value="jdk6"