You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2023/08/22 15:50:53 UTC

[felix-dev] branch master updated (eb2ea3ab64 -> 0defedd3c0)

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


    from eb2ea3ab64 Unmaintained code removal - shell.gui
     add 0defedd3c0 Unmaintained code removal - shell.gui.plugin

No new revisions were added by this update.

Summary of changes:
 shell.gui.plugin/pom.xml                           |  79 ---
 .../apache/felix/shell/gui/plugin/Activator.java   |  51 --
 .../felix/shell/gui/plugin/BundleListPlugin.java   | 362 ----------
 .../apache/felix/shell/gui/plugin/OBRPlugin.java   | 730 ---------------------
 .../felix/shell/gui/plugin/OutputAreaStream.java   |  49 --
 .../shell/gui/plugin/ScrollableOutputArea.java     |  80 ---
 .../apache/felix/shell/gui/plugin/ShellPlugin.java | 185 ------
 7 files changed, 1536 deletions(-)
 delete mode 100644 shell.gui.plugin/pom.xml
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/Activator.java
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/BundleListPlugin.java
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/OBRPlugin.java
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/OutputAreaStream.java
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/ScrollableOutputArea.java
 delete mode 100644 shell.gui.plugin/src/main/java/org/apache/felix/shell/gui/plugin/ShellPlugin.java