Blob Blame History Raw
From aa3ab2027b7b823b18899d34a54857519019aee5 Mon Sep 17 00:00:00 2001
From: Mat Booth
Date: Tue, 12 Jun 2018 17:32:37 +0100
Subject: Remove unnecessary dependency on JDT annotations

Bug: 535818
Change-Id: Ibbfa399e30c2129df0381ae7e8e038d5878d936a
Signed-off-by: Mat Booth <mat.booth@redhat.com>
---
 org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF | 1 -
 org.eclipse.egit.mylyn.ui/build.properties     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
index 1e78f6d..53f44dc 100644
--- a/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.mylyn.ui/META-INF/MANIFEST.MF
@@ -10,7 +10,6 @@ Require-Bundle: org.eclipse.team.core,
  org.eclipse.jface,
  org.eclipse.core.resources,
  org.eclipse.core.runtime,
- org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)";resolution:=optional,
  org.eclipse.ui.navigator.resources,
  org.eclipse.ui.workbench,
  org.eclipse.mylyn.monitor.core;bundle-version="[3.0.0,4.0.0)",
diff --git a/org.eclipse.egit.mylyn.ui/build.properties b/org.eclipse.egit.mylyn.ui/build.properties
index 383fe13..7b3c227 100644
--- a/org.eclipse.egit.mylyn.ui/build.properties
+++ b/org.eclipse.egit.mylyn.ui/build.properties
@@ -6,4 +6,3 @@ bin.includes = META-INF/,\
                plugin.properties,\
                about.html
 src.includes = about.html
-additional.bundles = org.eclipse.jdt.annotation
-- 
cgit v1.1