From ed498f10985dc49195af1df868f6ef310faa42b1 Mon Sep 17 00:00:00 2001 From: Igal Sapir Date: Sat, 7 Sep 2024 15:28:18 -0700 Subject: [PATCH] Uncommit local vscode settings --- .idea/.name | 1 + .vscode/settings.json | 5 ----- dev/lib/.gitkeep | 6 ++++-- 3 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 .idea/.name 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