Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.a11y.utils.accprobe-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.a11y.utils.accprobe"
label="Accessibility Probe Feature"
version="1.2.0.qualifier"
version="1.2.2.qualifier"
provider-name="IBM">

<description url="desc.html">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/org.a11y.utils.accprobe.accservice.win32.msaa-fragment/bin"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -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,\
Expand Down
Original file line number Diff line number Diff line change
@@ -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\
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -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,\
Expand Down
Original file line number Diff line number Diff line change
@@ -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\
2 changes: 1 addition & 1 deletion org.a11y.utils.accprobe.accservice/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe.accservice/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe.accservice/build.properties
Original file line number Diff line number Diff line change
@@ -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,\
Expand Down
5 changes: 2 additions & 3 deletions org.a11y.utils.accprobe.accservice/plugin.properties
Original file line number Diff line number Diff line change
@@ -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\
2 changes: 1 addition & 1 deletion org.a11y.utils.accprobe.core/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe.core/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
javacSource = 1.5
javacTarget = 1.5
javacSource = 1.8
javacTarget = 1.8
bin.includes = META-INF/,\
about.html,\
plugin.properties,\
Expand Down
5 changes: 2 additions & 3 deletions org.a11y.utils.accprobe.core/plugin.properties
Original file line number Diff line number Diff line change
@@ -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\
2 changes: 1 addition & 1 deletion org.a11y.utils.accprobe/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="classes"/>
</classpath>
8 changes: 4 additions & 4 deletions org.a11y.utils.accprobe/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<body>
<h2>About This Content</h2>
<p>March, 2010</p>
<p>February 21, 2017</p>

<h3>License</h3>

<p>Copyright (c) 2004, 2010 <strong>IBM Corporation</strong>.<br>
<p>Copyright (c) 2004, 2010, 2017 <strong>IBM Corporation</strong>.<br>
Copyright (c) 2010 <strong>Linux Foundation</strong>.<br> </p> </p>
<p> All rights reserved.</p>

Expand Down
30 changes: 27 additions & 3 deletions org.a11y.utils.accprobe/accprobe.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Accessibility Probe" uid="accprobe" id="org.a11y.utils.accprobe.product" application="org.a11y.utils.accprobe.application" useFeatures="true" includeLaunchers="true">
<product name="Accessibility Probe" uid="accprobe" id="org.a11y.utils.accprobe.product" application="org.a11y.utils.accprobe.application" version="1.2.2" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="product_lg.gif"/>
Expand All @@ -28,14 +28,38 @@
<vm>
</vm>

<license>
<url>https://github.com/IBMa/AccProbe/blob/master/README.md</url>
<text>
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 &quot;AS IS&quot; 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&apos;s Simplified BSD License as published at: http://www.opensource.org/licenses/bsd-license.php
</text>
</license>

<plugins>
<plugin id="org.apache.commons.collections"/>
</plugins>

<features>
<feature id="org.a11y.utils.accprobe" version="1.2.0.qualifier"/>
<feature id="org.eclipse.rcp" version="3.5.2.R35x_v20100119-9SA0FxwFnoCU5XxWItFdXXb27BA6"/>
<feature id="org.eclipse.rcp" version="4.7.0.v20160915-0230"/>
<feature id="org.a11y.utils.accprobe" version="1.2.2.qualifier"/>
</features>


<preferencesInfo>
<targetfile overwrite="false"/>
</preferencesInfo>

<cssInfo>
</cssInfo>

</product>
4 changes: 2 additions & 2 deletions org.a11y.utils.accprobe/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
javacSource = 1.5
javacTarget = 1.5
javacSource = 1.8
javacTarget = 1.8
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
Expand Down
2 changes: 1 addition & 1 deletion org.a11y.utils.accprobe/logging.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################
#Copyright (c) 2009, 2010 IBM Corporation.
#Copyright (c) 2009, 2010, 2017 IBM Corporation.
#
# Contributors:
# IBM Corporation - initial API and implementation
Expand Down
5 changes: 2 additions & 3 deletions org.a11y.utils.accprobe/plugin.properties
Original file line number Diff line number Diff line change
@@ -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\