Author: dgolovin
Date: 2011-01-19 00:46:51 -0500 (Wed, 19 Jan 2011)
New Revision: 28398
Modified:
branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8029 Unable to install VPE on MacOSX 10.5 64bit
fix ant version to 1.71
Modified: branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml 2011-01-19 05:44:47 UTC
(rev 28397)
+++ branches/jbosstools-3.2.0.CR1/build/aggregate/site/pom.xml 2011-01-19 05:46:51 UTC
(rev 28398)
@@ -54,6 +54,11 @@
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
<version>1.7.1</version>
</dependency>