You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/07/06 19:16:58 UTC

cvs commit: incubator-geronimo/specs/schema maven.xml

djencks     2004/07/06 10:16:58

  Modified:    specs/schema maven.xml
  Log:
  actually use the corrected schemas
  
  Revision  Changes    Path
  1.12      +6 -6      incubator-geronimo/specs/schema/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/schema/maven.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- maven.xml	19 May 2004 20:54:00 -0000	1.11
  +++ maven.xml	6 Jul 2004 17:16:58 -0000	1.12
  @@ -6,16 +6,16 @@
       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.
   -->
  -  
  +
   
   <!-- $Revision$ $Date$ -->
   
  @@ -28,13 +28,13 @@
       <preGoal name="java:compile">
           <xmlbeans:schema2java
               sourcedir="${basedir}/src"
  -            sourceschema="j2ee_1_4schema/application_1_4.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"
  +            sourceschema="j2ee_1_4schema/application_1_4.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-corrected.xsd,j2ee_1_4schema/web-app_2_4-corrected.xsd,j2ee_1_4schema/application-client_1_4-corrected.xsd"
               xmlconfigs="${basedir}/src/conf/xmlconfig.xml"
               targetdir="${basedir}/target/xmlbeans"
               cataloglocation="${basedir}/src/catalog/resolver-catalog.xml"/>
       </preGoal>
   
       <postGoal name="xdoc:register-reports">
  -         <attainGoal name="maven-javadoc-plugin:deregister"/>  
  +         <attainGoal name="maven-javadoc-plugin:deregister"/>
       </postGoal>
   </project>