### Eclipse Workspace Patch 1.0 #P org.eclipse.pde.ds.ui Index: src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditReferenceDialog.java =================================================================== RCS file: /cvsroot/eclipse/pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditReferenceDialog.java,v retrieving revision 1.8 diff -u -r1.8 DSEditReferenceDialog.java --- src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditReferenceDialog.java 27 Apr 2009 13:32:04 -0000 1.8 +++ src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditReferenceDialog.java 18 May 2009 21:15:51 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Code 9 Corporation and others. + * Copyright (c) 2008, 2009 Code 9 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 @@ -117,6 +117,7 @@ Messages.DSReferenceDetails_unbindEntry, SWT.NONE); // Update Fields with fReference`s attributes values + toolkit.paintBordersFor(entryContainer); updateFields(); setInterfaceEntryListeners(); Index: src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java =================================================================== RCS file: /cvsroot/eclipse/pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java,v retrieving revision 1.4 diff -u -r1.4 DSEditPropertiesDialog.java --- src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java 12 Mar 2009 05:26:25 -0000 1.4 +++ src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditPropertiesDialog.java 18 May 2009 21:15:51 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2008 Code 9 Corporation and others. + * Copyright (c) 2008, 2009 Code 9 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 @@ -90,6 +90,7 @@ gd.horizontalSpan = 2; gd.horizontalIndent = 3; // FormLayoutFactory.CONTROL_HORIZONTAL_INDENT + toolkit.paintBordersFor(entryContainer); updateFields(); setEntryListeners();