Added more properties to xml content writer and xsd writer.
This commit is contained in:
parent
9e8067c946
commit
76ff798ea1
11 changed files with 250 additions and 138 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue