You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/15 14:44:58 UTC

svn commit: r1493348 - /commons/proper/commons-parent/trunk/pom.xml

Author: sebb
Date: Sat Jun 15 12:44:57 2013
New Revision: 1493348

URL: http://svn.apache.org/r1493348
Log:
Revert temporary incremental compiler hack; sometimes p-i files are needed
The hack can be added to child poms instead.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1493348&r1=1493347&r2=1493348&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Jun 15 12:44:57 2013
@@ -244,13 +244,6 @@ http://svn.apache.org/repos/asf/commons/
             <fork>${commons.compiler.fork}</fork>
             <compilerVersion>${commons.compiler.compilerVersion}</compilerVersion>
             <executable>${commons.compiler.javac}</executable>
-            <!--
-               Temporary hack:
-               Fix incremental compiler bug, see https://jira.codehaus.org/browse/MCOMPILER-205 etc. 
-            -->
-            <excludes>
-              <exclude>**/package-info.java</exclude>
-            </excludes>
           </configuration>
         </plugin>
         <plugin>