mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
Selenium updated to version 2.40 and hamcrest bundle added to the
dependencies.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="selenium-java-2.39.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/phantomjsdriver-1.1.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="selenium-java-2.40.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/apache-mime4j-0.6.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/bsh-1.3.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
|
||||
@@ -30,7 +31,6 @@
|
||||
<classpathentry exported="true" kind="lib" path="lib/nekohtml-1.9.19.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/netty-3.5.7.Final.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/operadriver-1.5.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/phantomjsdriver-1.0.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-2.4.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/sac-1.3.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/serializer-2.7.1.jar"/>
|
||||
|
||||
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Selenium
|
||||
Bundle-SymbolicName: org.openqa.selenium.osgi
|
||||
Bundle-Version: 2.39.0
|
||||
Bundle-ClassPath: selenium-java-2.39.0.jar,
|
||||
Bundle-Version: 2.40.0
|
||||
Bundle-ClassPath: selenium-java-2.40.0.jar,
|
||||
lib/apache-mime4j-0.6.jar,
|
||||
lib/bsh-1.3.0.jar,
|
||||
lib/cglib-nodep-2.1_3.jar,
|
||||
@@ -33,7 +33,7 @@ Bundle-ClassPath: selenium-java-2.39.0.jar,
|
||||
lib/nekohtml-1.9.19.jar,
|
||||
lib/netty-3.5.7.Final.jar,
|
||||
lib/operadriver-1.5.jar,
|
||||
lib/phantomjsdriver-1.0.4.jar,
|
||||
lib/phantomjsdriver-1.1.0.jar,
|
||||
lib/protobuf-java-2.4.1.jar,
|
||||
lib/sac-1.3.jar,
|
||||
lib/serializer-2.7.1.jar,
|
||||
@@ -44,6 +44,7 @@ Bundle-ClassPath: selenium-java-2.39.0.jar,
|
||||
Bundle-Vendor: openqa
|
||||
Export-Package: com.google.common.annotations,
|
||||
com.google.common.base,
|
||||
com.google.common.base.internal,
|
||||
com.google.common.cache,
|
||||
com.google.common.collect,
|
||||
com.google.common.eventbus,
|
||||
@@ -55,7 +56,6 @@ Export-Package: com.google.common.annotations,
|
||||
com.google.common.reflect,
|
||||
com.google.common.util.concurrent,
|
||||
org.openqa.selenium,
|
||||
org.openqa.selenium.android,
|
||||
org.openqa.selenium.browserlaunchers,
|
||||
org.openqa.selenium.browserlaunchers.locators,
|
||||
org.openqa.selenium.chrome,
|
||||
@@ -68,9 +68,7 @@ Export-Package: com.google.common.annotations,
|
||||
org.openqa.selenium.interactions.internal,
|
||||
org.openqa.selenium.interactions.touch,
|
||||
org.openqa.selenium.internal,
|
||||
org.openqa.selenium.internal.seleniumemulation,
|
||||
org.openqa.selenium.io,
|
||||
org.openqa.selenium.iphone,
|
||||
org.openqa.selenium.lift,
|
||||
org.openqa.selenium.lift.find,
|
||||
org.openqa.selenium.lift.match,
|
||||
|
||||
@@ -28,7 +28,6 @@ bin.includes = META-INF/,\
|
||||
lib/nekohtml-1.9.19.jar,\
|
||||
lib/netty-3.5.7.Final.jar,\
|
||||
lib/operadriver-1.5.jar,\
|
||||
lib/phantomjsdriver-1.0.4.jar,\
|
||||
lib/protobuf-java-2.4.1.jar,\
|
||||
lib/sac-1.3.jar,\
|
||||
lib/serializer-2.7.1.jar,\
|
||||
@@ -36,4 +35,5 @@ bin.includes = META-INF/,\
|
||||
lib/xalan-2.7.1.jar,\
|
||||
lib/xercesImpl-2.10.0.jar,\
|
||||
lib/xml-apis-1.4.01.jar,\
|
||||
selenium-java-2.39.0.jar
|
||||
selenium-java-2.40.0.jar,\
|
||||
lib/phantomjsdriver-1.1.0.jar
|
||||
|
||||
BIN
Binary file not shown.
@@ -8,6 +8,6 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>org.openqa.selenium.osgi</artifactId>
|
||||
<version>2.39.0</version>
|
||||
<version>2.40.0</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user