Author: sebb Date: Mon Jun 10 22:49:37 2013 New Revision: 1491635 URL: http://svn.apache.org/r1491635 Log: Added temporary workround for incremental compiler issue MCOMPILER-205 Started changes list
Modified: commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1491635&r1=1491634&r2=1491635&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Mon Jun 10 22:49:37 2013 @@ -244,6 +244,13 @@ 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> Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1491635&r1=1491634&r2=1491635&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Mon Jun 10 22:49:37 2013 @@ -59,6 +59,13 @@ The <action> type attribute can be add,u --> <body> + <release version="31" date="TBA" description=" + TBA +"> + <!-- List each change individually so the changes html report is easier to read --> + <action type="update">Added temporary workround for incremental compiler issue MCOMPILER-205</action> + <action type="update">Exclude .checkstyle and .fbprefs from RAT check</action> + </release> <release version="30" date="2013-05-28" description=" The main changes in this release are RAT configuration changes: - updated excludes: added .pmd and download_*.cgi