rogerdudler / eclipse-ui-themes

Dark UI Theme for Eclipse 4+
http://rogerdudler.github.com/eclipse-ui-themes/
Eclipse Public License 1.0
319 stars 106 forks source link

added maven/tycho support, added feature project #27

Closed pulse00 closed 11 years ago

pulse00 commented 11 years ago

This PR restructures the project to make headless builds with maven and tycho possible.

It also adds a feature project to make it possible to distribute it in a p2 repository.

If you're fine with it, i can host it on our p2 repo: http://p2-dev.pdt-extensions.org.

To build the project, simply run mvn clean install in the project root.

To make it still available via dropins, you'd need to build the project and upload the generated artifact to github and update the link in the readme.

pulse00 commented 11 years ago

I've just realized that https://github.com/eclipse-color-theme/eclipse-color-theme uses the same id for the feature: com.github.eclipsecolortheme.feature.

If you're fine with this Pull Request, what feature ID should i change it to in this feature?