From 679d88f2763c85cbc40eba5408b9263a71ff8da4 Mon Sep 17 00:00:00 2001 From: AndresGarcia15 Date: Wed, 29 Oct 2025 22:29:27 -0500 Subject: [PATCH] Refactor search functionality and update dependencies - Removed obsolete JavaScript files: search-page.js and search.js. - Updated search.html to reflect new file paths for scripts and stylesheets. - Updated serialized-form.html to reflect new file paths for scripts and stylesheets. - Adjusted metadata for generated documentation to reflect the new version and date. - Improved the structure of the HTML by removing unnecessary div wrappers. --- pom.xml | 89 +- target/apidocs/allclasses-index.html | 24 +- target/apidocs/allpackages-index.html | 20 +- target/apidocs/copy.svg | 33 - target/apidocs/help-doc.html | 22 +- target/apidocs/index-all.html | 20 +- target/apidocs/index.html | 20 +- target/apidocs/legal/ADDITIONAL_LICENSE_INFO | 1 - target/apidocs/legal/ASSEMBLY_EXCEPTION | 1 - target/apidocs/legal/LICENSE | 119 +- target/apidocs/legal/jquery.md | 50 +- target/apidocs/link.svg | 31 - target/apidocs/overview-summary.html | 6 +- target/apidocs/overview-tree.html | 20 +- target/apidocs/rational/RationalAgent.html | 42 +- target/apidocs/rational/RationalRole.html | 46 +- .../apidocs/rational/RationalState.TYPE.html | 38 +- target/apidocs/rational/RationalState.html | 62 +- .../rational/class-use/RationalAgent.html | 20 +- .../rational/class-use/RationalRole.html | 20 +- .../class-use/RationalState.TYPE.html | 20 +- .../rational/class-use/RationalState.html | 20 +- target/apidocs/rational/data/InfoData.html | 38 +- .../rational/data/class-use/InfoData.html | 20 +- .../rational/data/package-summary.html | 24 +- .../apidocs/rational/data/package-tree.html | 20 +- target/apidocs/rational/data/package-use.html | 20 +- .../guards/ChangeRationalRoleGuard.html | 32 +- .../rational/guards/InformationFlowGuard.html | 32 +- .../rational/guards/PlanCancelationGuard.html | 32 +- .../rational/guards/PlanExecutionGuard.html | 32 +- .../class-use/ChangeRationalRoleGuard.html | 20 +- .../class-use/InformationFlowGuard.html | 20 +- .../class-use/PlanCancelationGuard.html | 20 +- .../guards/class-use/PlanExecutionGuard.html | 20 +- .../rational/guards/package-summary.html | 24 +- .../apidocs/rational/guards/package-tree.html | 20 +- .../apidocs/rational/guards/package-use.html | 20 +- target/apidocs/rational/mapping/Believes.html | 32 +- target/apidocs/rational/mapping/Plan.html | 52 +- .../apidocs/rational/mapping/Task.STATE.html | 40 +- target/apidocs/rational/mapping/Task.html | 54 +- .../rational/mapping/class-use/Believes.html | 20 +- .../rational/mapping/class-use/Plan.html | 20 +- .../mapping/class-use/Task.STATE.html | 20 +- .../rational/mapping/class-use/Task.html | 20 +- .../rational/mapping/package-summary.html | 28 +- .../rational/mapping/package-tree.html | 20 +- .../apidocs/rational/mapping/package-use.html | 20 +- target/apidocs/rational/package-summary.html | 28 +- target/apidocs/rational/package-tree.html | 20 +- target/apidocs/rational/package-use.html | 20 +- .../ActivateAsynchronousServiceGuard.html | 32 +- .../services/ActivateServiceData.html | 34 +- .../services/AsynchronousService.html | 34 +- .../ActivateAsynchronousServiceGuard.html | 20 +- .../class-use/ActivateServiceData.html | 20 +- .../class-use/AsynchronousService.html | 20 +- .../rational/services/package-summary.html | 24 +- .../rational/services/package-tree.html | 20 +- .../rational/services/package-use.html | 20 +- target/apidocs/rational/tasks/VoidTask.html | 40 +- .../rational/tasks/class-use/VoidTask.html | 20 +- .../rational/tasks/package-summary.html | 24 +- .../apidocs/rational/tasks/package-tree.html | 20 +- .../apidocs/rational/tasks/package-use.html | 20 +- target/apidocs/resources/glass.png | Bin 499 -> 0 bytes target/apidocs/resources/x.png | Bin 394 -> 0 bytes target/apidocs/script-dir/jquery-3.7.1.min.js | 2 - target/apidocs/script-dir/jquery-ui.min.css | 6 - target/apidocs/script-dir/jquery-ui.min.js | 6 - target/apidocs/script.js | 253 ---- target/apidocs/search-page.js | 284 ---- target/apidocs/search.html | 24 +- target/apidocs/search.js | 458 ------ target/apidocs/serialized-form.html | 22 +- target/apidocs/stylesheet.css | 1272 ----------------- target/maven-javadoc-plugin-stale-data.txt | 48 +- .../compile/default-compile/inputFiles.lst | 30 +- 79 files changed, 1007 insertions(+), 3258 deletions(-) delete mode 100644 target/apidocs/copy.svg delete mode 100644 target/apidocs/legal/ADDITIONAL_LICENSE_INFO delete mode 100644 target/apidocs/legal/ASSEMBLY_EXCEPTION delete mode 100644 target/apidocs/link.svg delete mode 100644 target/apidocs/resources/glass.png delete mode 100644 target/apidocs/resources/x.png delete mode 100644 target/apidocs/script-dir/jquery-3.7.1.min.js delete mode 100644 target/apidocs/script-dir/jquery-ui.min.css delete mode 100644 target/apidocs/script-dir/jquery-ui.min.js delete mode 100644 target/apidocs/script.js delete mode 100644 target/apidocs/search-page.js delete mode 100644 target/apidocs/search.js delete mode 100644 target/apidocs/stylesheet.css diff --git a/pom.xml b/pom.xml index 7d5ff38..1476fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -42,80 +42,23 @@ UTF-8 - - - - local-dev - - true - - - - io.github.iscoutb - kernel-besa - 3.5.1 - system - ${project.basedir}/../KernelBESA/target/kernel-besa-3.6.0.jar - - - + + + github + https://maven.pkg.github.com/ISCOUTB/* + + true + + + - - - github-packages - - - github-kernelbesa - https://maven.pkg.github.com/ISCOUTB/KernelBESA - - true - - - true - - - - github-all - https://maven.pkg.github.com/ISCOUTB/* - - true - - - true - - - - central - https://repo1.maven.org/maven2 - - false - - - true - - - - - - central - https://repo1.maven.org/maven2 - - false - - - true - - - - - - io.github.iscoutb - kernel-besa - 3.5.1 - - - - + + + io.github.iscoutb + kernel-besa + 3.6.0 + + src/main/java diff --git a/target/apidocs/allclasses-index.html b/target/apidocs/allclasses-index.html index e4fa164..e774f1d 100644 --- a/target/apidocs/allclasses-index.html +++ b/target/apidocs/allclasses-index.html @@ -1,18 +1,18 @@ - + All Classes and Interfaces (RationalBESA 3.6.0 API) - + - - - - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + +