Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 997 Bytes

ETape

Build Status GitHub issues GitHub

ETape provides a set of useful Eclipse plugin development facilities.

Current features

  • Automated bundle content generation

Installation

You can install Etape through the p2 update site:

https://zelenyhleb.github.io/etape/integration/

Building from source code

Make sure you have Maven 3.6+ and Git installed and added to PATH variable.

git clone [email protected]:zelenyhleb/etape.git
cd etape
mvn clean package

License

Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0