You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/14 21:31:15 UTC

[25/30] git commit: [flex-asjs] [refs/heads/spark] - try selenium 2.53.1

try selenium 2.53.1


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2a981052
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2a981052
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2a981052

Branch: refs/heads/spark
Commit: 2a9810521edc8dd299913435fb2e354a986b1a2c
Parents: 3513542
Author: Alex Harui <ah...@apache.org>
Authored: Sun Sep 11 07:27:05 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Sep 11 07:27:05 2016 -0700

----------------------------------------------------------------------
 build.xml                     | 4 ++--
 marmotinni/java/downloads.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2a981052/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 0195243..997fb8d 100644
--- a/build.xml
+++ b/build.xml
@@ -1180,7 +1180,7 @@
 		    <arg value="script=${basedir}/mustella/tests/basicTests/halo/scripts/CheckBoxTestScript.mxml" />
 		    <!--<arg value="showSteps=true" />-->
             <classpath>
-                <pathelement location="${basedir}/marmotinni/java/lib/selenium/selenium-java-2.53.0.jar"/>
+                <pathelement location="${basedir}/marmotinni/java/lib/selenium/selenium-java-2.53.1.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/apache-mime4j-0.6.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/bsh-2.0b4.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/cglib-nodep-2.1_3.jar"/>
@@ -1281,7 +1281,7 @@
         <mkdir dir="${basedir}/mustella/java/bin"/>
         <javac srcdir="${basedir}/mustella/java/src/marmotinni" destdir="${basedir}/mustella/java/bin" debug="off" optimize="on">
             <classpath>
-                <pathelement location="${basedir}/marmotinni/java/lib/selenium/selenium-java-2.53.0.jar"/>
+                <pathelement location="${basedir}/marmotinni/java/lib/selenium/selenium-java-2.53.1.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/apache-mime4j-0.6.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/bsh-2.0b4.jar"/>
                 <pathelement location="${basedir}/marmotinni/java/lib/selenium/libs/cglib-nodep-2.1_3.jar"/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2a981052/marmotinni/java/downloads.xml
----------------------------------------------------------------------
diff --git a/marmotinni/java/downloads.xml b/marmotinni/java/downloads.xml
index c644c75..0f2cf6b 100644
--- a/marmotinni/java/downloads.xml
+++ b/marmotinni/java/downloads.xml
@@ -33,8 +33,8 @@
 	-->
 	
     <property name="selenium2.jar.dir.name" value="2.53"/>
-    <property name="selenium2.jar.name" value="selenium-java-2.53.0"/>
-    <property name="selenium2.dir.name" value="selenium-2.53.0"/>
+    <property name="selenium2.jar.name" value="selenium-java-2.53.1"/>
+    <property name="selenium2.dir.name" value="selenium-2.53.1"/>
 	
     <!-- 
         Because the downloads requires a network connection and the JARs don't change very often,