Blame SOURCES/0-remove-twitter.patch

9b2f7e
diff --git a/application/org.openjdk.jmc.rjmx/META-INF/MANIFEST.MF b/application/org.openjdk.jmc.rjmx/META-INF/MANIFEST.MF
6842c8
index 775f1d8..979a323 100644
9b2f7e
--- a/application/org.openjdk.jmc.rjmx/META-INF/MANIFEST.MF
9b2f7e
+++ b/application/org.openjdk.jmc.rjmx/META-INF/MANIFEST.MF
6842c8
@@ -57,7 +57,6 @@ Export-Package: org.openjdk.jmc.rjmx,
9b2f7e
  org.openjdk.jmc.rjmx.triggers;
9b2f7e
   x-friends:="org.openjdk.jmc.console.ui.notification,
9b2f7e
    org.openjdk.jmc.alert,
9b2f7e
-   org.openjdk.jmc.console.twitter,
9b2f7e
    org.openjdk.jmc.rjmx.test",
9b2f7e
  org.openjdk.jmc.rjmx.triggers.actions.internal;x-friends:="org.openjdk.jmc.console.ui.notification",
9b2f7e
  org.openjdk.jmc.rjmx.triggers.condition.internal;x-friends:="org.openjdk.jmc.console.ui.notification,org.openjdk.jmc.test.jemmy",
9b2f7e
diff --git a/application/pom.xml b/application/pom.xml
6842c8
index 9f8783a..7aa8842 100644
9b2f7e
--- a/application/pom.xml
9b2f7e
+++ b/application/pom.xml
6842c8
@@ -59,7 +59,6 @@
9b2f7e
 		<module>org.openjdk.jmc.console.jconsole</module>
9b2f7e
 		<module>org.openjdk.jmc.console.pde</module>
9b2f7e
 		<module>org.openjdk.jmc.console.persistence</module>
9b2f7e
-		<module>org.openjdk.jmc.console.twitter</module>
9b2f7e
 		<module>org.openjdk.jmc.console.ui</module>
9b2f7e
 		<module>org.openjdk.jmc.console.ui.diagnostic</module>
9b2f7e
 		<module>org.openjdk.jmc.console.ui.mbeanbrowser</module>
6842c8
@@ -81,7 +80,6 @@
9b2f7e
 		<module>org.openjdk.jmc.feature.pde</module>
9b2f7e
 		<module>org.openjdk.jmc.feature.rcp</module>
9b2f7e
 		<module>org.openjdk.jmc.feature.rcp.update</module>
9b2f7e
-		<module>org.openjdk.jmc.feature.twitter</module>
9b2f7e
 		<module>org.openjdk.jmc.flightrecorder.configuration</module>
9b2f7e
 		<module>org.openjdk.jmc.flightrecorder.controlpanel.ui</module>
9b2f7e
 		<module>org.openjdk.jmc.flightrecorder.controlpanel.ui.configuration</module>
9b2f7e
diff --git a/license/THIRDPARTYREADME.txt b/license/THIRDPARTYREADME.txt
6842c8
index 596a8db..ba7bf83 100644
9b2f7e
--- a/license/THIRDPARTYREADME.txt
9b2f7e
+++ b/license/THIRDPARTYREADME.txt
6842c8
@@ -297,187 +297,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
9b2f7e
 OF THE POSSIBILITY OF SUCH DAMAGE.
9b2f7e
 
6842c8
 
