removed xml-apis-1.4.01.jar (taken over by JDK's rt.jar); back to Tycho 1.0.0

Change-Id: If11cd258a6adba7da000a31b2f381a740c99b213
This commit is contained in:
Axel Uhl
2017-02-21 19:52:27 +01:00
parent 4137c6b34d
commit 1579c7914b
4 changed files with 2 additions and 7 deletions
@@ -38,7 +38,6 @@ Bundle-ClassPath: lib/apache-mime4j-0.6.jar,
lib/testng-6.8.5.jar,
lib/xalan-2.7.1.jar,
lib/xercesImpl-2.10.0.jar,
lib/xml-apis-1.4.01.jar,
selenium-java-2.40.0.jar,
lib/guava-15.0.jar
Bundle-Vendor: openqa
@@ -61,6 +60,7 @@ Export-Package: com.google.common.annotations,
com.google.common.xml,
com.thoughtworks.selenium,
com.thoughtworks.selenium.condition,
org.json,
org.openqa.selenium,
org.openqa.selenium.browserlaunchers,
org.openqa.selenium.browserlaunchers.locators,
@@ -93,5 +93,4 @@ Export-Package: com.google.common.annotations,
org.openqa.selenium.support.events.internal,
org.openqa.selenium.support.pagefactory,
org.openqa.selenium.support.pagefactory.internal,
org.openqa.selenium.support.ui,
org.json
org.openqa.selenium.support.ui
@@ -33,7 +33,6 @@ bin.includes = META-INF/,\
lib/testng-6.8.5.jar,\
lib/xalan-2.7.1.jar,\
lib/xercesImpl-2.10.0.jar,\
lib/xml-apis-1.4.01.jar,\
lib/phantomjsdriver-1.1.0.jar,\
selenium-java-2.40.0.jar,\
lib/guava-15.0.jar
-3
View File
@@ -31,10 +31,7 @@
Due to ECJ/JDT bugs it may fail depending on the Eclipse version tycho is based on
(see Bugzilla: https://bugzilla.sapsailing.com/bugzilla/show_bug.cgi?id=3859). -->
<!-- Most likely, serialization/replication will fail with tycho versions based on Eclipse Neon R (4.6.0). -->
<!--
<tycho-version>1.0.0</tycho-version>
-->
<tycho-version>0.21.0</tycho-version>
<gwt.version>2.8.0</gwt.version>
<gwt.minVersion>2.8.0</gwt.minVersion>
<gwt.workers>2</gwt.workers>