--- old/SWT/JemmySWT/test/org/jemmy/swt/ItemsTest.java 2018-04-09 15:38:23.000000000 +0200 +++ new/SWT/JemmySWT/test/org/jemmy/swt/ItemsTest.java 2018-04-09 15:38:23.000000000 +0200 @@ -36,6 +36,8 @@ import org.jemmy.control.Wrap; import org.jemmy.interfaces.Keyboard.KeyboardButtons; import org.jemmy.interfaces.Parent; +import org.jemmy.swt.lookup.ByTextItem; +import org.jemmy.swt.lookup.ByItemLookup; import org.testng.annotations.AfterClass; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeClass; @@ -57,7 +59,7 @@ public void run() { Items.main(null); - } + } }).start(); Thread.sleep(2000); } --- old/SWT/JemmySWT/test/org/jemmy/swt/PushButtonTest.java 2018-04-09 15:38:23.000000000 +0200 +++ new/SWT/JemmySWT/test/org/jemmy/swt/PushButtonTest.java 2018-04-09 15:38:23.000000000 +0200 @@ -33,6 +33,9 @@ import org.jemmy.input.SelectionText; import org.jemmy.interfaces.Parent; import org.jemmy.interfaces.Selectable; +import org.jemmy.swt.lookup.ByName; +import org.jemmy.swt.lookup.ByTextTextLookup; +import org.jemmy.swt.lookup.CoordinateLookup; import org.testng.annotations.AfterClass; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeClass; --- old/SWT/JemmySWT/test/org/jemmy/swt/SelectableTest.java 2018-04-09 15:38:24.000000000 +0200 +++ new/SWT/JemmySWT/test/org/jemmy/swt/SelectableTest.java 2018-04-09 15:38:24.000000000 +0200 @@ -28,6 +28,7 @@ import org.jemmy.interfaces.Selectable; import org.eclipse.swt.widgets.TabFolder; import org.eclipse.swt.widgets.Control; +import org.jemmy.control.Wrap; import org.jemmy.interfaces.Parent; import org.testng.annotations.AfterClass; import org.testng.annotations.AfterMethod; --- /dev/null 2018-04-09 15:38:25.000000000 +0200 +++ new/SWT/JemmySWT/pom.xml 2018-04-09 15:38:24.000000000 +0200 @@ -0,0 +1,120 @@ + + + + 4.0.0 + + org.jemmy.v3 + Jemmy + 1.0 + ../../pom.xml + + JemmySWT + jar + + 4.3 + org/jemmy/swt/jemmy.properties + org.jemmy.swt.Version + + + + macos + + + mac + + + + cocoa.macosx.x86_64 + + + + linux + + + unix + Linux + + + + gtk.linux.x86_64 + + + + windows + + + windows + + + + win32.win32.x86_64 + + + + + + org.eclipse.swt + org.eclipse.swt.${osgi.platform} + ${swt.version} + + + org.jemmy.v3 + JemmyCore + 1.0 + + + org.jemmy.v3 + JemmyBrowser + 1.0 + + + org.jemmy.v3 + JemmyAWTInput + 1.0 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -XX:+IgnoreUnrecognizedVMOptions -XstartOnFirstThread + + + + + + --- /dev/null 2018-04-09 15:38:25.000000000 +0200 +++ new/SWT/JemmySWT/src/main/resources/org/jemmy/swt/jemmy.properties 2018-04-09 15:38:25.000000000 +0200 @@ -0,0 +1 @@ +${buildnumber} --- /dev/null 2018-04-09 15:38:26.000000000 +0200 +++ new/core/JemmyAWTInput/pom.xml 2018-04-09 15:38:25.000000000 +0200 @@ -0,0 +1,68 @@ + + + + 4.0.0 + + org.jemmy.v3 + Jemmy + 1.0 + ../../pom.xml + + JemmyAWTInput + jar + + org/jemmy/input/jemmy.properties + org.jemmy.input.Version + + + + org.jemmy.v3 + JemmyCore + 1.0 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -XX:+IgnoreUnrecognizedVMOptions -XstartOnFirstThread + + + + + + --- /dev/null 2018-04-09 15:38:26.000000000 +0200 +++ new/core/JemmyAWTInput/src/main/resources/org/jemmy/input/jemmy.properties 2018-04-09 15:38:26.000000000 +0200 @@ -0,0 +1 @@ +${buildnumber} --- /dev/null 2018-04-09 15:38:26.000000000 +0200 +++ new/core/JemmyBrowser/pom.xml 2018-04-09 15:38:26.000000000 +0200 @@ -0,0 +1,68 @@ + + + + 4.0.0 + + org.jemmy.v3 + Jemmy + 1.0 + ../../pom.xml + + JemmyBrowser + jar + + org/jemmy/browser/jemmy.properties + org.jemmy.browser.Version + + + + org.jemmy.v3 + JemmyCore + 1.0 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -XX:+IgnoreUnrecognizedVMOptions -XstartOnFirstThread + + + + + + --- /dev/null 2018-04-09 15:38:27.000000000 +0200 +++ new/core/JemmyBrowser/src/main/resources/org/jemmy/browser/jemmy.properties 2018-04-09 15:38:27.000000000 +0200 @@ -0,0 +1 @@ +${buildnumber} --- /dev/null 2018-04-09 15:38:27.000000000 +0200 +++ new/core/JemmyCore/pom.xml 2018-04-09 15:38:27.000000000 +0200 @@ -0,0 +1,61 @@ + + + + 4.0.0 + + org.jemmy.v3 + Jemmy + 1.0 + ../../pom.xml + + JemmyCore + jar + + org/jemmy/jemmy.properties + org.jemmy.Version + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -XX:+IgnoreUnrecognizedVMOptions -XstartOnFirstThread + + + + + + --- /dev/null 2018-04-09 15:38:28.000000000 +0200 +++ new/core/JemmyCore/src/main/resources/org/jemmy/jemmy.properties 2018-04-09 15:38:28.000000000 +0200 @@ -0,0 +1 @@ +${buildnumber} --- /dev/null 2018-04-09 15:38:28.000000000 +0200 +++ new/./pom.xml 2018-04-09 15:38:28.000000000 +0200 @@ -0,0 +1,109 @@ + + + + 4.0.0 + org.jemmy.v3 + Jemmy + 1.0 + pom + + ./core/JemmyCore + ./core/JemmyAWTInput + ./core/JemmyBrowser + ./SWT/JemmySWT + + + 1.8 + 1.8 + UTF-8 + UTF-8 + 0 + ${maven.build.timestamp} + yyyyMMdd + + + + setbuildnumber + + + !buildnumber + + + + ${timestamp} + + + + + + org.testng + testng + 6.14.2 + + + + ./src + ./test + + + src/main/resources + true + + **/jemmy.properties + + + + src/main/resources + false + + **/jemmy.properties + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + ${version.class} + + + + + + +