mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
Update of Selenium to version 2.25.0
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="selenium-java-2.25.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/guava-12.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/apache-mime4j-0.6.jar"/>
|
||||
@@ -38,6 +39,5 @@
|
||||
<classpathentry exported="true" kind="lib" path="lib/xml-apis-1.3.04.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry exported="true" kind="lib" path="selenium-java-2.23.1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Selenium
|
||||
Bundle-SymbolicName: org.openqa.selenium.osgi
|
||||
Bundle-Version: 2.23.1
|
||||
Bundle-ClassPath: selenium-java-2.23.1.jar,
|
||||
Bundle-Version: 2.25.0
|
||||
Bundle-ClassPath: selenium-java-2.25.0.jar,
|
||||
lib/apache-mime4j-0.6.jar,
|
||||
lib/bsh-1.3.0.jar,
|
||||
lib/cglib-nodep-2.1_3.jar,
|
||||
@@ -66,6 +66,7 @@ Export-Package: com.google.common.annotations,
|
||||
org.openqa.selenium.interactions,
|
||||
org.openqa.selenium.interactions.internal,
|
||||
org.openqa.selenium.interactions.touch,
|
||||
org.openqa.selenium.internal,
|
||||
org.openqa.selenium.io,
|
||||
org.openqa.selenium.iphone,
|
||||
org.openqa.selenium.lift,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
bin.includes = META-INF/,\
|
||||
selenium-java-2.23.1.jar,\
|
||||
lib/apache-mime4j-0.6.jar,\
|
||||
lib/bsh-1.3.0.jar,\
|
||||
lib/cglib-nodep-2.1_3.jar,\
|
||||
@@ -35,4 +34,5 @@ bin.includes = META-INF/,\
|
||||
lib/xercesImpl-2.9.1.jar,\
|
||||
lib/xml-apis-1.3.04.jar,\
|
||||
lib/guava-12.0.jar,\
|
||||
lib/hamcrest-core-1.1.jar
|
||||
lib/hamcrest-core-1.1.jar,\
|
||||
selenium-java-2.25.0.jar
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>org.openqa.selenium.osgi</artifactId>
|
||||
<version>2.23.1</version>
|
||||
<version>2.25.0</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user