You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2016/08/10 17:54:05 UTC

svn commit: r1755789 - /pivot/jenkins/build.xml

Author: smartini
Date: Wed Aug 10 17:54:05 2016
New Revision: 1755789

URL: http://svn.apache.org/viewvc?rev=1755789&view=rev
Log:
update the (customized) copy of build.xml for Jenkins to handle even JDK 8

Modified:
    pivot/jenkins/build.xml

Modified: pivot/jenkins/build.xml
URL: http://svn.apache.org/viewvc/pivot/jenkins/build.xml?rev=1755789&r1=1755788&r2=1755789&view=diff
==============================================================================
--- pivot/jenkins/build.xml (original)
+++ pivot/jenkins/build.xml Wed Aug 10 17:54:05 2016
@@ -89,6 +89,7 @@ limitations under the License.
                     <not>
                         <or>
                             <equals arg1="${ant.java.version}" arg2="1.7"/>
+                            <equals arg1="${ant.java.version}" arg2="1.8"/>
                         </or>
                     </not>
                 </condition>