Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.litesoft.prioritizer.server;

import org.litesoft.configuration.*;
import org.litesoft.orsup.*;

public class Prioritizer_Admin extends DB_Admin {
    public Prioritizer_Admin() {
        super( Prioritizer_MetaDataRegistry.INSTANCE, new ConfigAccessorLocator( WebInfConfigAccessorLocator.DEFAULT_WEB_INF_PROPERTIES_NAME ) );
    }

    public static void main( String argv[] )
            throws Exception {
        new Prioritizer_Admin().processMainArgs( argv );
    }
}

Commits for litesoft/trunk/GWT_Sandbox/Prioritizer/src/org/litesoft/prioritizer/server/Prioritizer_Admin.java

Diff revisions: vs.
Revision Author Commited Message
950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

476 Diff Diff GeorgeS picture GeorgeS Sat 03 Sep, 2011 13:57:13 +0000
474 Diff Diff GeorgeS picture GeorgeS Fri 02 Sep, 2011 14:29:50 +0000

Switch to Properties and eliminate some of the Per App shit

398 GeorgeS picture GeorgeS Mon 15 Aug, 2011 19:57:47 +0000