mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02:00
7 lines
304 B
Text
7 lines
304 B
Text
You may be wondering where all the source code is for XML classes
|
|
like XjcEpp.java, XjcRdeDeposit.java, etc. These files are magically
|
|
generated by JAXB from the XML schemas (.xsd) files.
|
|
|
|
Run the command `ant gensrc` and they should be available under:
|
|
|
|
build/gensrc/com/google/domain/registry/xjc/
|