Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added checkout URL for utils

...

Info

In CXF versions prior to 2.3.0, the xjc plugins were shaded directly into the big cxf bundle jar. In 2.3.0, they were removed from the jar and are placed individually into the lib directory of the distribution. The xjc plugins are only code generation utilities and not used at all at runtime which is why they were pulled out.

The source code can be checked out anonymously over HTTP by doing:

Code Block

svn co http://svn.apache.org/repos/asf/cxf/xjc-utils/trunk xjc-utils

Building is similar to the build instructions for the main CXF project.