Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-06-16 14:23:14 +0000
committerThomas Watson2017-06-16 15:00:42 +0000
commit8c4c57fc16567b50b21a2e3764514f00cab86346 (patch)
treede148537f46181e3299ca0e979d4a53e2c884280 /bundles/org.eclipse.osgi.util
parent7eb08c867077c9a1931638830522816257cb3964 (diff)
downloadrt.equinox.framework-8c4c57fc16567b50b21a2e3764514f00cab86346.tar.gz
rt.equinox.framework-8c4c57fc16567b50b21a2e3764514f00cab86346.tar.xz
rt.equinox.framework-8c4c57fc16567b50b21a2e3764514f00cab86346.zip
Bug 516761 - Clean up log stream project
- Format code - Move OSGi API to separate source folder - add about.html - localize headers - add pom.xml and add module to top level pom.xml - add functional.interface.jar to util classpath Change-Id: Icc05eff0c9e1ef96e862d72a4a6eb0666ca1aa91 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.util')
-rw-r--r--bundles/org.eclipse.osgi.util/build.properties3
-rwxr-xr-xbundles/org.eclipse.osgi.util/lib/function.interface.jarbin0 -> 1110 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.util/build.properties b/bundles/org.eclipse.osgi.util/build.properties
index 95558127f..5ba7b92d1 100644
--- a/bundles/org.eclipse.osgi.util/build.properties
+++ b/bundles/org.eclipse.osgi.util/build.properties
@@ -17,4 +17,5 @@ src.includes = about.html,\
about_files/
source.. = src/
output.. = bin/
-jars.extra.classpath = lib/osgi.annotation.jar
+jars.extra.classpath = lib/osgi.annotation.jar,\
+ lib/function.interface.jar
diff --git a/bundles/org.eclipse.osgi.util/lib/function.interface.jar b/bundles/org.eclipse.osgi.util/lib/function.interface.jar
new file mode 100755
index 000000000..d2f08316f
--- /dev/null
+++ b/bundles/org.eclipse.osgi.util/lib/function.interface.jar
Binary files differ

Back to the top