├── .github ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md ├── release.yml └── workflows │ ├── build-release.yml │ ├── build-testing.yml │ ├── pre_release.yml │ ├── pull_request-or-main.yml │ └── release.yml ├── .mvn └── extensions.xml ├── .project ├── .settings └── org.eclipse.core.resources.prefs ├── EasyShell-Release-Build.launch ├── EasyShell-Testing-Build.launch ├── EasyShell-set-new-version.launch ├── LICENSE ├── README.md ├── docs ├── How-to-build.md ├── Windows-Administrator-Terminal.md └── Windows-Terminal-App.md ├── feature ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.core.resources.prefs │ └── org.eclipse.m2e.core.prefs ├── build.properties ├── feature.xml └── pom.xml ├── platform ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.core.resources.prefs ├── Eclipse-2018-09.target ├── Eclipse-2018-12.target ├── Eclipse-2019-03.target ├── Eclipse-2019-06.target ├── Eclipse-2019-09.target ├── Eclipse-2019-12.target ├── Eclipse-2020-03.target ├── Eclipse-2020-06.target ├── Eclipse-2020-09.target ├── Eclipse-2020-12.target ├── Eclipse-2021-03.target ├── Eclipse-2021-06.target ├── Eclipse-2021-09.target ├── Eclipse-2021-12.target ├── Eclipse-2022-03.target ├── Eclipse-2022-06.target ├── Eclipse-2022-09.target ├── Eclipse-3.8.target ├── Eclipse-4.4.target ├── Eclipse-4.5.target ├── Eclipse-4.6.target ├── Eclipse-4.7.target ├── Eclipse-4.8.target ├── logo │ ├── easyshell.ai │ ├── horizontalversion.png │ ├── horizontalversion.svg │ ├── icon.png │ ├── icon.svg │ ├── verticalversion.png │ └── verticalversion.svg └── pom.xml ├── plugin ├── .classpath ├── .gitignore ├── .project ├── .settings │ ├── org.eclipse.core.resources.prefs │ ├── org.eclipse.jdt.core.prefs │ └── org.eclipse.m2e.core.prefs ├── META-INF │ └── MANIFEST.MF ├── about.ini ├── build.properties ├── images │ ├── clipboard.png │ ├── clipboard1.png │ ├── default.png │ ├── easyshell-new.png │ ├── easyshell.png │ ├── easyshell100.png │ ├── easyshell32-new.png │ ├── easyshell32.png │ ├── eclipse.png │ ├── edit.png │ ├── explore.png │ ├── explore1.png │ ├── explore2.png │ ├── macosx │ │ └── explore.png │ ├── none.png │ ├── open.png │ ├── run.png │ ├── run1.png │ ├── run2.gif │ ├── user.png │ └── windows │ │ └── easyshell.png ├── images_not_used │ ├── gif │ │ ├── console_view.gif │ │ ├── copy.gif │ │ ├── copy_edit.gif │ │ ├── copy_edit_co.gif │ │ ├── cpyqual_menu.gif │ │ ├── easyshell.gif │ │ ├── eclipse.gif │ │ ├── editor.gif │ │ ├── editor_area.gif │ │ ├── environment_obj.gif │ │ ├── exclusion_filter_attrib.gif │ │ ├── external_tools.gif │ │ ├── file_obj.gif │ │ ├── filenav_nav.gif │ │ ├── fldr_obj.gif │ │ ├── folder.gif │ │ ├── goto_input.gif │ │ ├── help.gif │ │ ├── home_nav.gif │ │ ├── prompt.gif │ │ ├── properties.gif │ │ ├── run.gif │ │ └── run_exc.gif │ ├── macosx │ │ ├── 10.png │ │ ├── Musett-Antares-IMac-OSX.ico │ │ ├── Terminal-Befehle-Ubuntu-Linux.png │ │ ├── Terminalicon.png │ │ ├── allmyfiles.png │ │ ├── allmyfiles@2x.png │ │ ├── finder.png │ │ ├── finder@2x.png │ │ ├── finder_16x16.png │ │ ├── icon_terminal_2x.jpg │ │ ├── mac-terminal-icon-4519.png │ │ ├── terminal-app-icon-OS-X.png │ │ ├── terminal-icon-osx-150x150.png │ │ ├── terminal.png │ │ ├── terminal_icons_by_isgie-d2xgmyw.png │ │ ├── url 2.png │ │ ├── url.png │ │ ├── url@2x 2.png │ │ └── url@2x.png │ ├── png │ │ ├── console_view.png │ │ ├── copy.png │ │ ├── copy_edit.png │ │ ├── copy_edit_co.png │ │ ├── copyviewtoclipboard_tsk.png │ │ ├── cpyqual_menu.png │ │ ├── easyshell.png │ │ ├── easyshell2.png │ │ ├── easyshell_new.png │ │ ├── easyshell_old.png │ │ ├── eclipse.png │ │ ├── editor_area.png │ │ ├── environment_obj.png │ │ ├── exclusion_filter_attrib.png │ │ ├── external_tools.png │ │ ├── file-new-16x16.png │ │ ├── file_obj.png │ │ ├── filenav_nav.png │ │ ├── fldr_obj.png │ │ ├── folder.png │ │ ├── goto_input.png │ │ ├── help.png │ │ ├── home_nav.png │ │ ├── prompt.png │ │ ├── prompt2.png │ │ ├── prompt_old.png │ │ ├── prompt_old2.png │ │ ├── properties.png │ │ └── run_exc.png │ └── test │ │ ├── Command Prompt.png │ │ ├── Prompt.png │ │ ├── Terminal (2).png │ │ ├── Terminal (3).png │ │ ├── app_terminal.png │ │ ├── app_terminal_16x16.png │ │ ├── terminal (1).png │ │ ├── terminal-19.png │ │ ├── terminal-icon.png │ │ ├── terminal.gif │ │ ├── terminal.png │ │ ├── terminal.svg │ │ └── terminal_16x16.png ├── manpages │ ├── conemu.txt │ ├── console.txt │ ├── explorer.txt │ ├── git-bash@win.txt │ ├── gnome-terminal.txt │ ├── konsole.txt │ ├── linux-command-line-1.txt │ ├── linux-command-line-2.txt │ ├── linux_desktop.txt │ ├── macosx.txt │ ├── others.txt │ └── totalcommander.txt ├── plugin.xml ├── pom.xml ├── readme.txt ├── releases │ ├── CHANGES.TXT │ └── README.TXT ├── scripts │ ├── bash │ │ └── guake.sh │ ├── cmd │ │ └── test.cmd │ └── powershell │ │ └── test.ps1 ├── src │ └── de │ │ └── anbos │ │ └── eclipse │ │ └── easyshell │ │ └── plugin │ │ ├── Activator.java │ │ ├── Constants.java │ │ ├── UIMessages.properties │ │ ├── actions │ │ ├── Action.java │ │ └── ActionDelegate.java │ │ ├── commands │ │ ├── DefineCommands.java │ │ ├── DefineCommandsForMainMenu.java │ │ ├── DefineCommandsForResourceNavigator.java │ │ ├── ExecuteCommandDialog.java │ │ ├── ExecuteCommandLabelProvider.java │ │ └── ExecuteCommandPopup.java │ │ ├── editor │ │ ├── LauncherAll.java │ │ └── LauncherAllMulti.java │ │ ├── exceptions │ │ ├── General.java │ │ └── UnknownCommandID.java │ │ ├── handlers │ │ ├── All.java │ │ ├── AllMulti.java │ │ ├── AllSingle.java │ │ ├── Clipboard.java │ │ ├── Default.java │ │ ├── Execute.java │ │ ├── Explore.java │ │ ├── Open.java │ │ ├── Run.java │ │ └── User.java │ │ ├── legacy │ │ ├── Debug.java │ │ ├── EasyShellTokenizer.java │ │ ├── LinuxDesktop.java │ │ ├── PreferenceEntry.java │ │ ├── PrefsV1_4.java │ │ ├── PrefsV1_5.java │ │ └── Quotes.java │ │ ├── misc │ │ ├── DynamicVariableResolver.java │ │ ├── DynamicVariableSelector.java │ │ ├── ResourceUtils.java │ │ ├── ResourceUtilsCDTCore.java │ │ ├── ResourceUtilsCDTUI.java │ │ ├── ResourceUtilsJDTCore.java │ │ ├── Utils.java │ │ └── UtilsUI.java │ │ ├── preferences │ │ ├── CommandData.java │ │ ├── CommandDataBasic.java │ │ ├── CommandDataContentProvider.java │ │ ├── CommandDataDefaultCollection.java │ │ ├── CommandDataDefaultCollectionAllOS.java │ │ ├── CommandDataDefaultCollectionLinux.java │ │ ├── CommandDataDefaultCollectionMacOSX.java │ │ ├── CommandDataDefaultCollectionWindows.java │ │ ├── CommandDataDialog.java │ │ ├── CommandDataFilter.java │ │ ├── CommandDataLabelProvider.java │ │ ├── CommandDataList.java │ │ ├── CommandDataStore.java │ │ ├── CommandPage.java │ │ ├── CommandVariableContentAdapter.java │ │ ├── CommandVariableContentProposalProvider.java │ │ ├── Data.java │ │ ├── DataMover.java │ │ ├── DataStore.java │ │ ├── GeneralData.java │ │ ├── GeneralDataStore.java │ │ ├── IData.java │ │ ├── IDataStore.java │ │ ├── IStore.java │ │ ├── Initializer.java │ │ ├── MainPage.java │ │ ├── MenuData.java │ │ ├── MenuDataContentProvider.java │ │ ├── MenuDataDialog.java │ │ ├── MenuDataFilter.java │ │ ├── MenuDataLabelProvider.java │ │ ├── MenuDataList.java │ │ ├── MenuDataMover.java │ │ ├── MenuDataStore.java │ │ ├── MenuPage.java │ │ ├── PreferenceValueConverter.java │ │ ├── Store.java │ │ ├── TypedComboBox.java │ │ ├── TypedComboBoxLabelProvider.java │ │ └── TypedComboBoxSelectionListener.java │ │ └── types │ │ ├── Category.java │ │ ├── CheckBox.java │ │ ├── CommandTokenizer.java │ │ ├── CommandType.java │ │ ├── Converter.java │ │ ├── Converters.java │ │ ├── Debug.java │ │ ├── IConverter.java │ │ ├── IVariableResolver.java │ │ ├── LinuxDesktop.java │ │ ├── MenuNameType.java │ │ ├── OS.java │ │ ├── PresetType.java │ │ ├── Quotes.java │ │ ├── Resource.java │ │ ├── ResourceType.java │ │ ├── Variable.java │ │ ├── Variables.java │ │ └── Version.java └── uuids.txt ├── pom.xml └── site ├── .gitignore ├── .project ├── .settings ├── org.eclipse.core.resources.prefs └── org.eclipse.m2e.core.prefs ├── category.xml ├── images ├── EasyShell_1.4_context_menu.png ├── EasyShell_1.4_preferences.png ├── EasyShell_2.0_context_menu_windows.png ├── EasyShell_2.0_multi-selection_dialog_windows.png ├── EasyShell_2.0_popup_menu_windows.png ├── EasyShell_2.0_preferences_command.png ├── EasyShell_2.0_preferences_command_new.png ├── EasyShell_2.0_preferences_menu.png ├── EasyShell_2.0_preferences_menu_new.png ├── EasyShell_2.0_preferences_menu_new_content_assist.png ├── EasyShell_2.1_context_menu_linux.png ├── EasyShell_2.1_multi-selection_dialog_linux.png ├── EasyShell_2.1_popup_menu_linux.png ├── EasyShell_2.1_preferences_command_edit.png ├── EasyShell_2.1_preferences_command_linux.png ├── EasyShell_2.1_preferences_command_new.png ├── EasyShell_2.1_preferences_general.png ├── EasyShell_2.1_preferences_menu_edit.png ├── EasyShell_2.1_preferences_menu_edit_content_assist.png ├── EasyShell_2.1_preferences_menu_edit_filter.png ├── EasyShell_2.1_preferences_menu_linux.png └── EasyShell_2.2_main_menu_dialog_windows.png ├── packaging-p2composite.ant ├── pom.xml ├── readme.txt └── updates ├── index.md ├── release ├── 1.4 │ ├── artifacts.xml │ ├── content.xml │ ├── features │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.0.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.1.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.2.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.3.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.4.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.5.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.6.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.4.0.1.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.4.1.jar │ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.4.2.jar │ ├── index.html │ ├── index_gen.html │ ├── lgpl.html │ ├── links.html │ ├── plugins.html │ ├── plugins │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.0.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.1.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.2.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.3.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.4.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.5.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.6.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.4.0.1.jar │ │ ├── com.tetrade.eclipse.plugins.easyshell_1.4.1.jar │ │ └── com.tetrade.eclipse.plugins.easyshell_1.4.2.jar │ ├── stylesheet.css │ └── web │ │ ├── site.css │ │ └── site.xsl ├── 2.0 │ ├── 2.0.0.v20160929-1641 │ │ ├── artifacts.jar │ │ ├── content.jar │ │ ├── features │ │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160929-1641.jar │ │ └── plugins │ │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160929-1641.jar │ ├── compositeArtifacts.xml │ ├── compositeContent.xml │ └── p2.index ├── 2.1 │ ├── 2.1.0.v20170508-1844 │ │ ├── artifacts.jar │ │ ├── content.jar │ │ ├── features │ │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar │ │ └── plugins │ │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar │ ├── compositeArtifacts.xml │ ├── compositeContent.xml │ └── p2.index ├── 2.2 │ ├── 2.2.0.v20210518-0839 │ │ ├── artifacts.jar │ │ ├── artifacts.xml.xz │ │ ├── content.jar │ │ ├── content.xml.xz │ │ ├── features │ │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20210518-0839.jar │ │ ├── p2.index │ │ └── plugins │ │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20210518-0839.jar │ ├── 2.2.1.v20210716-0745 │ │ ├── artifacts.jar │ │ ├── artifacts.xml.xz │ │ ├── content.jar │ │ ├── content.xml.xz │ │ ├── features │ │ │ └── de.anbos.eclipse.easyshell.feature_2.2.1.v20210716-0745.jar │ │ ├── p2.index │ │ └── plugins │ │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.1.v20210716-0745.jar │ ├── compositeArtifacts.xml │ ├── compositeContent.xml │ └── p2.index ├── 2.3 │ ├── 2.3.0.v20230630-1658 │ │ ├── artifacts.jar │ │ ├── artifacts.xml.xz │ │ ├── content.jar │ │ ├── content.xml.xz │ │ ├── features │ │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20230630-1658.jar │ │ ├── p2.index │ │ └── plugins │ │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20230630-1658.jar │ ├── compositeArtifacts.xml │ ├── compositeContent.xml │ └── p2.index ├── build.version.properties ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index └── testing ├── 1.5 ├── 1.5.0.v20160605-2130 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606052130.jar │ └── plugins │ │ └── com.tetrade.eclipse.plugins.easyshell_1.5.0.201606052130.jar ├── 1.5.0.v20160612-2114 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606122114.jar │ └── plugins │ │ └── com.tetrade.eclipse.plugins.easyshell_1.5.0.201606122114.jar ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index ├── 2.0 ├── 2.0.0.v20160719-1230 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160719-1230.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160719-1230.jar ├── 2.0.0.v20160726-2110 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2110.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2110.jar ├── 2.0.0.v20160726-2133 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2133.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2133.jar ├── 2.0.0.v20160823-1756 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160823-1756.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160823-1756.jar ├── 2.0.0.v20160919-1856 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160919-1856.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160919-1856.jar ├── 2.0.0.v20160923-1117 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160923-1117.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160923-1117.jar ├── 2.0.0.v20160927-2006 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160927-2006.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160927-2006.jar ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index ├── 2.1 ├── 2.1.0.v20161102-1515 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161102-1515.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161102-1515.jar ├── 2.1.0.v20161103-2010 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161103-2010.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161103-2010.jar ├── 2.1.0.v20161203-1029 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161203-1029.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161203-1029.jar ├── 2.1.0.v20161210-2045 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161210-2045.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161210-2045.jar ├── 2.1.0.v20161214-2215 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161214-2215.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161214-2215.jar ├── 2.1.0.v20161218-1511 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161218-1511.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161218-1511.jar ├── 2.1.0.v20161220-2025 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161220-2025.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161220-2025.jar ├── 2.1.0.v20170421-1258 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170421-1258.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170421-1258.jar ├── 2.1.0.v20170508-1844 │ ├── artifacts.jar │ ├── content.jar │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar ├── 2.1.1.v20180304-1631 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.1.1.v20180304-1631.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.1.v20180304-1631.jar ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index ├── 2.2 ├── 2.2.0.v20181108-1757 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20181108-1757.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20181108-1757.jar ├── 2.2.0.v20191004-1015 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20191004-1015.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20191004-1015.jar ├── 2.2.0.v20200919-1950 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20200919-1950.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20200919-1950.jar ├── 2.2.0.v20201004-2044 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20201004-2044.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20201004-2044.jar ├── 2.2.0.v20210403-0123 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20210403-0123.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20210403-0123.jar ├── 2.2.1.v20210607-1525 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.2.1.v20210607-1525.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.1.v20210607-1525.jar ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index ├── 2.3 ├── 2.3.0.v20220115-1548 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220115-1548.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220115-1548.jar ├── 2.3.0.v20220319-2249 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220319-2249.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220319-2249.jar ├── 2.3.0.v20220327-1248 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1248.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1248.jar ├── 2.3.0.v20220327-1630 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1630.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1630.jar ├── 2.3.0.v20220328-1717 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220328-1717.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220328-1717.jar ├── 2.3.0.v20221015-2029 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20221015-2029.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20221015-2029.jar ├── 2.3.0.v20230622-0747 │ ├── artifacts.jar │ ├── artifacts.xml.xz │ ├── content.jar │ ├── content.xml.xz │ ├── features │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20230622-0747.jar │ ├── p2.index │ └── plugins │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20230622-0747.jar ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index ├── build.version.properties ├── compositeArtifacts.xml ├── compositeContent.xml └── p2.index /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to contribute 2 | 3 | Contributions are always very much appreciated. However, to make sure the process of accepting patches goes smoothly for everyone (especially for the maintainer), you should try to follow these few simple guidelines when you contribute: 4 | 5 | - Look first if you can find the [issues or feature request](https://github.com/anb0s/EasyShell/issues) 6 | - if you have found it then comment or add your additions there 7 | - if the issues is new then create one with good description (how to reproduce, versions of OS, eclipse, plugin etc.) 8 | - if you want to provide fixes etc. look at [How-to-build](https://github.com/anb0s/EasyShell/wiki/How-to-build) 9 | - create a pull request with your patch , good description and/or link to the issue 10 | - help with testing the developer builds or reproduce issues 11 | - help with needed patches and ideas :) 12 | - Thanks! 13 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ## Expected Behavior 2 | **{text}** 3 | 4 | ## Actual Behavior 5 | **{text}** 6 | 7 | ## Steps to Reproduce the Problem 8 | **{steps}** 9 | 10 | ## Your Environment 11 | 12 | - Plugin version: **{version}** 13 | - Eclipse Version: **{version}** 14 | - Java Version: **{version}** 15 | - Operating System Version: **{version}** 16 | - OPTIONAL: Linux Desktop Version: **{version}** 17 | - OPTIONAL: External Tool Version: **{version}** 18 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ## Issue: 2 | # 3 | 4 | ## Proposed changes 5 | **{text}** 6 | 7 | ## Reviewers 8 | @ 9 | -------------------------------------------------------------------------------- /.github/release.yml: -------------------------------------------------------------------------------- 1 | # .github/release.yml 2 | # see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes 3 | 4 | changelog: 5 | exclude: 6 | labels: 7 | - ignore-for-release 8 | categories: 9 | - title: Breaking Changes 🛠 10 | labels: 11 | - Semver-Major 12 | - breaking-change 13 | - title: New Features 🎉 14 | labels: 15 | - Semver-Minor 16 | - enhancement 17 | - title: Bug Fixes 🐛 18 | labels: 19 | - Semver-Patch 20 | - bug 21 | - title: Other Changes ✔️ 22 | labels: 23 | - "*" 24 | -------------------------------------------------------------------------------- /.mvn/extensions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | org.eclipse.tycho 5 | tycho-build 6 | 2.7.0 7 | 8 | 9 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | EasyShell 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//.github/release.yml=UTF-8 3 | encoding/=UTF-8 4 | -------------------------------------------------------------------------------- /docs/Windows-Terminal-App.md: -------------------------------------------------------------------------------- 1 | # Windows Terminal App 2 | 3 | ## Open Terminal 4 | See: https://docs.microsoft.com/de-de/windows/terminal/command-line-arguments?tabs=windows 5 | 6 | ## Create a new command for `Windows Terminal` 7 | Open EasyShell preferences go to `(2) Command` and add new command: 8 | 9 | ![image](https://user-images.githubusercontent.com/95811/112133452-047fb680-8bcc-11eb-8d31-a41e0a1ffdb1.png) 10 | 11 | * Category `Open` 12 | * Name: `Windows Terminal` 13 | * Command: `wt new-tab -d "${easyshell:container_loc}" --title "${easyshell:project_name}"` 14 | 15 | Press `OK `and then `Apply and Close` (because of reloading command issues => will fix this later) 16 | 17 | Reopen EasyShell preferences go to `(1) Menu` and create new menu and select new command: 18 | 19 | ![image](https://user-images.githubusercontent.com/95811/112134165-b919d800-8bcc-11eb-8fa0-4434a5b032e5.png) 20 | Filter: `terminal` 21 | Press `OK ` and then move the new menu entry with `Up` and `Down` to wanted place: 22 | 23 | ![image](https://user-images.githubusercontent.com/95811/112134334-ecf4fd80-8bcc-11eb-8fe9-37f43c712cce.png) 24 | then `Apply and Close` 25 | 26 | Now it should open the folder: 27 | 28 | ![image](https://user-images.githubusercontent.com/95811/112134839-6d1b6300-8bcd-11eb-836e-22e139805d98.png) 29 | 30 | ![image](https://user-images.githubusercontent.com/95811/112134954-8f14e580-8bcd-11eb-821e-dcc2c51348bc.png) 31 | -------------------------------------------------------------------------------- /feature/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /feature/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | de.anbos.eclipse.easyshell.feature 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.pde.FeatureBuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.m2e.core.maven2Builder 15 | 16 | 17 | 18 | 19 | 20 | org.eclipse.m2e.core.maven2Nature 21 | org.eclipse.pde.FeatureNature 22 | 23 | 24 | -------------------------------------------------------------------------------- /feature/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /feature/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /feature/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = feature.xml 2 | src.includes = .project,\ 3 | build.properties,\ 4 | feature.xml,\ 5 | pom.xml 6 | -------------------------------------------------------------------------------- /feature/pom.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 4.0.0 6 | 7 | de.anbos.eclipse.easyshell.feature 8 | eclipse-feature 9 | EasyShell Feature 10 | 11 | 12 | de.anbos.eclipse.easyshell.group 13 | de.anbos.eclipse.easyshell 14 | 2.3.0-SNAPSHOT 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /platform/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | /bin/ 3 | -------------------------------------------------------------------------------- /platform/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | de.anbos.eclipse.easyshell.platform 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.m2e.core.maven2Builder 15 | 16 | 17 | 18 | 19 | 20 | org.eclipse.jdt.core.javanature 21 | org.eclipse.m2e.core.maven2Nature 22 | 23 | 24 | -------------------------------------------------------------------------------- /platform/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /platform/Eclipse-2018-09.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2018-12.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2019-03.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2019-06.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2019-09.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2019-12.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2020-03.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2020-06.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2020-09.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2020-12.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2021-03.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2021-06.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2021-09.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2021-12.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2022-03.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2022-06.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-2022-09.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /platform/Eclipse-3.8.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/Eclipse-4.4.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/Eclipse-4.5.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/Eclipse-4.6.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/Eclipse-4.7.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/Eclipse-4.8.target: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /platform/logo/easyshell.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/easyshell.ai -------------------------------------------------------------------------------- /platform/logo/horizontalversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/horizontalversion.png -------------------------------------------------------------------------------- /platform/logo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/icon.png -------------------------------------------------------------------------------- /platform/logo/icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 11 | 12 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /platform/logo/verticalversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/verticalversion.png -------------------------------------------------------------------------------- /platform/logo/verticalversion.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 12 | 13 | 16 | 17 | 18 | 19 | Easy Shell 20 | 21 | 22 | -------------------------------------------------------------------------------- /plugin/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /plugin/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | /target 3 | -------------------------------------------------------------------------------- /plugin/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | de.anbos.eclipse.easyshell.plugin 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.pde.ManifestBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.pde.SchemaBuilder 20 | 21 | 22 | 23 | 24 | org.eclipse.m2e.core.maven2Builder 25 | 26 | 27 | 28 | 29 | 30 | org.eclipse.m2e.core.maven2Nature 31 | org.eclipse.jdt.core.javanature 32 | org.eclipse.pde.PluginNature 33 | 34 | 35 | -------------------------------------------------------------------------------- /plugin/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /plugin/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 | org.eclipse.jdt.core.compiler.compliance=11 7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 | org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled 12 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 13 | org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning 14 | org.eclipse.jdt.core.compiler.release=enabled 15 | org.eclipse.jdt.core.compiler.source=11 16 | -------------------------------------------------------------------------------- /plugin/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /plugin/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-ManifestVersion: 2 3 | Bundle-Name: EasyShell 4 | Bundle-SymbolicName: de.anbos.eclipse.easyshell.plugin;singleton:=true 5 | Bundle-Version: 2.3.0.qualifier 6 | Bundle-Activator: de.anbos.eclipse.easyshell.plugin.Activator 7 | Bundle-Vendor: Andre Bossert 8 | Require-Bundle: org.eclipse.ui, 9 | org.eclipse.ui.ide, 10 | org.eclipse.core.runtime, 11 | org.eclipse.core.resources, 12 | org.eclipse.core.expressions, 13 | org.eclipse.core.variables, 14 | org.eclipse.jdt.core;resolution:=optional, 15 | org.eclipse.cdt.ui;resolution:=optional, 16 | org.eclipse.cdt.core;resolution:=optional, 17 | org.eclipse.ui.workbench.texteditor, 18 | org.eclipse.jface.text, 19 | org.eclipse.debug.ui 20 | Bundle-RequiredExecutionEnvironment: JavaSE-11 21 | Bundle-ActivationPolicy: lazy 22 | Bundle-ClassPath: target/easyshell-library.jar 23 | Automatic-Module-Name: de.anbos.eclipse.easyshell.plugin 24 | -------------------------------------------------------------------------------- /plugin/about.ini: -------------------------------------------------------------------------------- 1 | aboutText = EasyShell - Open a shell window or file manager or run external command from Eclipse.\nVisit http://anb0s.github.io/EasyShell 2 | featureImage = images/easyshell32.png 3 | appName = EasyShell -------------------------------------------------------------------------------- /plugin/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = images/,\ 2 | plugin.xml,\ 3 | META-INF/,\ 4 | target/easyshell-library.jar,\ 5 | src/de/anbos/eclipse/easyshell/plugin/UIMessages.properties,\ 6 | releases/,\ 7 | scripts/,\ 8 | about.ini 9 | src.includes = images/,\ 10 | manpages/,\ 11 | releases/CHANGES.TXT,\ 12 | releases/README.TXT,\ 13 | pom.xml,\ 14 | readme.txt 15 | source.target/easyshell-library.jar = src/ 16 | -------------------------------------------------------------------------------- /plugin/images/clipboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/clipboard.png -------------------------------------------------------------------------------- /plugin/images/clipboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/clipboard1.png -------------------------------------------------------------------------------- /plugin/images/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/default.png -------------------------------------------------------------------------------- /plugin/images/easyshell-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell-new.png -------------------------------------------------------------------------------- /plugin/images/easyshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell.png -------------------------------------------------------------------------------- /plugin/images/easyshell100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell100.png -------------------------------------------------------------------------------- /plugin/images/easyshell32-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell32-new.png -------------------------------------------------------------------------------- /plugin/images/easyshell32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell32.png -------------------------------------------------------------------------------- /plugin/images/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/eclipse.png -------------------------------------------------------------------------------- /plugin/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/edit.png -------------------------------------------------------------------------------- /plugin/images/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore.png -------------------------------------------------------------------------------- /plugin/images/explore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore1.png -------------------------------------------------------------------------------- /plugin/images/explore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore2.png -------------------------------------------------------------------------------- /plugin/images/macosx/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/macosx/explore.png -------------------------------------------------------------------------------- /plugin/images/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/none.png -------------------------------------------------------------------------------- /plugin/images/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/open.png -------------------------------------------------------------------------------- /plugin/images/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run.png -------------------------------------------------------------------------------- /plugin/images/run1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run1.png -------------------------------------------------------------------------------- /plugin/images/run2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run2.gif -------------------------------------------------------------------------------- /plugin/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/user.png -------------------------------------------------------------------------------- /plugin/images/windows/easyshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/windows/easyshell.png -------------------------------------------------------------------------------- /plugin/images_not_used/gif/console_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/console_view.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/copy_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy_edit.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/copy_edit_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy_edit_co.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/cpyqual_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/cpyqual_menu.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/easyshell.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/easyshell.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/eclipse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/eclipse.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/editor.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/editor_area.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/editor_area.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/environment_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/environment_obj.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/exclusion_filter_attrib.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/exclusion_filter_attrib.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/external_tools.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/external_tools.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/file_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/file_obj.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/filenav_nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/filenav_nav.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/fldr_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/fldr_obj.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/folder.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/goto_input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/goto_input.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/help.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/home_nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/home_nav.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/prompt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/prompt.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/properties.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/properties.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/run.gif -------------------------------------------------------------------------------- /plugin/images_not_used/gif/run_exc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/run_exc.gif -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/10.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/Musett-Antares-IMac-OSX.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Musett-Antares-IMac-OSX.ico -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/Terminal-Befehle-Ubuntu-Linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Terminal-Befehle-Ubuntu-Linux.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/Terminalicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Terminalicon.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/allmyfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/allmyfiles.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/allmyfiles@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/allmyfiles@2x.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/finder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/finder@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder@2x.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/finder_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder_16x16.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/icon_terminal_2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/icon_terminal_2x.jpg -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/mac-terminal-icon-4519.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/mac-terminal-icon-4519.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/terminal-app-icon-OS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal-app-icon-OS-X.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/terminal-icon-osx-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal-icon-osx-150x150.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/terminal_icons_by_isgie-d2xgmyw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal_icons_by_isgie-d2xgmyw.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/url 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url 2.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/url@2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url@2x 2.png -------------------------------------------------------------------------------- /plugin/images_not_used/macosx/url@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url@2x.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/console_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/console_view.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/copy_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy_edit.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/copy_edit_co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy_edit_co.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/copyviewtoclipboard_tsk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copyviewtoclipboard_tsk.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/cpyqual_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/cpyqual_menu.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/easyshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/easyshell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell2.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/easyshell_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell_new.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/easyshell_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell_old.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/eclipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/eclipse.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/editor_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/editor_area.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/environment_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/environment_obj.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/exclusion_filter_attrib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/exclusion_filter_attrib.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/external_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/external_tools.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/file-new-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/file-new-16x16.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/file_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/file_obj.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/filenav_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/filenav_nav.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/fldr_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/fldr_obj.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/folder.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/goto_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/goto_input.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/help.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/home_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/home_nav.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/prompt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt2.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/prompt_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt_old.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/prompt_old2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt_old2.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/properties.png -------------------------------------------------------------------------------- /plugin/images_not_used/png/run_exc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/run_exc.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/Command Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Command Prompt.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Prompt.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/Terminal (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Terminal (2).png -------------------------------------------------------------------------------- /plugin/images_not_used/test/Terminal (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Terminal (3).png -------------------------------------------------------------------------------- /plugin/images_not_used/test/app_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/app_terminal.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/app_terminal_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/app_terminal_16x16.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal (1).png -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal-19.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal-icon.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal.gif -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal.png -------------------------------------------------------------------------------- /plugin/images_not_used/test/terminal_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal_16x16.png -------------------------------------------------------------------------------- /plugin/manpages/conemu.txt: -------------------------------------------------------------------------------- 1 | ConEmu 2 | https://sourceforge.net/projects/conemu/ 3 | http://conemu.codeplex.com/ 4 | https://code.google.com/p/conemu-maximus5/ 5 | 6 | Request: 7 | https://sourceforge.net/p/pluginbox/feature-requests/16/ 8 | 9 | open cmd: 10 | ConEmu.exe /Title "Easy Shell" /Dir "{1}" /Single /cmd cmd 11 | 12 | execute: 13 | ConEmu.exe /Title "Easy Shell" /Dir "{1}" /Single /cmd "{3}" 14 | -------------------------------------------------------------------------------- /plugin/manpages/console.txt: -------------------------------------------------------------------------------- 1 | https://sourceforge.net/projects/console/ 2 | 3 | https://sourceforge.net/p/pluginbox/feature-requests/10/ 4 | 5 | Open: console.exe -w "{4}" -d "{1}" 6 | Run: console.exe -w "{4}" -d "{1}" -r "/k \"{3}\"" 7 | 8 | Escape chars: 9 | http://www.robvanderwoude.com/escapechars.php 10 | -------------------------------------------------------------------------------- /plugin/manpages/explorer.txt: -------------------------------------------------------------------------------- 1 | http://support.microsoft.com/kb/314853/en 2 | 3 | The options that you can use with Explorer.exe are /n, /e, /root (plus an object), and /select (plus an object). 4 | Option Function 5 | ---------------------------------------------------------------------- 6 | /n Opens a new single-pane window for the default 7 | selection. This is usually the root of the drive that 8 | Windows is installed on. If the window is already 9 | open, a duplicate opens. 10 | 11 | /e Opens Windows Explorer in its default view. 12 | 13 | /root, Opens a window view of the specified object. 14 | 15 | /select, Opens a window view with the specified folder, file, 16 | or program selected. 17 | 18 | Examples 19 | ----------------------------------------------------------------------- 20 | Example 1: Explorer /select,C:\TestDir\TestProg.exe 21 | Opens a window view with TestProg selected. 22 | 23 | Example 2: Explorer /e,/root,C:\TestDir\TestProg.exe 24 | Opens Explorer with drive C expanded and TestProg selected. 25 | 26 | Example 3: Explorer /root,\\TestSvr\TestShare 27 | Opens a window view of the specified share. 28 | 29 | Example 4: Explorer /root,\\TestSvr\TestShare,select,TestProg.exe 30 | Opens a window view of the specified share with TestProg selected. 31 | -------------------------------------------------------------------------------- /plugin/manpages/git-bash@win.txt: -------------------------------------------------------------------------------- 1 | http://msysgit.github.io/ 2 | http://pieces.elyscape.com/51/adding-open-in-git-bash-to-the-context-menu/ 3 | -------------------------------------------------------------------------------- /plugin/manpages/konsole.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/manpages/konsole.txt -------------------------------------------------------------------------------- /plugin/manpages/linux-command-line-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/manpages/linux-command-line-1.txt -------------------------------------------------------------------------------- /plugin/manpages/linux-command-line-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/manpages/linux-command-line-2.txt -------------------------------------------------------------------------------- /plugin/manpages/linux_desktop.txt: -------------------------------------------------------------------------------- 1 | http://www.linuxmintusers.de/index.php?topic=6985.0 2 | -------------------------------------------------------------------------------- /plugin/manpages/macosx.txt: -------------------------------------------------------------------------------- 1 | Opening Applications from the command line 2 | The command is simply open (which can also be used for opening directories). The most basic example of launching an application: 3 | open /path/to/some.app 4 | 5 | More complex possibilities also exist: 6 | open "/Volumes/Macintosh HD/foo.txt" 7 | opens the document in the default application for its type (as determined by LaunchServices). 8 | 9 | open /Applications/ 10 | opens that directory in the Finder. 11 | 12 | open -a /Applications/TextEdit.app "/Volumes/Macintosh HD/foo.txt" 13 | opens the document in the application specified (in this case, TextEdit). 14 | 15 | open -e "/Volumes/Macintosh HD/foo.txt" 16 | opens the document in TextEdit (the -e option specifies TextEdit). 17 | 18 | open http://www.apple.com/ 19 | opens the URL in the default browser (lynx, naturally *wink*) 20 | 21 | open "file://localhost/Volumes/Macintosh HD/foo.txt" 22 | opens the document in the default application for its type (as determined by LaunchServices). 23 | 24 | open "file://localhost/Volumes/Macintosh HD/Applications/" 25 | opens that directory in the Finder. 26 | 27 | -------------------------------------------------------------------------------- /plugin/manpages/others.txt: -------------------------------------------------------------------------------- 1 | Linux hold terminal: 2 | http://unix.stackexchange.com/questions/155955/opening-a-terminal-other-than-xterm-running-a-command-on-it-and-not-closing-th 3 | -------------------------------------------------------------------------------- /plugin/pom.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 4.0.0 6 | 7 | de.anbos.eclipse.easyshell.plugin 8 | eclipse-plugin 9 | EasyShell Plugin 10 | 11 | 12 | de.anbos.eclipse.easyshell.group 13 | de.anbos.eclipse.easyshell 14 | 2.3.0-SNAPSHOT 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /plugin/readme.txt: -------------------------------------------------------------------------------- 1 | build.properties 2 | 3 | source: 4 | https://www.eclipse.org/tycho/sitedocs/BuildProperties.html 5 | http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm 6 | 7 | 22.09.2015 anb0s 8 | -------------------------------------------------------------------------------- /plugin/scripts/bash/guake.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | guake --show --execute-command="cd '$1'" -------------------------------------------------------------------------------- /plugin/scripts/cmd/test.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | @echo Hello, World! 4 | 5 | pause -------------------------------------------------------------------------------- /plugin/scripts/powershell/test.ps1: -------------------------------------------------------------------------------- 1 | Write-Host 'Hello, World!' 2 | Read-Host -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/commands/DefineCommandsForMainMenu.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.commands; 15 | 16 | import org.eclipse.ui.menus.IContributionRoot; 17 | import org.eclipse.ui.services.IServiceLocator; 18 | 19 | import de.anbos.eclipse.easyshell.plugin.preferences.GeneralDataStore; 20 | import de.anbos.eclipse.easyshell.plugin.types.CheckBox; 21 | import de.anbos.eclipse.easyshell.plugin.types.ResourceType; 22 | 23 | public class DefineCommandsForMainMenu extends DefineCommands { 24 | 25 | public DefineCommandsForMainMenu() { 26 | } 27 | 28 | @Override 29 | public void createContributionItems(IServiceLocator serviceLocator, IContributionRoot additions) { 30 | if (GeneralDataStore.instance().getData().getMenuMain() != CheckBox.yes) { 31 | return; 32 | } 33 | createContributionItemsForResType(ResourceType.resourceTypeFileOrDirectory, serviceLocator, additions); 34 | } 35 | 36 | @Override 37 | public boolean showMenuImage() { 38 | return false; 39 | } 40 | 41 | } 42 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/commands/DefineCommandsForResourceNavigator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.commands; 15 | 16 | public class DefineCommandsForResourceNavigator extends DefineCommands { 17 | 18 | @Override 19 | public boolean isForResourceNavigator() { 20 | return true; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/commands/ExecuteCommandLabelProvider.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.commands; 15 | 16 | import org.eclipse.jface.viewers.LabelProvider; 17 | import org.eclipse.swt.graphics.Image; 18 | 19 | import de.anbos.eclipse.easyshell.plugin.Activator; 20 | import de.anbos.eclipse.easyshell.plugin.preferences.MenuData; 21 | 22 | public class ExecuteCommandLabelProvider extends LabelProvider { 23 | 24 | @Override 25 | public Image getImage(Object element) { 26 | if(!(element instanceof MenuData)) { 27 | return null; 28 | } 29 | MenuData data = (MenuData)element; 30 | return Activator.getImage(data.getImageId()); 31 | } 32 | 33 | @Override 34 | public String getText(Object element) { 35 | if(!(element instanceof MenuData)) { 36 | return element.toString(); 37 | } 38 | MenuData data = (MenuData)element; 39 | return data.getNameExpanded(); 40 | } 41 | 42 | } 43 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/editor/LauncherAllMulti.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.editor; 15 | 16 | public class LauncherAllMulti extends LauncherAll { 17 | 18 | @Override 19 | protected String getCommandId() { 20 | return "de.anbos.eclipse.easyshell.plugin.commands.allmulti"; 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/exceptions/General.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.exceptions; 15 | 16 | import de.anbos.eclipse.easyshell.plugin.Activator; 17 | 18 | public class General extends Exception { 19 | 20 | private static final long serialVersionUID = -4388439082977608451L; 21 | 22 | public General(String string) { 23 | super(string); 24 | } 25 | 26 | public void logInternalError() { 27 | if (logEnabled()) { 28 | Activator.logError(Activator.getResourceString("easyshell.message.error.store.load"), this); 29 | } 30 | } 31 | 32 | public boolean logEnabled() { 33 | return true; 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/AllMulti.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | public class AllMulti extends All { 17 | 18 | public AllMulti() { 19 | super(); 20 | setUsePopup(false); 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/AllSingle.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | public class AllSingle extends All { 17 | 18 | public AllSingle() { 19 | super(); 20 | setUsePopup(true); 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Clipboard.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | import de.anbos.eclipse.easyshell.plugin.types.Category; 17 | 18 | public class Clipboard extends AllSingle { 19 | 20 | @Override 21 | public Category getCategory() { 22 | return Category.categoryClipboard; 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Default.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | import de.anbos.eclipse.easyshell.plugin.types.Category; 17 | 18 | public class Default extends AllSingle { 19 | 20 | @Override 21 | public Category getCategory() { 22 | return Category.categoryDefault; 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Explore.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | import de.anbos.eclipse.easyshell.plugin.types.Category; 17 | 18 | public class Explore extends AllSingle { 19 | 20 | @Override 21 | public Category getCategory() { 22 | return Category.categoryExplore; 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Open.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.handlers; 15 | 16 | import java.util.ArrayList; 17 | import java.util.List; 18 | 19 | import de.anbos.eclipse.easyshell.plugin.types.Category; 20 | 21 | public class Open extends AllSingle { 22 | 23 | @Override 24 | public Category getCategory() { 25 | return Category.categoryOpen; 26 | } 27 | 28 | @Override 29 | public List getCategories() { 30 | List list = new ArrayList(); 31 | list.add(getCategory()); 32 | list.add(Category.categoryEdit); 33 | return list; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/Run.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Copyright (c) 2014 - 2018 Andre Bossert. 3 | * All rights reserved. This program and the accompanying materials 4 | * are made available under the terms of the Eclipse Public License v1.0 5 | * which accompanies this distribution, and is available at 6 | * http://www.eclipse.org/legal/epl-v10.html 7 | * 8 | * Contributors: 9 | * Andre Bossert - initial API and implementation and/or initial documentation 10 | *******************************************************************************/ 11 | 12 | package de.anbos.eclipse.easyshell.plugin.handlers; 13 | 14 | import de.anbos.eclipse.easyshell.plugin.types.Category; 15 | 16 | public class Run extends AllSingle { 17 | 18 | @Override 19 | public Category getCategory() { 20 | return Category.categoryRun; 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/handlers/User.java: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * Copyright (c) 2014 - 2018 Andre Bossert. 3 | * All rights reserved. This program and the accompanying materials 4 | * are made available under the terms of the Eclipse Public License v1.0 5 | * which accompanies this distribution, and is available at 6 | * http://www.eclipse.org/legal/epl-v10.html 7 | * 8 | * Contributors: 9 | * Andre Bossert - initial API and implementation and/or initial documentation 10 | *******************************************************************************/ 11 | 12 | package de.anbos.eclipse.easyshell.plugin.handlers; 13 | 14 | import de.anbos.eclipse.easyshell.plugin.types.Category; 15 | 16 | public class User extends AllSingle { 17 | 18 | @Override 19 | public Category getCategory() { 20 | return Category.categoryUser; 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/legacy/Debug.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.legacy; 15 | 16 | /** 17 | * Debug. 18 | */ 19 | public enum Debug { 20 | debugNo(0, "No"), 21 | debugYes(1, "Yes"); 22 | // attributes 23 | private final int id; 24 | private final String mode; 25 | // construct 26 | Debug(int id, String mode) { 27 | this.id = id; 28 | this.mode = mode; 29 | } 30 | public int getId() { 31 | return id; 32 | } 33 | public String getMode() { 34 | return mode; 35 | } 36 | public static Debug getFromId(int id) { 37 | Debug ret = debugNo; 38 | for(int i = 0; i < Debug.values().length; i++) { 39 | if (Debug.values()[i].getId() == id) { 40 | ret = Debug.values()[i]; 41 | } 42 | } 43 | return ret; 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/legacy/EasyShellTokenizer.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.legacy; 15 | 16 | /** 17 | * Tokenizer. 18 | */ 19 | public enum EasyShellTokenizer { 20 | EasyShellTokenizerNo(0, "No"), 21 | EasyShellTokenizerYes(1, "Yes"); 22 | // attributes 23 | private final int id; 24 | private final String mode; 25 | // construct 26 | EasyShellTokenizer(int id, String mode) { 27 | this.id = id; 28 | this.mode = mode; 29 | } 30 | public int getId() { 31 | return id; 32 | } 33 | public String getMode() { 34 | return mode; 35 | } 36 | public static EasyShellTokenizer getFromId(int id) { 37 | EasyShellTokenizer ret = EasyShellTokenizerYes; 38 | for(int i = 0; i < EasyShellTokenizer.values().length; i++) { 39 | if (EasyShellTokenizer.values()[i].getId() == id) { 40 | ret = EasyShellTokenizer.values()[i]; 41 | } 42 | } 43 | return ret; 44 | } 45 | }; 46 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/misc/DynamicVariableSelector.java: -------------------------------------------------------------------------------- 1 | package de.anbos.eclipse.easyshell.plugin.misc; 2 | 3 | import org.eclipse.core.variables.IStringVariable; 4 | import org.eclipse.debug.ui.stringsubstitution.IArgumentSelector; 5 | import org.eclipse.jface.viewers.LabelProvider; 6 | import org.eclipse.jface.window.Window; 7 | import org.eclipse.swt.widgets.Shell; 8 | import org.eclipse.ui.dialogs.ElementListSelectionDialog; 9 | 10 | import de.anbos.eclipse.easyshell.plugin.types.Variable; 11 | 12 | public class DynamicVariableSelector implements IArgumentSelector { 13 | 14 | @Override 15 | public String selectArgument(IStringVariable stringVariable, Shell shell) { 16 | ElementListSelectionDialog dialog = new ElementListSelectionDialog(shell, new LabelProvider()); 17 | var varNames = Variable.getVisibleVariables().stream().map(variable -> variable.getName()).sorted() 18 | .toArray(String[]::new); 19 | dialog.setElements(varNames); 20 | dialog.setTitle("Select EasyShell Variable"); 21 | dialog.setMessage("Select an EasyShell variable (? = any character, * = any String):"); 22 | if (dialog.open() == Window.OK) { 23 | return (String) dialog.getResult()[0]; 24 | } 25 | return null; 26 | } 27 | 28 | } 29 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/CommandDataContentProvider.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import org.eclipse.jface.viewers.IStructuredContentProvider; 17 | import org.eclipse.jface.viewers.Viewer; 18 | 19 | public class CommandDataContentProvider implements IStructuredContentProvider { 20 | 21 | public Object[] getElements(Object inputElement) { 22 | return ((CommandDataStore)inputElement).getAllCommandsArray(); 23 | } 24 | 25 | public void dispose() { 26 | } 27 | 28 | public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/CommandDataList.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import java.util.ArrayList; 17 | import java.util.List; 18 | 19 | public class CommandDataList extends ArrayList { 20 | 21 | /** 22 | * 23 | */ 24 | private static final long serialVersionUID = 6519662599078432983L; 25 | 26 | public CommandDataList() { 27 | } 28 | 29 | public CommandDataList(List list) { 30 | addAll(list); 31 | } 32 | 33 | @Override 34 | public boolean add(CommandData e) { 35 | e.setPosition(this.size()); 36 | return super.add(e); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/IData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | public interface IData { 17 | 18 | int getPosition(); 19 | 20 | String getId(); 21 | 22 | boolean equals(Object object); 23 | 24 | void setPosition(int position); 25 | 26 | void setId(String id); 27 | 28 | boolean verify(); 29 | } 30 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/IDataStore.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | public interface IDataStore extends IStore { 17 | 18 | IData getPreviousElement(IData data); 19 | 20 | IData getNextElement(IData data); 21 | 22 | IData getLastElement(); 23 | 24 | void removeAll(); 25 | 26 | void renumber(); 27 | 28 | void sort(); 29 | 30 | } 31 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/IStore.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import org.eclipse.jface.preference.IPreferenceStore; 17 | 18 | public interface IStore { 19 | 20 | IPreferenceStore getStore(); 21 | 22 | void load(); 23 | 24 | void loadDefaults(); 25 | 26 | boolean verify(); 27 | 28 | void save(); 29 | 30 | boolean isMigrated(); 31 | 32 | void setMigrated(boolean migrated); 33 | 34 | } 35 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/MenuDataContentProvider.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import org.eclipse.jface.viewers.IStructuredContentProvider; 17 | import org.eclipse.jface.viewers.Viewer; 18 | 19 | public class MenuDataContentProvider implements IStructuredContentProvider { 20 | 21 | public Object[] getElements(Object inputElement) { 22 | return ((MenuDataStore)inputElement).getCommandMenuDataArray(); 23 | } 24 | 25 | public void dispose() { 26 | } 27 | 28 | public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { 29 | } 30 | 31 | } 32 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/MenuDataList.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import java.util.ArrayList; 17 | import java.util.List; 18 | 19 | public class MenuDataList extends ArrayList { 20 | 21 | /** 22 | * 23 | */ 24 | private static final long serialVersionUID = 4274345194237037872L; 25 | 26 | public MenuDataList() { 27 | } 28 | 29 | public MenuDataList(List list) { 30 | addAll(list); 31 | } 32 | 33 | @Override 34 | public boolean add(MenuData e) { 35 | e.setPosition(this.size()); 36 | return super.add(e); 37 | } 38 | 39 | } 40 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/TypedComboBoxLabelProvider.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | import org.eclipse.swt.graphics.Image; 17 | 18 | public interface TypedComboBoxLabelProvider { 19 | 20 | public String getSelectedLabel(T element); 21 | 22 | public String getListLabel(T element); 23 | 24 | public Image getImage(T element); 25 | 26 | } 27 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/preferences/TypedComboBoxSelectionListener.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.preferences; 15 | 16 | public interface TypedComboBoxSelectionListener { 17 | 18 | public void selectionChanged(TypedComboBox typedComboBox, T newSelection); 19 | } 20 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/types/Converters.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.types; 15 | 16 | import java.util.HashMap; 17 | import java.util.Map; 18 | 19 | public class Converters { 20 | static Map map = new HashMap(); 21 | public static Map getMap() { 22 | return map; 23 | } 24 | static { 25 | for(int i=0;i. 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.types; 15 | 16 | public interface IConverter { 17 | String convert(String input); 18 | } 19 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/types/IVariableResolver.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.types; 15 | 16 | public interface IVariableResolver { 17 | String resolve(Object object, Object parameter); 18 | } 19 | -------------------------------------------------------------------------------- /plugin/src/de/anbos/eclipse/easyshell/plugin/types/Variables.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2014-2022 Andre Bossert . 3 | * 4 | * See the NOTICE file(s) distributed with this work for additional 5 | * information regarding copyright ownership. 6 | * 7 | * This program and the accompanying materials are made available under the 8 | * terms of the Eclipse Public License 2.0 which is available at 9 | * http://www.eclipse.org/legal/epl-2.0 10 | * 11 | * SPDX-License-Identifier: EPL-2.0 12 | */ 13 | 14 | package de.anbos.eclipse.easyshell.plugin.types; 15 | 16 | import java.util.HashMap; 17 | import java.util.Map; 18 | 19 | public class Variables { 20 | static Map map = new HashMap(); 21 | public static Map getMap() { 22 | return map; 23 | } 24 | static { 25 | for(int i=0;i 2 | 3 | de.anbos.eclipse.easyshell.site 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.pde.UpdateSiteBuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.m2e.core.maven2Builder 15 | 16 | 17 | 18 | 19 | 20 | org.eclipse.m2e.core.maven2Nature 21 | org.eclipse.pde.UpdateSiteNature 22 | 23 | 24 | -------------------------------------------------------------------------------- /site/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /site/.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- 1 | activeProfiles= 2 | eclipse.preferences.version=1 3 | resolveWorkspaceProjects=true 4 | version=1 5 | -------------------------------------------------------------------------------- /site/category.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | EasyShell 2.x Releases 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/images/EasyShell_1.4_context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_1.4_context_menu.png -------------------------------------------------------------------------------- /site/images/EasyShell_1.4_preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_1.4_preferences.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_context_menu_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_context_menu_windows.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_multi-selection_dialog_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_multi-selection_dialog_windows.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_popup_menu_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_popup_menu_windows.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_preferences_command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_preferences_command.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_preferences_command_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_preferences_command_new.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_preferences_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_preferences_menu.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_preferences_menu_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_preferences_menu_new.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.0_preferences_menu_new_content_assist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.0_preferences_menu_new_content_assist.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_context_menu_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_context_menu_linux.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_multi-selection_dialog_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_multi-selection_dialog_linux.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_popup_menu_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_popup_menu_linux.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_command_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_command_edit.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_command_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_command_linux.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_command_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_command_new.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_general.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_menu_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_menu_edit.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_menu_edit_content_assist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_menu_edit_content_assist.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_menu_edit_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_menu_edit_filter.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.1_preferences_menu_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.1_preferences_menu_linux.png -------------------------------------------------------------------------------- /site/images/EasyShell_2.2_main_menu_dialog_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/images/EasyShell_2.2_main_menu_dialog_windows.png -------------------------------------------------------------------------------- /site/readme.txt: -------------------------------------------------------------------------------- 1 | beta update site: 2 | https://raw.githubusercontent.com/anb0s/EasyShell/v2_0/site/updates/testing 3 | 4 | main update site: 5 | https://raw.githubusercontent.com/anb0s/EasyShell/v2_0/site/updates/release 6 | 7 | 1. build the site with maven: mvn clean install 8 | 2. copy target\site to composite\site_x_y !!! Only one site with one / last plugin version !!! 9 | 3. adapt compositeArtifacts.xml and compositeContent.xml 10 | 11 | source: 12 | http://stackoverflow.com/questions/20951842/combine-aggregate-eclipse-p2-repositories-extendable-p2-repository 13 | http://www.lorenzobettini.it/2015/01/creating-p2-composite-repositories-during-the-build/ 14 | 15 | 03.06.2016 anb0s 16 | -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.0.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.2.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.3.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.4.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.5.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.3.6.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.0.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/features/com.tetrade.eclipse.plugins.easyshell.feature_1.4.2.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.0.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.2.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.3.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.4.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.5.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.3.6.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.0.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.1.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/1.4/plugins/com.tetrade.eclipse.plugins.easyshell_1.4.2.jar -------------------------------------------------------------------------------- /site/updates/release/1.4/stylesheet.css: -------------------------------------------------------------------------------- 1 | body {background:white; 2 | } 3 | hr {background:green; 4 | background-color:blue;} 5 | 6 | div.topbar { 7 | padding:0.1em; 8 | background-color: #eeeeff; 9 | border-width: 1px ; 10 | border-style: solid ; 11 | border-color: black; 12 | vertical-align:bottom; 13 | 14 | } 15 | a.thispage { font-family: Arial, Helvetica, sans-serif; 16 | font-style: normal; 17 | font-variant: normal; 18 | font-weight: bold; 19 | font-size: 10pts; 20 | vertical-align: middle; 21 | text-decoration:none; 22 | margin-right: 0.5em; 23 | padding:0.2em; 24 | 25 | border-width: 0px; 26 | border-style: solid; 27 | border-color: blue; 28 | 29 | color:white; 30 | background:#00008b; 31 | } 32 | a.topbarlink , img.topbarlink{ 33 | font-family: Arial, Helvetica, sans-serif; 34 | font-style: normal; 35 | font-variant: normal; 36 | font-weight: bold; 37 | font-size: 10pts; 38 | vertical-align: middle; 39 | text-decoration:none; 40 | margin-right: 0.5em; 41 | padding:0.2em; 42 | 43 | 44 | border-width: 0px; 45 | border-style: solid; 46 | border-color: blue; 47 | } 48 | 49 | a.topbarlink:visited, a.topbarlink:link { 50 | color:black; 51 | } 52 | a.topbarlink:active { 53 | color: white; 54 | 55 | } 56 | a.topbarlink:hover { 57 | background: #bbbbff; 58 | } 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /site/updates/release/1.4/web/site.css: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /site/updates/release/2.0/2.0.0.v20160929-1641/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.0/2.0.0.v20160929-1641/artifacts.jar -------------------------------------------------------------------------------- /site/updates/release/2.0/2.0.0.v20160929-1641/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.0/2.0.0.v20160929-1641/content.jar -------------------------------------------------------------------------------- /site/updates/release/2.0/2.0.0.v20160929-1641/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160929-1641.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.0/2.0.0.v20160929-1641/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160929-1641.jar -------------------------------------------------------------------------------- /site/updates/release/2.0/2.0.0.v20160929-1641/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160929-1641.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.0/2.0.0.v20160929-1641/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160929-1641.jar -------------------------------------------------------------------------------- /site/updates/release/2.0/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.0/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.0/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/release/2.1/2.1.0.v20170508-1844/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.1/2.1.0.v20170508-1844/artifacts.jar -------------------------------------------------------------------------------- /site/updates/release/2.1/2.1.0.v20170508-1844/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.1/2.1.0.v20170508-1844/content.jar -------------------------------------------------------------------------------- /site/updates/release/2.1/2.1.0.v20170508-1844/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.1/2.1.0.v20170508-1844/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar -------------------------------------------------------------------------------- /site/updates/release/2.1/2.1.0.v20170508-1844/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.1/2.1.0.v20170508-1844/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar -------------------------------------------------------------------------------- /site/updates/release/2.1/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.1/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.1/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/artifacts.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/content.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/content.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20210518-0839.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20210518-0839.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/p2.index: -------------------------------------------------------------------------------- 1 | #Tue May 18 10:39:25 CEST 2021 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.0.v20210518-0839/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20210518-0839.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.0.v20210518-0839/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20210518-0839.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/artifacts.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/content.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/content.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/features/de.anbos.eclipse.easyshell.feature_2.2.1.v20210716-0745.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/features/de.anbos.eclipse.easyshell.feature_2.2.1.v20210716-0745.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/p2.index: -------------------------------------------------------------------------------- 1 | #Fri Jul 16 09:46:00 CEST 2021 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/release/2.2/2.2.1.v20210716-0745/plugins/de.anbos.eclipse.easyshell.plugin_2.2.1.v20210716-0745.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.2/2.2.1.v20210716-0745/plugins/de.anbos.eclipse.easyshell.plugin_2.2.1.v20210716-0745.jar -------------------------------------------------------------------------------- /site/updates/release/2.2/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /site/updates/release/2.2/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /site/updates/release/2.2/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/artifacts.jar -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/content.jar -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/content.xml.xz -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20230630-1658.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20230630-1658.jar -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/p2.index: -------------------------------------------------------------------------------- 1 | #Fri Jun 30 16:58:31 UTC 2023 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/release/2.3/2.3.0.v20230630-1658/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20230630-1658.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/release/2.3/2.3.0.v20230630-1658/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20230630-1658.jar -------------------------------------------------------------------------------- /site/updates/release/2.3/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.3/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /site/updates/release/2.3/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/release/build.version.properties: -------------------------------------------------------------------------------- 1 | build_version_major_minor=2.3 2 | build_version_unqualified=2.3.0 3 | build_version_qualifier=v20230630-1658 4 | build_version_full=2.3.0.v20230630-1658 5 | build_version_path=2.3/2.3.0.v20230630-1658 6 | build_version_milestone=8 7 | -------------------------------------------------------------------------------- /site/updates/release/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /site/updates/release/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /site/updates/release/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160605-2130/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160605-2130/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160605-2130/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160605-2130/content.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160605-2130/features/com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606052130.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160605-2130/features/com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606052130.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160605-2130/plugins/com.tetrade.eclipse.plugins.easyshell_1.5.0.201606052130.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160605-2130/plugins/com.tetrade.eclipse.plugins.easyshell_1.5.0.201606052130.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160612-2114/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160612-2114/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160612-2114/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160612-2114/content.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160612-2114/features/com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606122114.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160612-2114/features/com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606122114.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/1.5.0.v20160612-2114/plugins/com.tetrade.eclipse.plugins.easyshell_1.5.0.201606122114.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/1.5/1.5.0.v20160612-2114/plugins/com.tetrade.eclipse.plugins.easyshell_1.5.0.201606122114.jar -------------------------------------------------------------------------------- /site/updates/testing/1.5/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /site/updates/testing/1.5/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /site/updates/testing/1.5/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160719-1230/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160719-1230/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160719-1230/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160719-1230/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160719-1230/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160719-1230.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160719-1230/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160719-1230.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160719-1230/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160719-1230.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160719-1230/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160719-1230.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2110/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2110/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2110/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2110/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2110/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2110.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2110/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2110.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2110/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2110.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2110/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2110.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2133/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2133/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2133/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2133/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2133/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2133.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2133/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2133.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160726-2133/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2133.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160726-2133/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2133.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160823-1756/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160823-1756/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160823-1756/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160823-1756/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160823-1756/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160823-1756.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160823-1756/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160823-1756.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160823-1756/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160823-1756.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160823-1756/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160823-1756.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160919-1856/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160919-1856/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160919-1856/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160919-1856/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160919-1856/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160919-1856.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160919-1856/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160919-1856.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160919-1856/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160919-1856.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160919-1856/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160919-1856.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160923-1117/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160923-1117/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160923-1117/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160923-1117/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160923-1117/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160923-1117.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160923-1117/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160923-1117.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160923-1117/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160923-1117.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160923-1117/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160923-1117.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160927-2006/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160927-2006/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160927-2006/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160927-2006/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160927-2006/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160927-2006.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160927-2006/features/de.anbos.eclipse.easyshell.feature_2.0.0.v20160927-2006.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/2.0.0.v20160927-2006/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160927-2006.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.0/2.0.0.v20160927-2006/plugins/de.anbos.eclipse.easyshell.plugin_2.0.0.v20160927-2006.jar -------------------------------------------------------------------------------- /site/updates/testing/2.0/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /site/updates/testing/2.0/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /site/updates/testing/2.0/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161102-1515/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161102-1515/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161102-1515/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161102-1515/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161102-1515/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161102-1515.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161102-1515/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161102-1515.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161102-1515/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161102-1515.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161102-1515/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161102-1515.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161103-2010/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161103-2010/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161103-2010/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161103-2010/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161103-2010/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161103-2010.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161103-2010/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161103-2010.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161103-2010/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161103-2010.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161103-2010/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161103-2010.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161203-1029/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161203-1029/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161203-1029/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161203-1029/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161203-1029/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161203-1029.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161203-1029/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161203-1029.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161203-1029/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161203-1029.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161203-1029/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161203-1029.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161210-2045/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161210-2045/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161210-2045/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161210-2045/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161210-2045/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161210-2045.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161210-2045/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161210-2045.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161210-2045/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161210-2045.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161210-2045/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161210-2045.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161214-2215/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161214-2215/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161214-2215/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161214-2215/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161214-2215/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161214-2215.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161214-2215/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161214-2215.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161214-2215/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161214-2215.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161214-2215/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161214-2215.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161218-1511/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161218-1511/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161218-1511/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161218-1511/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161218-1511/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161218-1511.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161218-1511/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161218-1511.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161218-1511/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161218-1511.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161218-1511/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161218-1511.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161220-2025/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161220-2025/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161220-2025/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161220-2025/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161220-2025/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161220-2025.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161220-2025/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20161220-2025.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20161220-2025/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161220-2025.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20161220-2025/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20161220-2025.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170421-1258/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170421-1258/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170421-1258/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170421-1258/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170421-1258/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170421-1258.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170421-1258/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170421-1258.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170421-1258/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170421-1258.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170421-1258/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170421-1258.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170508-1844/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170508-1844/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170508-1844/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170508-1844/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170508-1844/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170508-1844/features/de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.0.v20170508-1844/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.0.v20170508-1844/plugins/de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/features/de.anbos.eclipse.easyshell.feature_2.1.1.v20180304-1631.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/features/de.anbos.eclipse.easyshell.feature_2.1.1.v20180304-1631.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/p2.index: -------------------------------------------------------------------------------- 1 | #Sun Mar 04 17:32:04 CET 2018 2 | version=1 3 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 4 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.1/2.1.1.v20180304-1631/plugins/de.anbos.eclipse.easyshell.plugin_2.1.1.v20180304-1631.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.1/2.1.1.v20180304-1631/plugins/de.anbos.eclipse.easyshell.plugin_2.1.1.v20180304-1631.jar -------------------------------------------------------------------------------- /site/updates/testing/2.1/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /site/updates/testing/2.1/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /site/updates/testing/2.1/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20181108-1757.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20181108-1757.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/p2.index: -------------------------------------------------------------------------------- 1 | #Thu Nov 08 19:01:02 CET 2018 2 | version=1 3 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 4 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20181108-1757/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20181108-1757.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20181108-1757/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20181108-1757.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20191004-1015.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20191004-1015.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/p2.index: -------------------------------------------------------------------------------- 1 | #Fri Oct 04 12:16:59 CEST 2019 2 | version=1 3 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 4 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20191004-1015/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20191004-1015.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20191004-1015/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20191004-1015.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20200919-1950.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20200919-1950.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/p2.index: -------------------------------------------------------------------------------- 1 | #Sat Sep 19 21:50:46 CEST 2020 2 | version=1 3 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 4 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20200919-1950/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20200919-1950.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20200919-1950/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20200919-1950.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20201004-2044.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20201004-2044.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/p2.index: -------------------------------------------------------------------------------- 1 | #Sun Oct 04 22:44:30 CEST 2020 2 | version=1 3 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 4 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20201004-2044/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20201004-2044.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20201004-2044/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20201004-2044.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20210403-0123.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/features/de.anbos.eclipse.easyshell.feature_2.2.0.v20210403-0123.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/p2.index: -------------------------------------------------------------------------------- 1 | #Sat Apr 03 03:24:39 CEST 2021 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.0.v20210403-0123/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20210403-0123.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.0.v20210403-0123/plugins/de.anbos.eclipse.easyshell.plugin_2.2.0.v20210403-0123.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/features/de.anbos.eclipse.easyshell.feature_2.2.1.v20210607-1525.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/features/de.anbos.eclipse.easyshell.feature_2.2.1.v20210607-1525.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/p2.index: -------------------------------------------------------------------------------- 1 | #Mon Jun 07 17:25:47 CEST 2021 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/2.2.1.v20210607-1525/plugins/de.anbos.eclipse.easyshell.plugin_2.2.1.v20210607-1525.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.2/2.2.1.v20210607-1525/plugins/de.anbos.eclipse.easyshell.plugin_2.2.1.v20210607-1525.jar -------------------------------------------------------------------------------- /site/updates/testing/2.2/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /site/updates/testing/2.2/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220115-1548.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220115-1548.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/p2.index: -------------------------------------------------------------------------------- 1 | #Sat Jan 15 16:49:53 CET 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220115-1548/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220115-1548.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220115-1548/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220115-1548.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220319-2249.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220319-2249.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/p2.index: -------------------------------------------------------------------------------- 1 | #Sat Mar 19 23:50:24 CET 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220319-2249/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220319-2249.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220319-2249/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220319-2249.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1248.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1248.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/p2.index: -------------------------------------------------------------------------------- 1 | #Sun Mar 27 12:48:54 UTC 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1248/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1248.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1248/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1248.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1630.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1630.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/p2.index: -------------------------------------------------------------------------------- 1 | #Sun Mar 27 16:30:33 UTC 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220327-1630/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1630.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220327-1630/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1630.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220328-1717.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20220328-1717.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/p2.index: -------------------------------------------------------------------------------- 1 | #Mon Mar 28 17:17:16 UTC 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20220328-1717/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220328-1717.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20220328-1717/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20220328-1717.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20221015-2029.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20221015-2029.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/p2.index: -------------------------------------------------------------------------------- 1 | #Sat Oct 15 20:30:14 UTC 2022 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20221015-2029/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20221015-2029.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20221015-2029/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20221015-2029.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/artifacts.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/artifacts.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/artifacts.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/content.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/content.xml.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/content.xml.xz -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20230622-0747.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/features/de.anbos.eclipse.easyshell.feature_2.3.0.v20230622-0747.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/p2.index: -------------------------------------------------------------------------------- 1 | #Thu Jun 22 07:47:46 UTC 2023 2 | artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\! 3 | version=1 4 | metadata.repository.factory.order=content.xml.xz,content.xml,\! 5 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/2.3.0.v20230622-0747/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20230622-0747.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/site/updates/testing/2.3/2.3.0.v20230622-0747/plugins/de.anbos.eclipse.easyshell.plugin_2.3.0.v20230622-0747.jar -------------------------------------------------------------------------------- /site/updates/testing/2.3/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /site/updates/testing/2.3/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | -------------------------------------------------------------------------------- /site/updates/testing/build.version.properties: -------------------------------------------------------------------------------- 1 | build_version_major_minor=2.3 2 | build_version_unqualified=2.3.0 3 | build_version_qualifier=v20230622-0747 4 | build_version_full=2.3.0.v20230622-0747 5 | build_version_path=2.3/2.3.0.v20230622-0747 6 | build_version_milestone=8 7 | -------------------------------------------------------------------------------- /site/updates/testing/compositeArtifacts.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /site/updates/testing/compositeContent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /site/updates/testing/p2.index: -------------------------------------------------------------------------------- 1 | version=1 2 | metadata.repository.factory.order=compositeContent.xml,\! 3 | artifact.repository.factory.order=compositeArtifacts.xml,\! 4 | --------------------------------------------------------------------------------