Changeset 7574


Ignore:
Timestamp:
Jan 9, 2019, 1:32:51 PM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2135: Remove support for secondary storage

Undo modification made in [7573]. This was some leftovers from Java 11 testing in #2129.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/initdb.bat

    r7573 r7574  
    2929
    3030REM Execute install class
    31 C:\Software\Java\jdk-11.0.1\bin\java --illegal-access=warn -cp %CP% net.sf.basedb.install.InitDB install %1 %2 %3 %4 %5 %6 %7 %8 %9
     31java -cp %CP% net.sf.basedb.install.InitDB install %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracChangeset for help on using the changeset viewer.