Skip to content

Commit

Permalink
378424 add branding plugin attribute to feature model
Browse files Browse the repository at this point in the history
Change-Id: I4573ee296e7827117bdca1472d15752dccb80304
  • Loading branch information
jsievers authored and Gerrit Code Review @ Eclipse.org committed Jan 17, 2013
1 parent e946afd commit 2e3faf9
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -163,6 +163,14 @@ public void setId(String id) {
dom.setAttribute("id", id);
}

public String getBrandingPluginId() {
return dom.getAttributeValue("plugin");
}

public void setBrandingPluginId(String id) {
dom.setAttribute("plugin", id);
}

public String getLicenseFeature() {
return dom.getAttributeValue("license-feature");
}
Expand Down

0 comments on commit 2e3faf9

Please sign in to comment.