aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-08-15 11:13:27 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-08-19 09:26:54 +0100
commit51a289c505be84d6e61c6f65aeba4cea2c3597d8 (patch)
tree0697569532a0e465c9974e3449c15f730bdd042b /packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
parenta481cea2601e8aacf202b785eb743c243ea22fc3 (diff)
Move database management to db-migrator
- as part of adding postgresql support for drools, database management had to be moved due drools and xacml sharing operationshistory table. Issue-ID: POLICY-5107 Change-Id: Idd8f7ca38c8a13602c3bf85b7d600cd1c817f342 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml')
-rw-r--r--packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml40
1 files changed, 1 insertions, 39 deletions
diff --git a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
index 8a8c1544..59b12c7f 100644
--- a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
+++ b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2022 Nordix Foundation.
+ Modifications Copyright (C) 2022, 2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -61,44 +61,6 @@
<lineEnding>keep</lineEnding>
</fileSet>
<fileSet>
- <directory>${project.basedir}/src/main/resources/mysql/bin
- </directory>
- <includes>
- <include>*.sh</include>
- </includes>
- <outputDirectory>${file.separator}mysql${file.separator}bin</outputDirectory>
- <lineEnding>unix</lineEnding>
- <fileMode>0755</fileMode>
- </fileSet>
- <fileSet>
- <directory>${project.basedir}/src/main/resources/mysql/sql
- </directory>
- <includes>
- <include>*.sql</include>
- </includes>
- <outputDirectory>${file.separator}mysql${file.separator}sql</outputDirectory>
- <lineEnding>unix</lineEnding>
- </fileSet>
- <fileSet>
- <directory>${project.basedir}/src/main/resources/postgres/bin
- </directory>
- <includes>
- <include>*.sh</include>
- </includes>
- <outputDirectory>${file.separator}postgres${file.separator}bin</outputDirectory>
- <lineEnding>unix</lineEnding>
- <fileMode>0755</fileMode>
- </fileSet>
- <fileSet>
- <directory>${project.basedir}/src/main/resources/postgres/sql
- </directory>
- <includes>
- <include>*.sql</include>
- </includes>
- <outputDirectory>${file.separator}postgres${file.separator}sql</outputDirectory>
- <lineEnding>unix</lineEnding>
- </fileSet>
- <fileSet>
<directory>${project.basedir}/src/main/resources/apps/guard
</directory>
<includes>