Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-08-08 13:50:15 +0000
committerThomas Watson2017-08-08 13:56:58 +0000
commit1f4da249ef8b1285585d3ba27aad2faeba7df08c (patch)
tree351abcb950af7bdd45dcd675cd710a1197d609a6 /pom.xml
parent227af6cec28c6e6b8135ea9c6df6558010d8af67 (diff)
downloadrt.equinox.bundles-1f4da249ef8b1285585d3ba27aad2faeba7df08c.tar.gz
rt.equinox.bundles-1f4da249ef8b1285585d3ba27aad2faeba7df08c.tar.xz
rt.equinox.bundles-1f4da249ef8b1285585d3ba27aad2faeba7df08c.zip
Bug 516761 - Add log.stream to equinox.core sdkI20170808-2000
- Update reactor pom to build log.stream - Add log.stream to equinox.core sdk and generate source bundle Change-Id: I9e2b1ddd788e39eadffd091ca6ac66698d154b9c 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 72e9bb1e7..2660a0cdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
<module>bundles/org.eclipse.equinox.ip</module>
<module>bundles/org.eclipse.equinox.jsp.jasper</module>
<module>bundles/org.eclipse.equinox.jsp.jasper.registry</module>
+ <module>bundles/org.eclipse.equinox.log.stream</module>
<module>bundles/org.eclipse.equinox.metatype</module>
<module>bundles/org.eclipse.equinox.region</module>
<module>bundles/org.eclipse.equinox.servletbridge</module>

Back to the top