comparison org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/util/Policy.d @ 97:c86eb8b3098e

packageimport
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 11:18:25 +0200
parents b74ac5dfcc06
children
comparison
equal deleted inserted replaced
96:b74ac5dfcc06 97:c86eb8b3098e
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