Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.04 KB

README.adoc

File metadata and controls

46 lines (33 loc) · 2.04 KB

Karaf feature Eclipse Epsilon

Externsion to karaf which adds Eclipse Epsilon bundles to karaf features.

To install some features features required. Please add the folloeing repository to your distribution (versions can be different, the tested versions are presented):

Features:

  • eclipse-epsilon 1.5.1

Feature dependencies

The dependencies are lazy, there is no direct version reference, only feature name, so to be able to install the consumer have to add the feature repo contains the missing reference.

digraph so {
    node[ shape = box, style=filled, color=lightblue, shadow_offset=7, shadow_blur=5 ];

"apache-httpclient" -> "apache-commons"

    "apache-poi" -> "bouncycastle"
    "apache-poi" -> "apache-commons"

    "eclipse-epsilon" -> "bouncycastle"
    "eclipse-epsilon" -> "antlr"
    "eclipse-epsilon" -> "apache-commons"
    "eclipse-epsilon" -> "apache-httpclient"
    "eclipse-epsilon" -> "apache-poi"
    "eclipse-epsilon" -> "google"
    "eclipse-epsilon" -> "eclipse-emf"

    "google" -> "apache-httpclient"
    "google" -> "apache-cxf"

}