| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| |
| Copyright 2004-2005 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <project default="default" |
| xmlns:j="jelly:core" |
| xmlns:ant="jelly:ant" |
| xmlns:maven="jelly:maven" |
| xmlns:xmlbeans="xmlbeans2:maven"> |
| |
| <preGoal name="java:compile"> |
| <xmlbeans:schema2java |
| maven.xmlbeans2.sourcedir="${basedir}/src" |
| maven.xmlbeans2.sourceschema="j2ee_1_4schema/application_1_4.xsd,j2ee_1_4schema/j2ee_jaxrpc_mapping_1_1.xsd,j2ee_1_3schema/connector_1_0.xsd,j2ee_1_4schema/j2ee_1_4.xsd,j2ee_1_4schema/connector_1_5.xsd,j2ee_1_4schema/ejb-jar_2_1.xsd,j2ee_1_4schema/web-app_2_4.xsd,j2ee_1_4schema/application-client_1_4.xsd,j2ee_1_4schema/j2ee_web_services_1_1.xsd" |
| maven.xmlbeans2.xmlconfigs="${basedir}/src/conf/xmlconfig.xml" |
| maven.xmlbeans2.targetdir="${basedir}/target/xmlbeans" |
| maven.xmlbeans2.cataloglocation="${basedir}/src/catalog/resolver-catalog.xml"/> |
| <mkdir dir="${basedir}/target/xmlbeans-classes"/> |
| <mkdir dir="${basedir}/target/xmlbeans-classes/schemaorg_apache_xmlbeans"/> |
| <copy todir="${basedir}/target/xmlbeans-classes/schemaorg_apache_xmlbeans"> |
| <ant:fileset dir="${basedir}/target/classes/schemaorg_apache_xmlbeans"/> |
| </copy> |
| </preGoal> |
| |
| <postGoal name="xdoc:register-reports"> |
| <attainGoal name="maven-javadoc-plugin:deregister"/> |
| </postGoal> |
| </project> |