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:
parent
6792415feb
commit
c9d977b2d5
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user