ENTAXY-480 release version 1.8.3
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~~~~~~licensing~~~~~~
|
||||
update-management-components
|
||||
==========
|
||||
Copyright (C) 2020 - 2023 EmDev LLC
|
||||
==========
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
~~~~~~/licensing~~~~~~
|
||||
-->
|
||||
|
||||
<features name="${project.artifactId}-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.6.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.6.0 http://karaf.apache.org/xmlns/features/v1.6.0">
|
||||
|
||||
<feature name="${project.artifactId}" version="${project.version}">
|
||||
<configfile finalname="etc/scripts/entaxy.update.shell.script" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/etc~scripts~entaxy.update.shell
|
||||
</configfile>
|
||||
<configfile finalname="scripts/update/executor" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~executor
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/operations" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~operations
|
||||
</configfile>
|
||||
<configfile finalname="scripts/update/print-update-info" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~print-update-info
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/update-get" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~update-get
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/update-info" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~update-info
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/update-install" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~update-install
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/update-list" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~update-list
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/update-prepare" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~update-prepare
|
||||
</configfile>
|
||||
<!-- --><!-- -->
|
||||
<configfile finalname="scripts/update/utils" override="true">
|
||||
mvn:ru.entaxy.esb.update-management/update-management-components/1.8.3/script/scripts~update~utils
|
||||
</configfile>
|
||||
</feature>
|
||||
|
||||
</features>
|
||||
Reference in New Issue
Block a user