You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/05/24 16:25:30 UTC

svn commit: r1745376 - /poi/trunk/build.xml

Author: centic
Date: Tue May 24 16:25:30 2016
New Revision: 1745376

URL: http://svn.apache.org/viewvc?rev=1745376&view=rev
Log:
Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that is already in the build.xml :(

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1745376&r1=1745375&r2=1745376&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue May 24 16:25:30 2016
@@ -2064,16 +2064,20 @@ under the License.
     </target>
 
     <target name="findbugs">
-        <!-- NOTE: we did not update to 3.x yet because it requires Java 7, but we are still supporting Java 6 currently! -->
         <downloadfile
-            src="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-3.0.1.zip?download"
-            dest="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"/>
+            src="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-2.0.3.zip?download"
+            dest="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"/>
+
+        <!-- ===========================================================================================================
+             NOTE: we did not update to 3.x yet because it requires Java 7, but we are still supporting Java 6 currently
+             ===========================================================================================================
+        -->
 
         <property name="findbugs.home" value="build/findbugs" />
-        <unzip src="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"
+        <unzip src="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"
                dest="${findbugs.home}/lib">
             <patternset>
-                <include name="findbugs-3.0.1/lib/**"/>
+                <include name="findbugs-2.0.3/lib/**"/>
             </patternset>
             <mapper type="flatten"/>
         </unzip>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org