Added x4o languages too
This commit is contained in:
parent
f767e9a746
commit
5c9bca88e3
|
@ -7,7 +7,7 @@
|
|||
</parent>
|
||||
<artifactId>gdxapp4d-lib-x4o</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<profiles>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>lib-install</id>
|
||||
<build>
|
||||
|
@ -207,43 +207,50 @@
|
|||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.runtime.classpath">
|
||||
</taskdef>
|
||||
<mkdir dir="target/x4o-eld"/>
|
||||
<mkdir dir="target/x4o-xsd"/>
|
||||
<taskdef name="x4oTask" classname="org.x4o.tool.ant.plugin.X4OTask" classpathref="maven.runtime.classpath"></taskdef>
|
||||
<mkdir dir="target/x4o-eld" />
|
||||
<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">
|
||||
<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 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 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 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 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 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 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 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 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 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>
|
||||
</target>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue