File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
src/pm/eclipse/editbox/impl Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,5 @@ Bundle-Version: 0.70.0.qualifier
66Bundle-Activator : pm.eclipse.editbox.EditBox
77Bundle-Vendor : Nodeclipse
88Require-Bundle : org.eclipse.ui,
9- org.eclipse.core.runtime,
10- org.eclipse.ui.editors,
11- org.eclipse.jface.text,
12- org.eclipse.jdt.ui
9+ org.eclipse.core.runtime
1310Eclipse-LazyStart : true
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ protected void setFileNames(Collection<String> fileNames) {
174174 */
175175 protected Collection <String > getFileNames () {
176176 String fileNames = store .getString (providerKey (FILE_NAMES ));
177- if (fileNames == null ) {
177+ if (fileNames == null || fileNames . equals ( "" ) ) {
178178 return null ;
179179 }
180180 List <String > list = new ArrayList <String >();
Original file line number Diff line number Diff line change 5151
5252 <repositories >
5353 <repository >
54- <id >kepler </id >
54+ <id >oxygen </id >
5555 <layout >p2</layout >
56- <url >http://download.eclipse.org/releases/kepler </url >
56+ <url >http://download.eclipse.org/releases/oxygen </url >
5757 </repository >
5858
5959 </repositories >
You can’t perform that action at this time.
0 commit comments