Fix MPJCOVERAGE-3. Add missing jars for jdks lower than 1.4.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-01-29 11:13:50 +00:00
parent aa3a6e65ea
commit 4b8652a1f5
3 changed files with 17 additions and 0 deletions

View File

@@ -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" />

View File

@@ -104,6 +104,18 @@
<version>1.1.2a</version>
<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>

View File

@@ -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">