summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2018-06-30 12:30:58 +0200
committerRobert Helgesson <robert@rycee.net>2018-07-02 17:37:17 +0200
commitcb96b8643c83a4815e21e2f98d51aa867a9539e7 (patch)
tree886844f412ddd83ddadbe082c3c773e1ea99f822 /pkgs/applications/editors/eclipse
parentb2b68862f5061de454c641620893794bb0c194b3 (diff)
eclipse-plugin-jdt-codemining: init at 1.0.0.201806221018
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index 28fe3e294b5c..8b03d93d1838 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -487,6 +487,29 @@ rec {
};
};
+ jdt-codemining = buildEclipsePlugin rec {
+ name = "jdt-codemining-${version}";
+ version = "1.0.0.201806221018";
+
+ srcFeature = fetchurl {
+ url = "http://oss.opensagres.fr/jdt-codemining/snapshot/features/jdt-codemining-feature_${version}.jar";
+ sha256 = "1vy30rsb9xifn4r1r2n84d48g6riadzli1xvhfs1mf5pkm5ljwl6";
+ };
+
+ srcPlugin = fetchurl {
+ url = "http://oss.opensagres.fr/jdt-codemining/snapshot/plugins/org.eclipse.jdt.codemining_${version}.jar";
+ sha256 = "0qdzlqcjcm2i4mwhmcdml0am83z1dayrcmf37ji7vmw6iwdk1xmp";
+ };
+
+ meta = with stdenv.lib; {
+ homepage = https://github.com/angelozerr/jdt-codemining;
+ description = "Provides JDT Java CodeMining";
+ license = licenses.epl10;
+ platforms = platforms.all;
+ maintainers = [ maintainers.rycee ];
+ };
+ };
+
rustdt = buildEclipseUpdateSite rec {
name = "rustdt-${version}";
version = "0.6.2";