required changes for it to work on JDK 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-03-22 02:33:53 +00:00
parent 6792415feb
commit c9d977b2d5
2 changed files with 12 additions and 0 deletions

View File

@ -74,6 +74,8 @@
<path id="classpath.main">
<ant:path refid="classpath.compile"/>
<ant:pathelement location="${plugin.getDependencyPath('dom4j:dom4j')}"/>
<ant:pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
<ant:pathelement location="${plugin.getDependencyPath('xerces:xerces')}"/>
<ant:pathelement location="${plugin.getDependencyPath('trove:trove')}"/>
</path>

View File

@ -105,6 +105,16 @@
<artifactId>commons-jexl</artifactId>
<version>1.0-beta-2</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.4.0</version>
</dependency>
</dependencies>
<reports>
<report>maven-changes-plugin</report>