diff --git a/org.a11y.utils.accprobe-feature/feature.xml b/org.a11y.utils.accprobe-feature/feature.xml
index 0cba3b4..74645f5 100755
--- a/org.a11y.utils.accprobe-feature/feature.xml
+++ b/org.a11y.utils.accprobe-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/.classpath b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/.classpath
index a5176c7..aceeb34 100755
--- a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/.classpath
+++ b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/.classpath
@@ -1,8 +1,8 @@
-
+
diff --git a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/build.properties b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/build.properties
index d3b08ef..aa88ba1 100755
--- a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/build.properties
+++ b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/build.properties
@@ -1,5 +1,5 @@
-javacSource = 1.5
-javacTarget = 1.5
+javacSource = 1.8
+javacTarget = 1.8
bin.includes = META-INF/,\
a11y-accservice-ia2.jar,\
about.html,\
diff --git a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/fragment.properties b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/fragment.properties
index 3194f21..0560a91 100755
--- a/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/fragment.properties
+++ b/org.a11y.utils.accprobe.accservice.win32.ia2-fragment/fragment.properties
@@ -1,7 +1,6 @@
fragmentName=Accessibility Service IAccessible2 Fragment
providerName=IBM
aboutText=\n\nIAccessible2 Fragment\n\
-Version: 1.0.1\n\
-Build: {0}\n\
+Version: 1.2.2\n\
\n\
-(c) Copyright IBM 2007, 2010. All rights reserved.\n\
+(c) Copyright IBM 2007, 2010, 2017. All rights reserved.\n\
diff --git a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/.classpath b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/.classpath
index 64c5e31..16d067f 100755
--- a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/.classpath
+++ b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/build.properties b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/build.properties
index 1fdebdb..81377f1 100755
--- a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/build.properties
+++ b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/build.properties
@@ -1,5 +1,5 @@
-javacSource = 1.5
-javacTarget = 1.5
+javacSource = 1.8
+javacTarget = 1.8
bin.includes = META-INF/,\
a11y-accservice-msaa.jar,\
about.html,\
diff --git a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/fragment.properties b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/fragment.properties
index 4c693b4..b39dcac 100755
--- a/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/fragment.properties
+++ b/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/fragment.properties
@@ -1,7 +1,6 @@
fragmentName=A11Y Accessibility Services MSAA Fragment
providerName=IBM
aboutText=\n\nMSAA Fragment\n\
-Version: 1.0.1\n\
-Build: {0}\n\
+Version: 1.2.2\n\
\n\
(c) Copyright IBM 2007, 2010. All rights reserved.\n\
diff --git a/org.a11y.utils.accprobe.accservice/.classpath b/org.a11y.utils.accprobe.accservice/.classpath
index 64c5e31..16d067f 100755
--- a/org.a11y.utils.accprobe.accservice/.classpath
+++ b/org.a11y.utils.accprobe.accservice/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/org.a11y.utils.accprobe.accservice/META-INF/MANIFEST.MF b/org.a11y.utils.accprobe.accservice/META-INF/MANIFEST.MF
index be46a80..0f1c96c 100755
--- a/org.a11y.utils.accprobe.accservice/META-INF/MANIFEST.MF
+++ b/org.a11y.utils.accprobe.accservice/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.a11y.utils.accprobe.accservice;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.a11y.utils.accprobe.accservice.core.AccessibilityServicePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -16,7 +16,7 @@ Export-Package: org.a11y.utils.accprobe.accservice,
org.a11y.utils.accprobe.accservice.core,
org.a11y.utils.accprobe.accservice.event,
org.a11y.utils.accprobe.accservice.locate
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.a11y.utils.accprobe.core.model,
org.a11y.utils.accprobe.core.logging,
diff --git a/org.a11y.utils.accprobe.accservice/build.properties b/org.a11y.utils.accprobe.accservice/build.properties
index e53087d..8829c4c 100755
--- a/org.a11y.utils.accprobe.accservice/build.properties
+++ b/org.a11y.utils.accprobe.accservice/build.properties
@@ -1,7 +1,7 @@
source.. = src/
output.. = bin/
-javacSource = 1.5
-javacTarget = 1.5
+javacSource = 1.8
+javacTarget = 1.8
bin.includes = META-INF/,\
.,\
about.html,\
diff --git a/org.a11y.utils.accprobe.accservice/plugin.properties b/org.a11y.utils.accprobe.accservice/plugin.properties
index c693a6d..29385c1 100755
--- a/org.a11y.utils.accprobe.accservice/plugin.properties
+++ b/org.a11y.utils.accprobe.accservice/plugin.properties
@@ -1,7 +1,6 @@
pluginName=Accessibility Service Plug-in
providerName=IBM
aboutText=\n\nAccessibility Services Plug-in\n\
-Version: 1.0.1\n\
-Build: {0}\n\
+Version: 1.2.2\n\
\n\
-(c) Copyright IBM 2007, 2010. All rights reserved.\n\
+(c) Copyright IBM 2007, 2010, 2017. All rights reserved.\n\
diff --git a/org.a11y.utils.accprobe.core/.classpath b/org.a11y.utils.accprobe.core/.classpath
index 64c5e31..16d067f 100755
--- a/org.a11y.utils.accprobe.core/.classpath
+++ b/org.a11y.utils.accprobe.core/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/org.a11y.utils.accprobe.core/META-INF/MANIFEST.MF b/org.a11y.utils.accprobe.core/META-INF/MANIFEST.MF
index e4251d0..44a6f00 100755
--- a/org.a11y.utils.accprobe.core/META-INF/MANIFEST.MF
+++ b/org.a11y.utils.accprobe.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.a11y.utils.accprobe.core;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.a11y.utils.accprobe.core.model.ModelPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -22,6 +22,6 @@ Export-Package: org.a11y.utils.accprobe.core,
org.a11y.utils.accprobe.core.resources,
org.a11y.utils.accprobe.core.runtime
Bundle-ClassPath: .
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
diff --git a/org.a11y.utils.accprobe.core/build.properties b/org.a11y.utils.accprobe.core/build.properties
index bbbe33e..4e266d2 100755
--- a/org.a11y.utils.accprobe.core/build.properties
+++ b/org.a11y.utils.accprobe.core/build.properties
@@ -1,5 +1,5 @@
-javacSource = 1.5
-javacTarget = 1.5
+javacSource = 1.8
+javacTarget = 1.8
bin.includes = META-INF/,\
about.html,\
plugin.properties,\
diff --git a/org.a11y.utils.accprobe.core/plugin.properties b/org.a11y.utils.accprobe.core/plugin.properties
index 260565f..de9ce21 100755
--- a/org.a11y.utils.accprobe.core/plugin.properties
+++ b/org.a11y.utils.accprobe.core/plugin.properties
@@ -1,7 +1,6 @@
pluginName=A11Y Basic Core Plug-in
providerName=IBM
aboutText=\n\nA11Y Basic Core Plug-in\n\
-Version: 1.2.0\n\
-Build: {0}\n\
+Version: 1.2.2\n\
\n\
-(c) Copyright IBM 2007, 2010. All rights reserved.\n\
+(c) Copyright IBM 2007, 2010, 2017. All rights reserved.\n\
diff --git a/org.a11y.utils.accprobe/.classpath b/org.a11y.utils.accprobe/.classpath
index d726fa8..21e9fca 100755
--- a/org.a11y.utils.accprobe/.classpath
+++ b/org.a11y.utils.accprobe/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/org.a11y.utils.accprobe/META-INF/MANIFEST.MF b/org.a11y.utils.accprobe/META-INF/MANIFEST.MF
index ceb69b3..630c999 100755
--- a/org.a11y.utils.accprobe/META-INF/MANIFEST.MF
+++ b/org.a11y.utils.accprobe/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.a11y.utils.accprobe; singleton:=true
-Bundle-Version: 1.2.1.qualifier
+Bundle-Version: 1.2.2.qualifier
Bundle-Activator: org.a11y.utils.accprobe.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -12,10 +12,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources,
org.apache.commons.beanutils,
org.apache.commons.jxpath,
- org.a11y.utils.accprobe.accservice;bundle-version="1.2.0",
- org.a11y.utils.accprobe.core;bundle-version="1.2.0"
+ org.a11y.utils.accprobe.accservice;bundle-version="1.2.2",
+ org.a11y.utils.accprobe.core;bundle-version="1.2.2"
Eclipse-LazyStart: true
Bundle-ClassPath: .
Export-Package: org.a11y.utils.accprobe
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
diff --git a/org.a11y.utils.accprobe/about.html b/org.a11y.utils.accprobe/about.html
index b93588a..ccccfe3 100755
--- a/org.a11y.utils.accprobe/about.html
+++ b/org.a11y.utils.accprobe/about.html
@@ -8,11 +8,11 @@
About This Content
-March, 2010
+February 21, 2017
License
-Copyright (c) 2004, 2010 IBM Corporation.
+
Copyright (c) 2004, 2010, 2017 IBM Corporation.
Copyright (c) 2010 Linux Foundation.
All rights reserved.
diff --git a/org.a11y.utils.accprobe/accprobe.product b/org.a11y.utils.accprobe/accprobe.product
index 6d7b13f..9cdb8e0 100755
--- a/org.a11y.utils.accprobe/accprobe.product
+++ b/org.a11y.utils.accprobe/accprobe.product
@@ -1,7 +1,7 @@
-
+
@@ -28,14 +28,38 @@
+
+ https://github.com/IBMa/AccProbe/blob/master/README.md
+
+ Copyright (c) 2007, 2010, 2017 IBM Corporation Copyright (c) 2010 Linux Foundation
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Linux Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+This BSD License conforms to the Open Source Initiative's Simplified BSD License as published at: http://www.opensource.org/licenses/bsd-license.php
+
+
+
-
-
+
+
+
+
+
+
+
+
+
diff --git a/org.a11y.utils.accprobe/build.properties b/org.a11y.utils.accprobe/build.properties
index f85d188..e55cb9e 100755
--- a/org.a11y.utils.accprobe/build.properties
+++ b/org.a11y.utils.accprobe/build.properties
@@ -1,5 +1,5 @@
-javacSource = 1.5
-javacTarget = 1.5
+javacSource = 1.8
+javacTarget = 1.8
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
diff --git a/org.a11y.utils.accprobe/logging.properties b/org.a11y.utils.accprobe/logging.properties
index bd06634..267ae36 100755
--- a/org.a11y.utils.accprobe/logging.properties
+++ b/org.a11y.utils.accprobe/logging.properties
@@ -1,5 +1,5 @@
############################################################
-#Copyright (c) 2009, 2010 IBM Corporation.
+#Copyright (c) 2009, 2010, 2017 IBM Corporation.
#
# Contributors:
# IBM Corporation - initial API and implementation
diff --git a/org.a11y.utils.accprobe/plugin.properties b/org.a11y.utils.accprobe/plugin.properties
index 7de36b3..aef8497 100755
--- a/org.a11y.utils.accprobe/plugin.properties
+++ b/org.a11y.utils.accprobe/plugin.properties
@@ -1,7 +1,6 @@
pluginName=Accessibility Probe
providerName=IBM
aboutText=\n\n Accessibility Probe\n\
-Version: 1.2.1.2\n\
-Build: {0}\n\
+Version: 1.2.2\n\
\n\
-(c) Copyright IBM 2007, 2010. All rights reserved.\n\
+(c) Copyright IBM 2007, 2010, 2017. All rights reserved.\n\