Author: djencks
Date: Tue Aug 11 17:37:20 2009
New Revision: 803227
URL: http://svn.apache.org/viewvc?rev=803227&view=rev
Log:
fix mac os build quickly
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=803227&r1=803226&r2=803227&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Aug 11 17:37:20 2009
@@ -2141,16 +2141,17 @@
<dest>target/classes</dest>
<src>src/main/i18n-resources</src>
</configuration>
- <dependencies>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
+ <!--<dependencies>-->
+ <!--<dependency>-->
+ <!--<groupId>com.sun</groupId>-->
+ <!--<artifactId>tools</artifactId>-->
<!--the real JDK version could be 1.5 or 1.6-->
- <version>1.5.0</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
- </dependencies>
+ <!--<version>1.5.0</version>-->
+ <!--<scope>system</scope>-->
+ <!--<optional>true</optional>-->
+ <!--<systemPath>${java.home}/../lib/tools.jar</systemPath>-->
+ <!--</dependency>-->
+ <!--</dependencies>-->
<executions>
<execution>
<id>native2ascii-utf8</id>
|