You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/02 05:47:05 UTC

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

brett       2004/04/01 19:47:05

  Modified:    pdf      plugin.jelly project.xml
               pdf/xdocs changes.xml
  Log:
  fix execution errors under JDK 1.3
  
  Revision  Changes    Path
  1.19      +1 -0      maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- plugin.jelly	21 Mar 2004 12:47:36 -0000	1.18
  +++ plugin.jelly	2 Apr 2004 03:47:05 -0000	1.19
  @@ -141,6 +141,7 @@
                   <pathelement location="${plugin.getDependencyPath('logkit')}"/>
                   <pathelement location="${plugin.getDependencyPath('avalon-framework')}"/>
                   <pathelement location="${plugin.getDependencyPath('xerces')}"/>
  +                <pathelement location="${plugin.getDependencyPath('xml-apis')}"/>
               </classpath>
               <arg value="-c"/>
               <arg value="${docsPdf}/userconfig.xml"/>
  
  
  
  1.35      +3 -0      maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	22 Mar 2004 06:15:15 -0000	1.34
  +++ project.xml	2 Apr 2004 03:47:05 -0000	1.35
  @@ -219,6 +219,9 @@
         <artifactId>xalan</artifactId>
         <version>2.4.1</version>
         <url>http://xml.apache.org/xalan-j/</url>
  +      <properties>
  +        <classloader>root</classloader>
  +      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.13      +6 -0      maven-plugins/pdf/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	14 Mar 2004 15:02:34 -0000	1.12
  +++ changes.xml	2 Apr 2004 03:47:05 -0000	1.13
  @@ -24,6 +24,12 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="2.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix">
  +        <p>Add xml-apis and xalan dependencies for JDK 1.3.</p>
  +      </action>
  +    </release>
  +
       <release version="2.0" date="2004-03-10" description="Beta Release.">
         <action dev="evenisse" type="fix" issue="MPPDF-6"  due-to="Arnaud Heritier">
           <ul>
  
  
  

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