Skip to content

Commit

Permalink
chore(run): rename database dir to userlib
Browse files Browse the repository at this point in the history
This reverts e061696 which was done by
mistake

related to CAM-11505
  • Loading branch information
mboskamp committed Mar 3, 2020
1 parent cddba8d commit 633cd49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro/run/assembly/resources/start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ IF "x%JAVA_HOME%" == "x" (
REM set environment parameters
SET webappsPath=%BASEDIR%internal\webapps
SET restPath=%BASEDIR%internal\rest
SET classPath=%BASEDIR%configuration\database,%BASEDIR%configuration\keystore
SET classPath=%BASEDIR%configuration\userlib,%BASEDIR%configuration\keystore
SET optionalComponentChosen=false


Expand Down
2 changes: 1 addition & 1 deletion distro/run/assembly/resources/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
# set environment parameters
webappsPath=$BASEDIR/internal/webapps/
restPath=$BASEDIR/internal/rest/
classPath=$BASEDIR/configuration/database/,$BASEDIR/configuration/keystore/
classPath=$BASEDIR/configuration/userlib/,$BASEDIR/configuration/keystore/
optionalComponentChosen=false


Expand Down
2 changes: 1 addition & 1 deletion distro/run/distro/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</dependencySet>

<dependencySet>
<outputDirectory>configuration/database/</outputDirectory>
<outputDirectory>configuration/userlib/</outputDirectory>
<includes>
<include>com.h2database:h2</include>
</includes>
Expand Down

0 comments on commit 633cd49

Please sign in to comment.