From 884f40b759c1d75472f8d8dceafdd434b93fe944 Mon Sep 17 00:00:00 2001 From: lucio Date: Fri, 5 May 2023 21:53:27 +0200 Subject: [PATCH] app configuration updated --- .settings/org.eclipse.wst.common.component | 30 +++++++++++++------ .../extra-resources/WEB-INF/application.yaml | 2 +- src/main/webapp/WEB-INF/.gitignore | 2 -- 3 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/.gitignore diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 2a1e859..8f8963a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -26,7 +27,8 @@ - + + @@ -53,7 +55,8 @@ - + + @@ -80,7 +83,8 @@ - + + @@ -107,14 +111,19 @@ - + + + + uses + uses - + + @@ -141,7 +150,8 @@ - + + @@ -168,7 +178,8 @@ - + + @@ -195,7 +206,8 @@ - + + diff --git a/gcube/extra-resources/WEB-INF/application.yaml b/gcube/extra-resources/WEB-INF/application.yaml index eda8d72..e49cbb3 100644 --- a/gcube/extra-resources/WEB-INF/application.yaml +++ b/gcube/extra-resources/WEB-INF/application.yaml @@ -1,5 +1,5 @@ name: ${artifactId} -group: ${groupId} +group: DataAccess version: ${version} description: ${description} excludes: diff --git a/src/main/webapp/WEB-INF/.gitignore b/src/main/webapp/WEB-INF/.gitignore deleted file mode 100644 index 8e05771..0000000 --- a/src/main/webapp/WEB-INF/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/README -/LICENSE