Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasili Gulevich2018-01-22 07:51:21 +0000
committerAlexander Kurtakov2018-05-10 11:29:27 +0000
commitfd57f9ef289f97629c92440c689b75ca3c39a2d5 (patch)
tree8fbc72b6161ce42a5450217ff352ecaab3caeaff /pom.xml
parent615d8cca3e8d6c38f64c2e0d29121f03a849a7eb (diff)
downloadrt.equinox.bundles-fd57f9ef289f97629c92440c689b75ca3c39a2d5.tar.gz
rt.equinox.bundles-fd57f9ef289f97629c92440c689b75ca3c39a2d5.tar.xz
rt.equinox.bundles-fd57f9ef289f97629c92440c689b75ca3c39a2d5.zip
Bug 444188: Fix concurrent access to listener collectionsI20180515-0800
EclipsePreferences is now thread-safe. A new test bundle is created to test org.eclipse.equinox.preferences Moving tests from org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest is not done here. Signed-off-by: Vasili Gulevich <vasili.gulevich@xored.com> Signed-off-by: Michelle Stolwyk <Michelle.Stolwyk@intersystems.com> Change-Id: Ie3f264a2b7766e574bf65ca0cba3648ce76ac458
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 2660a0cdb..bfd298beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
-->
<module>bundles/org.eclipse.equinox.ds.tests</module>
+ <module>bundles/org.eclipse.equinox.preferences.tests</module>
<!-- removed until the dependency on aspectj is removed. see bug 470000
<module>bundles/org.eclipse.equinox.region.tests</module>
-->

Back to the top