Author: carnold
Date: Sat Mar 27 06:03:43 2010
New Revision: 928154
URL: http://svn.apache.org/viewvc?rev=928154&view=rev
Log:
Bug 49006: Eclipse and gcj compilers do not support -source=1.2
Modified:
logging/log4j/trunk/pom.xml
logging/log4j/trunk/src/changes/changes.xml
Modified: logging/log4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=928154&r1=928153&r2=928154&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Sat Mar 27 06:03:43 2010
@@ -151,7 +151,7 @@ target platform and specify -Dntdll_targ
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
- <source>1.2</source>
+ <source>1.3</source>
<target>1.1</target>
<encoding>UTF-8</encoding>
</configuration>
Modified: logging/log4j/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=928154&r1=928153&r2=928154&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Sat Mar 27 06:03:43 2010
@@ -101,6 +101,7 @@
<action action="fix" issue="49003">SocketServerTestCase.test8 fails on
Apache Harmony.</action>
<action action="fix" issue="49004">TestLogMF.testDebugDate fails on
gcj.</action>
<action action="fix" issue="49005">TelnetAppenderTest.testIt fails on
gcj.</action>
+ <action action="fix" issue="49006">Eclipse Java Compiler and gcj do not
support -source=1.2.</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]