Skip to content

Commit cf61002

Browse files
committed
Move Brarner.M.Alete back to modules/black/presidential/
- Restore modules/Brarner.M.Alete -> modules/black/presidential/Brarner.M.Alete - Fix all deploy and test-jdbc scripts: jar path -> modules/black/presidential/Brarner.M.Alete/jars
1 parent 270603e commit cf61002

8,879 files changed

Lines changed: 11 additions & 11 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/AE6E66/install/test-jdbc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "════════════════════════
1616
echo ""
1717
echo "[1] Locating MySQL connector JAR..."
1818
MYSQL_JAR=$(find \
19-
"$NWE_ROOT/modules/Brarner.M.Alete/jars" \
19+
"$NWE_ROOT/modules/black/presidential/Brarner.M.Alete/jars" \
2020
"$NWE_ROOT/jars/mysql" \
2121
-name "mysql-connector-j-*.jar" 2>/dev/null | head -1)
2222
if [ -z "$MYSQL_JAR" ]; then

modules/AE6E66/servlets/deploy-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141

4242
# Copy JDBC driver (canonical — from BMA jars/)
4343
NWE_ROOT="$(cd "$(dirname \"$0\")/../../../.." 2>/dev/null && pwd)"
44-
JDBC_JAR=$(find "$NWE_ROOT/modules/Brarner.M.Alete/jars" "$NWE_ROOT/jars/mysql" -name "mysql-connector-j*.jar" -type f 2>/dev/null | head -1)
44+
JDBC_JAR=$(find "$NWE_ROOT/modules/black/presidential/Brarner.M.Alete/jars" "$NWE_ROOT/jars/mysql" -name "mysql-connector-j*.jar" -type f 2>/dev/null | head -1)
4545
[ -z "$JDBC_JAR" ] && JDBC_JAR=$(find "$TOMCAT_HOME/lib" -name "mysql-connector-j*.jar" -type f 2>/dev/null | head -1)
4646
if [ -n "$JDBC_JAR" ]; then
4747
cp "$JDBC_JAR" "$DEPLOY_DIR/WEB-INF/lib/"

modules/black-belt/install/test-jdbc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "════════════════════════
1717
echo ""
1818
echo "[1] Locating MySQL connector JAR..."
1919
MYSQL_JAR=$(find \
20-
"$NWE_ROOT/modules/Brarner.M.Alete/jars" \
20+
"$NWE_ROOT/modules/black/presidential/Brarner.M.Alete/jars" \
2121
"$NWE_ROOT/jars/mysql" \
2222
-name "mysql-connector-j-*.jar" 2>/dev/null | head -1)
2323
if [ -z "$MYSQL_JAR" ]; then
File renamed without changes.
File renamed without changes.
File renamed without changes.

modules/Brarner.M.Alete/.idea/artifacts/Brarner_M_Alete.xml renamed to modules/black/presidential/Brarner.M.Alete/.idea/artifacts/Brarner_M_Alete.xml

File renamed without changes.

modules/Brarner.M.Alete/.idea/awsToolkit.xml renamed to modules/black/presidential/Brarner.M.Alete/.idea/awsToolkit.xml

File renamed without changes.

modules/Brarner.M.Alete/.idea/dictionaries/project.xml renamed to modules/black/presidential/Brarner.M.Alete/.idea/dictionaries/project.xml

File renamed without changes.

0 commit comments

Comments
 (0)