Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 796 Bytes

File metadata and controls

27 lines (16 loc) · 796 Bytes

OpenExplorer

OpenExplorer is a plugin for Eclipse, it opened the files selected in “Package Explorer” and “Navigator” in the system file browser.

Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows.

Build

This project uses Tycho with Maven to build. It requires Maven 3.9.0 or higher version.

Dev build:

mvn clean verify

Release build:

mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify

Install

  1. Add https://raw.githubusercontent.com/tlcsdm/eclipse-openexplorer/update_site/ as the upgrade location in Eclipse.
  2. Download from Jenkins