Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-09-27 06:49:59 +0000
committerAlexander Kurtakov2019-09-27 06:49:59 +0000
commit4e7d380f587c598930a49a8e6e3273c51d132182 (patch)
treeba52578837a94cb27801579128406cfa4808c5aa
parent0d9a942fbf847f7f5f20ba9194b1f53ff11b7c0a (diff)
downloadrt.equinox.bundles-4e7d380f587c598930a49a8e6e3273c51d132182.tar.gz
rt.equinox.bundles-4e7d380f587c598930a49a8e6e3273c51d132182.tar.xz
rt.equinox.bundles-4e7d380f587c598930a49a8e6e3273c51d132182.zip
Bug 533801 - Stop including o.e.equinox.util in productsI20190927-0255
Include equinox.util in pom.xml. Change-Id: I4ac102ca02525790cbcf80d2087368bdd2ea5ef0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cca514413..ce7f73408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,7 @@
<module>bundles/org.eclipse.equinox.transforms.hook</module>
<module>bundles/org.eclipse.equinox.transforms.xslt</module>
<module>bundles/org.eclipse.equinox.useradmin</module>
+ <module>bundles/org.eclipse.equinox.util</module>
<module>bundles/org.eclipse.equinox.weaving.caching</module>
<module>bundles/org.eclipse.equinox.weaving.caching.j9</module>
<module>bundles/org.eclipse.equinox.weaving.hook</module>

Back to the top