eclipse-ecf/0002-Remove-unneeded-dep-on-jdt-annotations.patch
DistroBaker 77f53533a3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/eclipse-ecf.git#5fb4fce825c0b24a08acf344c5594f2eb2d33865
2021-01-15 13:24:55 +00:00

26 lines
1.2 KiB
Diff

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