comparison org.eclipse.core.databinding/src/org/eclipse/core/databinding/util/Policy.d @ 81:383ce7bd736b

package imports
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:41:56 +0200
parents 0a55d2d5a946
children 6be48cf9f95c
comparison
equal deleted inserted replaced
80:e296c4ee94ac 81:383ce7bd736b
11 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications) 11 * (bug 49497 [RCP] JFace dependency on org.eclipse.core.runtime enlarges standalone JFace applications)
12 * Brad Reynolds - bug 164653 12 * Brad Reynolds - bug 164653
13 * Tom Schindl <tom.schindl@bestsolution.at> - bug 194587 13 * Tom Schindl <tom.schindl@bestsolution.at> - bug 194587
14 *******************************************************************************/ 14 *******************************************************************************/
15 module org.eclipse.core.databinding.util.Policy; 15 module org.eclipse.core.databinding.util.Policy;
16 import org.eclipse.core.databinding.util.ILogger;
16 17
17 import java.lang.all; 18 import java.lang.all;
18 19
19 import org.eclipse.core.runtime.IStatus; 20 import org.eclipse.core.runtime.IStatus;
20 21