google-nomulus/java/google/registry/xjc
jianglai 97e962ba0a Add //third_party/java/jaxb dependency to targets using javax.xml.bind
To make FOSS build compile, third_party vendoring rules for jaxb are added to package all jaxb related targets imported from maven into a uber jar, mirroring the same practice done in //third_party/java/jaxb

Cloned from CL 182666460 by 'g4 patch'.
Original change by cushon@cushon:rosie182283995-0071_Rosie:47348:citc on 2018/01/20 13:36:15.

More information:
https://docs.google.com/document/d/1htErgDIoHMEuMBfGwrtS_O4WwhTw8QOGLva-7aYYvYs/edit?usp=sharing
Tested:
    TAP --sample for global presubmit queue
    []    passed FOSS test

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182855173
2018-01-23 16:18:35 -05:00
..
bindings.xjb Remove the unused flags extension 2017-01-09 11:59:04 -05:00
BUILD Add //third_party/java/jaxb dependency to targets using javax.xml.bind 2018-01-23 16:18:35 -05:00
generated_files.bzl Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
JaxbFragment.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
list_generated_files.sh Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
make_pkginfo.sh Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
package-info.java.in Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
README.missing-code Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
XjcObject.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
XjcXmlTransformer.java Add the ability to generate RDE deposits in lenient mode 2017-05-17 12:22:49 -04:00

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/google/registry/xjc/