View Javadoc

1   package org.riverock.dbrevision;
2   
3   /**
4    * User: SergeMaslyukov
5    * Date: 29.07.2007
6    * Time: 0:52:44
7    */
8   public class Constants {
9       public static final String CONFIG_FILE_NAME = "config.xml";
10      public static final String INIT_STRUCTURE_FILE_NAME = "init-structure.xml";
11  
12      public static final String PATCH_DIR_NAME = "patch";
13  
14      public static final String DB_REVISION_TABLE_NAME = "DB_REVISION";
15  }