mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
11.05.2007 e5ad0233fa3849c9edf56f21f5c7de83c3ea0aac
Since the administration backend is an LDIF backend, remove the adminDb directory from the layout.
2 files modified
3 ■■■■ changed files
opends/build.xml 1 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 2 ●●● patch | view | raw | blame | history
opends/build.xml
@@ -770,7 +770,6 @@
         location="${package.dir}/${SHORT_NAME}-${VERSION_NUMBER_STRING}" />
    <mkdir dir="${pdir}"                                             />
    <mkdir dir="${pdir}/adminDb"                                     />
    <mkdir dir="${pdir}/bak"                                         />
    <mkdir dir="${pdir}/bat"                                         />
    <mkdir dir="${pdir}/bin"                                         />
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -234,7 +234,7 @@
      //db_rebuild is the third jeb backend used by the jeb rebuild test cases
      //db_unindexed is the forth backend used by the unindexed search privilege
      //test cases
      String[] subDirectories = { "adminDb", "bak", "bin", "changelogDb", "classes",
      String[] subDirectories = { "bak", "bin", "changelogDb", "classes",
                                  "config", "db", "db_verify", "ldif", "lib",
                                  "locks", "logs", "db_rebuild", "db_unindexed",
                                  "db_index_test", "db_import_test"};