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

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