Switch to unified view

a/tool/src/main/start.java b/tool/src/main/start.java
...
...
40
                actions.addLicenses();
40
                actions.addLicenses();
41
                // now add the known file extensions
41
                // now add the known file extensions
42
                core.extensions.addExtensions();
42
                core.extensions.addExtensions();
43
                
43
                
44
                // find all components inside our common library
44
                // find all components inside our common library
45
                File baseFolder = new File(".");
45
//                File baseFolder = new File(".");
46
//                core.components = actions.findSPDX(new File(baseFolder, 
46
//                core.components = actions.findSPDX(new File(baseFolder, 
47
//                        is.library));
47
//                        is.library));
48
                
48
                
49
                // now find our products
49
                // now find our products
50
                core.products = actions.findSPDX(new File(baseFolder, 
50
//                core.products = actions.findSPDX(new File(baseFolder, 
51
                        is.products));
51
//                        is.products));
52
                
52
                
53
                // do the startup
53
                // do the startup
54
                Thread thread = new Thread(){
54
                Thread thread = new Thread(){
55
                @Override
55
                @Override
56
                public void run(){
56
                public void run(){