Author: rpopma
Date: Fri May 3 01:11:34 2013
New Revision: 1478623
URL: http://svn.apache.org/r1478623
Log:
LOG4J2-235 removed dependency on tools jar from core module
Modified:
logging/log4j/log4j2/trunk/core/pom.xml
logging/log4j/log4j2/trunk/src/changes/changes.xml
Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1478623&r1=1478622&r2=1478623&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Fri May 3 01:11:34 2013
@@ -355,6 +355,7 @@
</properties>
<dependencies>
+ <!--
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
@@ -362,6 +363,7 @@
<scope>system</scope>
<systemPath>${toolsjar}</systemPath>
</dependency>
+ -->
<dependency>
<groupId>com.sun</groupId>
<artifactId>jconsole</artifactId>
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1478623&r1=1478622&r2=1478623&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Fri May 3 01:11:34 2013
@@ -23,6 +23,9 @@
<body>
<release version="2.0-beta6" date="@TBD@" description="Bug fixes and
enhancements">
+ <action issue="LOG4J2-235" dev="rpopma" type="fix">
+ Removed dependency on tools jar from core module.
+ </action>
<action issue="LOG4J2-233" dev="rpopma" type="fix">
Fixed link to log4j-user mailing list.
</action>