diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000000..51fb1efd84 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Lucee 6.1 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 17ef93a6f4..69f198c489 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,4 @@ { - "workbench.colorCustomizations": { - "activityBar.background": "#1E330C", - "titleBar.activeBackground": "#2A4711", - "titleBar.activeForeground": "#F7FCF2" - }, "java.configuration.updateBuildConfiguration": "automatic", "cflint.exclude": [ "loader/**", diff --git a/dev/lib/.gitkeep b/dev/lib/.gitkeep index 53936681d5..e72a9528c7 100644 --- a/dev/lib/.gitkeep +++ b/dev/lib/.gitkeep @@ -1,3 +1,5 @@ ### Maven dependencies can be downloaded by running the goal dependency:copy-dependencies -## e.g. by running the following command from the Project root directory: -# mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib +## e.g. by running the mvn command or sourcing this file from the Project root directory: +# source ./dev/lib/.gitkeep + +mvn -f loader/pom.xml dependency:copy-dependencies -DoutputDirectory=../dev/lib