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

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