Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 3 | ONAP |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 4 | ================================================================================ |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 5 | Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 10 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 12 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <assembly> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 22 | <id>basex-controlloop</id> |
| 23 | <formats> |
| 24 | <format>tar.gz</format> |
| 25 | </formats> |
| 26 | <includeBaseDirectory>false</includeBaseDirectory> |
| 27 | <fileSets> |
| 28 | <fileSet> |
| 29 | <directory>src/files</directory> |
| 30 | <outputDirectory>.</outputDirectory> |
| 31 | <fileMode>755</fileMode> |
| 32 | <directoryMode>700</directoryMode> |
| 33 | </fileSet> |
| 34 | <fileSet> |
| 35 | <directory>target</directory> |
| 36 | <outputDirectory>etc/apps</outputDirectory> |
| 37 | <fileMode>755</fileMode> |
| 38 | <directoryMode>700</directoryMode> |
| 39 | <includes> |
Jorge Hernandez | 638480e | 2019-02-07 15:58:58 -0600 | [diff] [blame] | 40 | <include>controlloop.version</include> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 41 | </includes> |
| 42 | </fileSet> |
| 43 | </fileSets> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 44 | </assembly> |