https://github.com/diffplug/goomph-eclipse-plugin
Example project for using goomph to create an eclipse plugin
https://github.com/diffplug/goomph-eclipse-plugin
Last synced: 6 months ago
JSON representation
Example project for using goomph to create an eclipse plugin
- Host: GitHub
- URL: https://github.com/diffplug/goomph-eclipse-plugin
- Owner: diffplug
- License: apache-2.0
- Created: 2016-09-08T18:25:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T20:55:00.000Z (over 9 years ago)
- Last Synced: 2025-03-11T06:49:43.321Z (10 months ago)
- Language: Java
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Goomph eclipse plugin example
This is an example project for using the [goomph](https://github.com/diffplug/goomph) gradle plugin to create an eclipse plugin, using:
- Dependencies pulled from maven and p2
- Automatic OSGi metadata
- Generate IDE-as-build-artifact
It's a quick fork of [the Goomph and Eclipse RCP](https://github.com/diffplug/gradle_and_eclipse_rcp) example project, tweaked for an eclipse plugin.
### Quickstart
- `gradlew ide` opens an IDE for manipulating this project.