Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/castor/plugin.jelly,v retrieving revision 1.6 diff -u -r1.6 plugin.jelly --- plugin.jelly 4 Mar 2004 18:01:05 -0000 1.6 +++ plugin.jelly 20 Aug 2004 20:03:06 -0000 @@ -106,7 +106,10 @@ - + + + + Index: xdocs/examples.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/castor/xdocs/examples.xml,v retrieving revision 1.2 diff -u -r1.2 examples.xml --- xdocs/examples.xml 4 Mar 2004 18:01:05 -0000 1.2 +++ xdocs/examples.xml 20 Aug 2004 20:03:06 -0000 @@ -16,47 +16,61 @@ * limitations under the License. */ --> - - - - - Maven Castor Plug-in Examples - Tim Anderson - - - -
-

- The following generates java sources for the foo.xsd' schema, - in the 'com.foo.bar' package. The sources will use Java 2 collection - types. - - - - - - -]]> -

-

- The following generates java sources for the 'bar.xsd' schema. - The sources will not included marshalling support (marshal, - unmarshal, validate). - - - - - - -]]> -

-
- -
+ + + + + Maven Castor Plug-in Examples + Tim Anderson + + + +
+

+ The following generates java sources for the foo.xsd' schema, + in the 'com.foo.bar' package. The sources will use Java 2 collection + types. + + + + + + +]]> +

+

+ The following generates java sources for the 'types.xsd' schema. + The sources will not included marshalling support (marshal, + unmarshal, validate). + + + + + + +]]> +

+

+ The following generates java sources for the 'types.xsd' schema using + a custom binding file. + + + + + + +]]> +

+
+ +