Subversion Repository Public Repository

litesoft

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

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

public class InitFrom_Admin extends DB_Admin {
    public InitFrom_Admin() {
        super( InitFrom_MetaDataRegistry.INSTANCE, //
               new ConfigAccessorLocator( WebInfConfigAccessorLocator.DEFAULT_WEB_INF_PROPERTIES_NAME ) );
    }

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

Commits for litesoft/trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/server/InitFrom_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

749 Diff Diff GeorgeS picture GeorgeS Fri 06 Jul, 2012 00:11:43 +0000
459 GeorgeS picture GeorgeS Sun 21 Aug, 2011 00:42:41 +0000