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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 58214de79..df13f76f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
<module>bundles/org.eclipse.osgi.services</module>
<module>bundles/org.eclipse.osgi.util</module>
<module>bundles/org.eclipse.osgi/supplement</module>
+ <module>bundles/org.eclipse.equinox.log.stream</module>
<module>bundles/org.eclipse.equinox.launcher</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>

Back to the top