Remove classloader stuff

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-25 02:08:23 +00:00
parent be205ce506
commit 41e72d2c69
2 changed files with 3 additions and 9 deletions

View File

@ -59,26 +59,17 @@
<dependency>
<id>ant</id>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>20030211.143151</version>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
<properties>
<classloader>root.maven</classloader>
</properties>
</dependency>
<dependency>
<id>commons-logging</id>

View File

@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">
Remove classloader property stuff
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>