Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2021-02-02 19:25:59 +0000
committerThomas Watson2021-02-02 19:26:23 +0000
commit320856dd351a5889e8344f11c1b41921ce0db0b2 (patch)
treef35553729ceadde854a683dd1c4ef6d8db76a6c3
parent9f0f5a10fc5b218ad1a9a5def97744d8ee75a7d1 (diff)
downloadrt.equinox.framework-320856dd351a5889e8344f11c1b41921ce0db0b2.tar.gz
rt.equinox.framework-320856dd351a5889e8344f11c1b41921ce0db0b2.tar.xz
rt.equinox.framework-320856dd351a5889e8344f11c1b41921ce0db0b2.zip
The function.interface.jar is no longer needed on Java 8+I20210202-1840
This was only necessary while the framework still supported Java 7. Change-Id: I826687cd2b1bee0eb2c89dde1ac6d8206c8f5e1b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi/build.properties1
-rwxr-xr-xbundles/org.eclipse.osgi/osgi/function.interface.jarbin1110 -> 0 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties
index e6ec93eb5..13b389b9c 100644
--- a/bundles/org.eclipse.osgi/build.properties
+++ b/bundles/org.eclipse.osgi/build.properties
@@ -36,6 +36,5 @@ output.. = bin/
javacWarnings..=-raw,unchecked,hiding,unused,warningToken
jars.extra.classpath = osgi/osgi.annotation.jar,\
- osgi/function.interface.jar,\
osgi/j9stubs.jar
jre.compilation.profile = JavaSE-1.8
diff --git a/bundles/org.eclipse.osgi/osgi/function.interface.jar b/bundles/org.eclipse.osgi/osgi/function.interface.jar
deleted file mode 100755
index d2f08316f..000000000
--- a/bundles/org.eclipse.osgi/osgi/function.interface.jar
+++ /dev/null
Binary files differ

Back to the top