6842c8
-%% The following notice is provided with respect to Twitter4J v4.0.7,
9b2f7e
-which may be included with this product.
9b2f7e
-
6842c8
-                        Copyright 2007 Yusuke Yamamoto
6842c8
- 
9b2f7e
-                                 Apache License
9b2f7e
-                           Version 2.0, January 2004
9b2f7e
-                        http://www.apache.org/licenses/
9b2f7e
-
9b2f7e
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9b2f7e
-
9b2f7e
-   1. Definitions.
9b2f7e
-
9b2f7e
-      "License" shall mean the terms and conditions for use, reproduction,
9b2f7e
-      and distribution as defined by Sections 1 through 9 of this document.
9b2f7e
-
9b2f7e
-      "Licensor" shall mean the copyright owner or entity authorized by
9b2f7e
-      the copyright owner that is granting the License.
9b2f7e
-
9b2f7e
-      "Legal Entity" shall mean the union of the acting entity and all
9b2f7e
-      other entities that control, are controlled by, or are under common
9b2f7e
-      control with that entity. For the purposes of this definition,
9b2f7e
-      "control" means (i) the power, direct or indirect, to cause the
9b2f7e
-      direction or management of such entity, whether by contract or
9b2f7e
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
9b2f7e
-      outstanding shares, or (iii) beneficial ownership of such entity.
9b2f7e
-
9b2f7e
-      "You" (or "Your") shall mean an individual or Legal Entity
9b2f7e
-      exercising permissions granted by this License.
9b2f7e
-
9b2f7e
-      "Source" form shall mean the preferred form for making modifications,
9b2f7e
-      including but not limited to software source code, documentation
9b2f7e
-      source, and configuration files.
9b2f7e
-
9b2f7e
-      "Object" form shall mean any form resulting from mechanical
9b2f7e
-      transformation or translation of a Source form, including but
9b2f7e
-      not limited to compiled object code, generated documentation,
9b2f7e
-      and conversions to other media types.
9b2f7e
-
9b2f7e
-      "Work" shall mean the work of authorship, whether in Source or
9b2f7e
-      Object form, made available under the License, as indicated by a
9b2f7e
-      copyright notice that is included in or attached to the work
9b2f7e
-      (an example is provided in the Appendix below).
9b2f7e
-
9b2f7e
-      "Derivative Works" shall mean any work, whether in Source or Object
9b2f7e
-      form, that is based on (or derived from) the Work and for which the
9b2f7e
-      editorial revisions, annotations, elaborations, or other modifications
9b2f7e
-      represent, as a whole, an original work of authorship. For the purposes
9b2f7e
-      of this License, Derivative Works shall not include works that remain
9b2f7e
-      separable from, or merely link (or bind by name) to the interfaces of,
9b2f7e
-      the Work and Derivative Works thereof.
9b2f7e
-
9b2f7e
-      "Contribution" shall mean any work of authorship, including
9b2f7e
-      the original version of the Work and any modifications or additions
9b2f7e
-      to that Work or Derivative Works thereof, that is intentionally
9b2f7e
-      submitted to Licensor for inclusion in the Work by the copyright owner
9b2f7e
-      or by an individual or Legal Entity authorized to submit on behalf of
9b2f7e
-      the copyright owner. For the purposes of this definition, "submitted"
9b2f7e
-      means any form of electronic, verbal, or written communication sent
9b2f7e
-      to the Licensor or its representatives, including but not limited to
9b2f7e
-      communication on electronic mailing lists, source code control systems,
9b2f7e
-      and issue tracking systems that are managed by, or on behalf of, the
9b2f7e
-      Licensor for the purpose of discussing and improving the Work, but
9b2f7e
-      excluding communication that is conspicuously marked or otherwise
9b2f7e
-      designated in writing by the copyright owner as "Not a Contribution."
9b2f7e
-
9b2f7e
-      "Contributor" shall mean Licensor and any individual or Legal Entity
9b2f7e
-      on behalf of whom a Contribution has been received by Licensor and
9b2f7e
-      subsequently incorporated within the Work.
9b2f7e
-
9b2f7e
-   2. Grant of Copyright License. Subject to the terms and conditions of
9b2f7e
-      this License, each Contributor hereby grants to You a perpetual,
9b2f7e
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9b2f7e
-      copyright license to reproduce, prepare Derivative Works of,
9b2f7e
-      publicly display, publicly perform, sublicense, and distribute the
9b2f7e
-      Work and such Derivative Works in Source or Object form.
9b2f7e
-
9b2f7e
-   3. Grant of Patent License. Subject to the terms and conditions of
9b2f7e
-      this License, each Contributor hereby grants to You a perpetual,
9b2f7e
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9b2f7e
-      (except as stated in this section) patent license to make, have made,
9b2f7e
-      use, offer to sell, sell, import, and otherwise transfer the Work,
9b2f7e
-      where such license applies only to those patent claims licensable
9b2f7e
-      by such Contributor that are necessarily infringed by their
9b2f7e
-      Contribution(s) alone or by combination of their Contribution(s)
9b2f7e
-      with the Work to which such Contribution(s) was submitted. If You
9b2f7e
-      institute patent litigation against any entity (including a
9b2f7e
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
9b2f7e
-      or a Contribution incorporated within the Work constitutes direct
9b2f7e
-      or contributory patent infringement, then any patent licenses
9b2f7e
-      granted to You under this License for that Work shall terminate
9b2f7e
-      as of the date such litigation is filed.
9b2f7e
-
9b2f7e
-   4. Redistribution. You may reproduce and distribute copies of the
9b2f7e
-      Work or Derivative Works thereof in any medium, with or without
9b2f7e
-      modifications, and in Source or Object form, provided that You
9b2f7e
-      meet the following conditions:
9b2f7e
-
9b2f7e
-      (a) You must give any other recipients of the Work or
9b2f7e
-          Derivative Works a copy of this License; and
9b2f7e
-
9b2f7e
-      (b) You must cause any modified files to carry prominent notices
9b2f7e
-          stating that You changed the files; and
9b2f7e
-
9b2f7e
-      (c) You must retain, in the Source form of any Derivative Works
9b2f7e
-          that You distribute, all copyright, patent, trademark, and
9b2f7e
-          attribution notices from the Source form of the Work,
9b2f7e
-          excluding those notices that do not pertain to any part of
9b2f7e
-          the Derivative Works; and
9b2f7e
-
9b2f7e
-      (d) If the Work includes a "NOTICE" text file as part of its
9b2f7e
-          distribution, then any Derivative Works that You distribute must
9b2f7e
-          include a readable copy of the attribution notices contained
9b2f7e
-          within such NOTICE file, excluding those notices that do not
9b2f7e
-          pertain to any part of the Derivative Works, in at least one
9b2f7e
-          of the following places: within a NOTICE text file distributed
9b2f7e
-          as part of the Derivative Works; within the Source form or
9b2f7e
-          documentation, if provided along with the Derivative Works; or,
9b2f7e
-          within a display generated by the Derivative Works, if and
9b2f7e
-          wherever such third-party notices normally appear. The contents
9b2f7e
-          of the NOTICE file are for informational purposes only and
9b2f7e
-          do not modify the License. You may add Your own attribution
9b2f7e
-          notices within Derivative Works that You distribute, alongside
9b2f7e
-          or as an addendum to the NOTICE text from the Work, provided
9b2f7e
-          that such additional attribution notices cannot be construed
9b2f7e
-          as modifying the License.
9b2f7e
-
9b2f7e
-      You may add Your own copyright statement to Your modifications and
9b2f7e
-      may provide additional or different license terms and conditions
9b2f7e
-      for use, reproduction, or distribution of Your modifications, or
9b2f7e
-      for any such Derivative Works as a whole, provided Your use,
9b2f7e
-      reproduction, and distribution of the Work otherwise complies with
9b2f7e
-      the conditions stated in this License.
9b2f7e
-
9b2f7e
-   5. Submission of Contributions. Unless You explicitly state otherwise,
9b2f7e
-      any Contribution intentionally submitted for inclusion in the Work
9b2f7e
-      by You to the Licensor shall be under the terms and conditions of
9b2f7e
-      this License, without any additional terms or conditions.
9b2f7e
-      Notwithstanding the above, nothing herein shall supersede or modify
9b2f7e
-      the terms of any separate license agreement you may have executed
9b2f7e
-      with Licensor regarding such Contributions.
9b2f7e
-
9b2f7e
-   6. Trademarks. This License does not grant permission to use the trade
9b2f7e
-      names, trademarks, service marks, or product names of the Licensor,
9b2f7e
-      except as required for reasonable and customary use in describing the
9b2f7e
-      origin of the Work and reproducing the content of the NOTICE file.
9b2f7e
-
9b2f7e
-   7. Disclaimer of Warranty. Unless required by applicable law or
9b2f7e
-      agreed to in writing, Licensor provides the Work (and each
9b2f7e
-      Contributor provides its Contributions) on an "AS IS" BASIS,
9b2f7e
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9b2f7e
-      implied, including, without limitation, any warranties or conditions
9b2f7e
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9b2f7e
-      PARTICULAR PURPOSE. You are solely responsible for determining the
9b2f7e
-      appropriateness of using or redistributing the Work and assume any
9b2f7e
-      risks associated with Your exercise of permissions under this License.
9b2f7e
-
9b2f7e
-   8. Limitation of Liability. In no event and under no legal theory,
9b2f7e
-      whether in tort (including negligence), contract, or otherwise,
9b2f7e
-      unless required by applicable law (such as deliberate and grossly
9b2f7e
-      negligent acts) or agreed to in writing, shall any Contributor be
9b2f7e
-      liable to You for damages, including any direct, indirect, special,
9b2f7e
-      incidental, or consequential damages of any character arising as a
9b2f7e
-      result of this License or out of the use or inability to use the
9b2f7e
-      Work (including but not limited to damages for loss of goodwill,
9b2f7e
-      work stoppage, computer failure or malfunction, or any and all
9b2f7e
-      other commercial damages or losses), even if such Contributor
9b2f7e
-      has been advised of the possibility of such damages.
9b2f7e
-
9b2f7e
-   9. Accepting Warranty or Additional Liability. While redistributing
9b2f7e
-      the Work or Derivative Works thereof, You may choose to offer,
9b2f7e
-      and charge a fee for, acceptance of support, warranty, indemnity,
9b2f7e
-      or other liability obligations and/or rights consistent with this
9b2f7e
-      License. However, in accepting such obligations, You may act only
9b2f7e
-      on Your own behalf and on Your sole responsibility, not on behalf
9b2f7e
-      of any other Contributor, and only if You agree to indemnify,
9b2f7e
-      defend, and hold each Contributor harmless for any liability
9b2f7e
-      incurred by, or claims asserted against, such Contributor by reason
9b2f7e
-      of your accepting any such warranty or additional liability.
9b2f7e
-
9b2f7e
-
6842c8
 %% The following notice is provided with respect to D3 v6.1.3, which may
6842c8
 be included with this product.
9b2f7e