OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 50 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50 Rev 127
Line 73... Line 73...
73
 
73
 
74
    public static void main(String[] args) throws Exception {
74
    public static void main(String[] args) throws Exception {
75
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
75
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
76
 
76
 
77
        System.setProperty(ConnexionPanel.QUICK_LOGIN, "true");
77
        System.setProperty(ConnexionPanel.QUICK_LOGIN, "true");
78
        final File propsFile = new File("gestionModule.properties");
78
        final File propsFile = new File("module.properties");
79
 
79
 
80
        final ModuleFactory factory = new RuntimeModuleFactory(propsFile);
80
        final ModuleFactory factory = new RuntimeModuleFactory(propsFile);
81
 
81
 
82
        // uncomment to create and use the jar
82
        // uncomment to create and use the jar
83
        final File distDir = new File("dist");
83
        final File distDir = new File("dist");