Blame SOURCES/0002-Remove-unneeded-dep-on-jdt-annotations.patch

3f6891
From d52239f133c57aba7853f534c80730b403c3b16d Mon Sep 17 00:00:00 2001
3f6891
From: Mat Booth <mat.booth@redhat.com>
3f6891
Date: Sun, 16 Jun 2019 12:37:29 +0100
3f6891
Subject: [PATCH 2/2] Remove unneeded dep on jdt annotations
3f6891
3f6891
---
3f6891
 .../build.properties                                         | 5 +----
3f6891
 1 file changed, 1 insertion(+), 4 deletions(-)
3f6891
3f6891
diff --git a/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/build.properties b/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/build.properties
3f6891
index d9caeab..f165c5f 100644
3f6891
--- a/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/build.properties
3f6891
+++ b/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/build.properties
3f6891
@@ -9,7 +9,4 @@ bin.includes = META-INF/,\
3f6891
                .options
3f6891
 src.includes = about.html,\
3f6891
                asl-v20.txt
3f6891
-## JDT Null Analysis for Eclipse
3f6891
-additional.bundles = org.eclipse.jdt.annotation
3f6891
-## JDT Null Analysis and OSGi Services types for Tycho
3f6891
-jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation,platform:/plugin/org.eclipse.osgi.services
3f6891
+jars.extra.classpath = platform:/plugin/org.eclipse.osgi.services
3f6891
-- 
3f6891
2.20.1
3f6891