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.equinox.log.stream/build.properties
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.equinox.log.stream/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.log.stream/build.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.log.stream/build.properties b/bundles/org.eclipse.equinox.log.stream/build.properties
new file mode 100644
index 000000000..5e02f1eb8
--- /dev/null
+++ b/bundles/org.eclipse.equinox.log.stream/build.properties
@@ -0,0 +1,10 @@
+source.. = osgi/src/,\
+ src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ plugin.properties
+src.includes = about.html
+
+jars.extra.classpath = osgi/osgi.annotation.jar

Back to the top