You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/03/26 18:15:30 UTC

cvs commit: maven-plugins/pom/xdocs changes.xml

evenisse    2004/03/26 09:15:29

  Modified:    pom      plugin.jelly
               pom/xdocs changes.xml
  Log:
  Add missing xml-apis jar.
  
  Revision  Changes    Path
  1.14      +1 -0      maven-plugins/pom/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly	4 Mar 2004 18:38:43 -0000	1.13
  +++ plugin.jelly	26 Mar 2004 17:15:29 -0000	1.14
  @@ -60,6 +60,7 @@
       <path id="validate.path">
         <pathelement path="${plugin.getDependencyPath('isorelax')}"/>
         <pathelement path="${plugin.getDependencyPath('thaiopensource:jing')}"/>
  +      <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
         <pathelement path="${plugin.getDependencyPath('xerces')}"/>
       </path>
   
  
  
  
  1.10      +3 -0      maven-plugins/pom/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	4 Mar 2004 18:38:43 -0000	1.9
  +++ changes.xml	26 Mar 2004 17:15:29 -0000	1.10
  @@ -25,6 +25,9 @@
     <body>
       <releases>
         <release version="1.4" date="in CVS">
  +        <action dev="evenisse" type="add">
  +          Add missing xml-apis jar.
  +        </action>
           <action dev="vmassol" type="add">
             Verify valid POM versions. Only "3" and "4" are currently allowed.
           </action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org