Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/GWT_Sandbox/NAS-Video/src/org/litesoft/nasvideo/server/NasVideo_Admin.java

Diff revisions: vs.
  @@ -1,19 +1,19 @@
1 - package org.litesoft.nasvideo.server;
2 -
3 - import org.litesoft.configuration.*;
4 - import org.litesoft.orsup.*;
5 -
6 - public class NasVideo_Admin extends DB_Admin
7 - {
8 - public NasVideo_Admin()
9 - {
10 - super( NasVideo_MetaDataRegistry.INSTANCE, //
11 - new ConfigAccessorLocator( WebInfConfigAccessorLocator.DEFAULT_WEB_INF_PROPERTIES_NAME ) );
12 - }
13 -
14 - public static void main( String argv[] )
15 - throws Exception
16 - {
17 - new NasVideo_Admin().processMainArgs( argv );
18 - }
19 - }
1 + package org.litesoft.nasvideo.server;
2 +
3 + import org.litesoft.configuration.*;
4 + import org.litesoft.orsup.*;
5 +
6 + public class NasVideo_Admin extends DB_Admin
7 + {
8 + public NasVideo_Admin()
9 + {
10 + super( NasVideo_MetaDataRegistry.INSTANCE, //
11 + new ConfigAccessorLocator( WebInfConfigAccessorLocator.DEFAULT_WEB_INF_PROPERTIES_NAME ) );
12 + }
13 +
14 + public static void main( String argv[] )
15 + throws Exception
16 + {
17 + new NasVideo_Admin().processMainArgs( argv );
18 + }
19 + }