File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sources/net.sf.j2s.ui/src/net/sf/j2s/ui/property Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ public J2SAddInnerJarAction(J2SConfigPage page) {
7373 }
7474
7575 public void widgetSelected (SelectionEvent e ) {
76- ViewerFilter filter = new ArchiveFilter (new ArrayList ());
7776 IWorkspaceRoot root = ResourcesPlugin .getWorkspace ().getRoot ();
7877 String rootPath = root .getLocation ().toOSString ();
7978 String rootTruePath = new File (rootPath ).getAbsolutePath ();
@@ -178,7 +177,6 @@ protected TreeViewer createTreeViewer(Composite parent) {
178177 dialog .setValidator (validator );
179178 dialog .setTitle ("Libraries Selection" ); //$NON-NLS-1$
180179 dialog .setMessage ("Choose libraries (*.j2x)" ); //$NON-NLS-1$
181- // dialog.addFilter(filter);
182180 List rr = page .classpathModel .resources ;
183181 List al = new ArrayList (rr .size ());
184182 for (Iterator iter = rr .iterator (); iter .hasNext ();) {
You can’t perform that action at this time.
0 commit comments