66public class Settings {
77
88 public static final boolean BUILD_FOR_COMPARE = org .unicode .cldr .util .CldrUtility .getProperty ("BUILD_FOR_COMPARE" , "false" ).startsWith ("t" );
9-
9+
10+ public static final String SVN_DIRECTORY = CldrUtility .getPath (CldrUtility .getProperty ("SVN_DIR" , CLDRPaths .BASE_DIRECTORY + "/../" ), null );
11+
12+ public static final String AUX_DIRECTORY = CldrUtility .getPath (CldrUtility .getProperty ("CLDR_TMP_DIR" ,
13+ CldrUtility .getPath (SVN_DIRECTORY , "cldr-aux/" )), null );
14+
15+ public static final String UCD_DATA_DIRECTORY = CldrUtility .getPath (SVN_DIRECTORY + "unicodetools/unicodetools/data/" , null );
16+
1017 public static final String SVN_WORKSPACE_DIRECTORY = Utility .fixFileName (
11- CldrUtility .getProperty ("SVN_WORKSPACE" , CLDRPaths . SVN_DIRECTORY )) + "/" ;
18+ CldrUtility .getProperty ("SVN_WORKSPACE" , SVN_DIRECTORY )) + "/" ;
1219 public static final String OTHER_WORKSPACE_DIRECTORY = Utility .fixFileName (
1320 CldrUtility .getProperty ("OTHER_WORKSPACE" , CLDRPaths .LOCAL_DIRECTORY )) + "/" ;
1421
1522 public static final String BASE_DIRECTORY = Utility .fixFileName (
16- CldrUtility .getProperty ("BASE_DIRECTORY" , CLDRPaths . SVN_DIRECTORY + "../" )) + "/" ;
23+ CldrUtility .getProperty ("BASE_DIRECTORY" , SVN_DIRECTORY + "../" )) + "/" ;
1724
1825 /**
1926 * Used for the default version.
@@ -25,7 +32,7 @@ public class Settings {
2532
2633 public static final String UNICODETOOLS_DIRECTORY =
2734 CldrUtility .getProperty ("UNICODETOOLS_DIR" ,
28- CLDRPaths . SVN_DIRECTORY + "unicodetools/unicodetools" ) + '/' ;
35+ SVN_DIRECTORY + "unicodetools/unicodetools" ) + '/' ;
2936 public static final String UNICODEJSPS_DIRECTORY = SVN_WORKSPACE_DIRECTORY + "unicodetools/UnicodeJsps/" ;
3037 public static final String UNICODE_DRAFT_DIRECTORY =
3138 CldrUtility .getProperty ("UNICODE_DRAFT_DIR" ,
0 commit comments