evenisse    2004/01/29 03:13:50

  Modified:    jcoverage plugin.jelly project.xml
               jcoverage/xdocs changes.xml
  Log:
  Fix MPJCOVERAGE-3. Add missing jars for jdks lower than 1.4.
  
  Revision  Changes    Path
  1.6       +2 -0      maven-plugins/jcoverage/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      9 Sep 2003 16:18:40 -0000       1.5
  +++ plugin.jelly      29 Jan 2004 11:13:50 -0000      1.6
  @@ -26,6 +26,8 @@
       <ant:pathelement path="${plugin.getDependencyPath('jcoverage')}"/>
       <ant:pathelement path="${plugin.getDependencyPath('oro')}"/>
       <ant:pathelement path="${plugin.getDependencyPath('junit')}"/>
  +    <ant:pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
  +    <ant:pathelement path="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
     </ant:path>
   
     <ant:taskdef classpath="${plugin.getDependencyPath('jcoverage')}" 
resource="tasks.properties" />
  
  
  
  1.13      +12 -0     maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml       29 Dec 2003 04:38:06 -0000      1.12
  +++ project.xml       29 Jan 2004 11:13:50 -0000      1.13
  @@ -105,6 +105,18 @@
         <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/</url>
       </dependency>
       <dependency>
  +      <groupId>xerces</groupId>
  +      <artifactId>xercesImpl</artifactId>
  +      <version>2.4.0</version>
  +      <url>http://xml.apache.org/xerces2-j/index.html</url>
  +    </dependency>
  +    <dependency>
  +      <groupId>xerces</groupId>
  +      <artifactId>xmlParserAPIs</artifactId>
  +      <version>2.2.1</version>
  +      <url>http://xml.apache.org/xerces2-j/index.html</url>
  +    </dependency>
  +    <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-log</artifactId>
         <version>20030211.142821</version>
  
  
  
  1.7       +3 -0      maven-plugins/jcoverage/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       17 Dec 2003 20:14:20 -0000      1.6
  +++ changes.xml       29 Jan 2004 11:13:50 -0000      1.7
  @@ -7,6 +7,9 @@
   
     <body>
       <release version="1.0.3" date="In CVS">
  +      <action dev="evenisse" type="fix">
  +        Apply MPJCOVERAGE-3.
  +      </action>
       </release>
       <release version="1.0.2" date="2003-12-17">
         <action dev="evenisse" type="fix">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to