"node_modules/eslint/lib/source-code/source-code.js" did not exist on "d720458742c695dd1432f0b31bdf7d394379bf7d"
Commit 4173651e authored by Claus Nagel's avatar Claus Nagel
Browse files

No commit message

No commit message
parent 20a05bb4
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<jaxb:bindings schemaLocation="CityGML-SubsurfaceADE-0_9_0.xsd" node="/xs:schema">
<jaxb:bindings node="//xs:complexType[@name='AbstractTunnelType']">
<jaxb:bindings node=".//xs:element[@name='boundedBy']">
<jaxb:property name="boundedBySurface"/>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
</jaxb:bindings>
<?xml version="1.0" encoding="UTF-8"?>
<project default="run" basedir="..">
<property name="dir" value="sample" />
<property name="output" value="${dir}/src-gen" />
<property name="schema" value="${dir}/CityGML-SubsurfaceADE-0_9_0.xsd" />
<property name="binding" value="${dir}/binding.xjb" />
<property name="package" value="ade.sub.jaxb" />
<property name="arg" value="-clean -output ${output} -package ${package} -binding ${binding} ${schema}" />
<!-- run ade-xjc sample -->
<target name="run" description="sample">
<echo level="info" message="changing to base directory &quot;${basedir}&quot;" />
<echo level="info" message="invoking &quot;java -jar !app.jar! ${arg}&quot;" />
<echo />
<java jar="!app.jar!" fork="true">
<arg value="${arg}" />
</java>
</target>
<!-- clean up -->
<target name="clean" description="deletes all the generated artifacts">
<delete dir="${out}" />
</target>
</project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment