Community
Participate
Working Groups
Running the Organize Manifest tool on our platform-ui module. PW
Created attachment 68925 [details] Manifests v01 Boris, there was one plugin, org.eclipse.jface.databinding with: org.eclipse.jface.internal.databinding.provisional.swt;x-internal:=false, org.eclipse.jface.internal.databinding.provisional.viewers;x-internal:=false Do I need to keep that intact? PW
(In reply to comment #1) > Created an attachment (id=68925) [details] > Manifests v01 > > Boris, there was one plugin, org.eclipse.jface.databinding with: > org.eclipse.jface.internal.databinding.provisional.swt;x-internal:=false, > org.eclipse.jface.internal.databinding.provisional.viewers;x-internal:=false > > Do I need to keep that intact? Not necessarily, but this may break NewKeysPreferencePage since it uses ControlUpdater which is in one of the two packages in question. I guess we can either leave this as is, or make the Workbench a friend.
I released it with these 2 lines intact: > org.eclipse.jface.internal.databinding.provisional.swt;x-internal:=false, > org.eclipse.jface.internal.databinding.provisional.viewers;x-internal:=false PW
In I20070601-0010 PW