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 /bundles/org.eclipse.equinox.preferences.tests/build.properties
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 'bundles/org.eclipse.equinox.preferences.tests/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.preferences.tests/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.preferences.tests/build.properties b/bundles/org.eclipse.equinox.preferences.tests/build.properties
new file mode 100644
index 000000000..e1abefcfc
--- /dev/null
+++ b/bundles/org.eclipse.equinox.preferences.tests/build.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2018 InterSystems Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# InterSystems Corporation - tests for Bug 444188
+###############################################################################
+source.. = src/
+bin.includes = META-INF/,\
+ .,\
+ test.xml,\
+ about.html
+jars.compile.order = .
+

Back to the top