Added x4o languages too

This commit is contained in:
Willem Cazander 2022-10-14 03:40:00 +02:00
parent f767e9a746
commit 5c9bca88e3

View file

@ -207,43 +207,50 @@
<phase>compile</phase> <phase>compile</phase>
<configuration> <configuration>
<target> <target>
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.runtime.classpath"> <taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.runtime.classpath"></taskdef>
</taskdef> <mkdir dir="target/x4o-eld" />
<mkdir dir="target/x4o-eld"/> <mkdir dir="target/x4o-xsd" />
<mkdir dir="target/x4o-xsd"/> <x4oTask languageName="cel" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/cel" />
</x4oTask>
<x4oTask languageName="cel" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/cel" />
</x4oTask>
<x4oTask languageName="eld" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/eld" />
</x4oTask>
<x4oTask languageName="eld" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/eld" />
</x4oTask>
<x4oTask languageName="warp-ship" taskId="eld-doc"> <x4oTask languageName="warp-ship" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-ship"/> <x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-ship" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-ship" taskId="eld-xsd"> <x4oTask languageName="warp-ship" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-ship"/> <x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-ship" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-hash" taskId="eld-doc"> <x4oTask languageName="warp-hash" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-hash"/> <x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-hash" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-hash" taskId="eld-xsd"> <x4oTask languageName="warp-hash" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-hash"/> <x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-hash" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-sea" taskId="eld-doc"> <x4oTask languageName="warp-sea" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-sea"/> <x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-sea" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-sea" taskId="eld-xsd"> <x4oTask languageName="warp-sea" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-sea"/> <x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-sea" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-core" taskId="eld-doc"> <x4oTask languageName="warp-core" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-core"/> <x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/warp-core" />
</x4oTask> </x4oTask>
<x4oTask languageName="warp-core" taskId="eld-xsd"> <x4oTask languageName="warp-core" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-core"/> <x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/warp-core" />
</x4oTask> </x4oTask>
<x4oTask languageName="unicode4d-atlas" taskId="eld-doc"> <x4oTask languageName="unicode4d-atlas" taskId="eld-doc">
<x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/unicode4d-atlas"/> <x4oTaskProperty key="http://x4o.org/properties/eld-doc/output/path" value="target/x4o-eld/unicode4d-atlas" />
</x4oTask> </x4oTask>
<x4oTask languageName="unicode4d-atlas" taskId="eld-xsd"> <x4oTask languageName="unicode4d-atlas" taskId="eld-xsd">
<x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/unicode4d-atlas"/> <x4oTaskProperty key="http://x4o.org/properties/eld-xsd/output/path" value="target/x4o-xsd/unicode4d-atlas" />
</x4oTask> </x4oTask>
</target> </target>
</configuration> </configuration>