Mickael JEZEQUEL | ad4f889 | 2018-03-05 11:42:21 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright (c) 2016-2017 GigaSpaces Technologies Ltd. All rights reserved. |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 5 | not use this file except in compliance with the License. You may obtain |
| 6 | a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 12 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 13 | License for the specific language governing permissions and limitations |
| 14 | under the License. |
| 15 | --> |
| 16 | <assembly |
| 17 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> |
| 20 | <id>vnfsdk</id> |
| 21 | <formats> |
| 22 | <format>zip</format> |
| 23 | </formats> |
| 24 | <fileSets> |
| 25 | <fileSet> |
Mickael JEZEQUEL | d5d7097 | 2018-03-06 16:57:15 +0100 | [diff] [blame^] | 26 | <directory>.</directory> |
Mickael JEZEQUEL | ad4f889 | 2018-03-05 11:42:21 +0100 | [diff] [blame] | 27 | <includes> |
Mickael JEZEQUEL | d5d7097 | 2018-03-06 16:57:15 +0100 | [diff] [blame^] | 28 | <include>LICENSE.txt</include> |
| 29 | <include>README.md</include> |
Mickael JEZEQUEL | ad4f889 | 2018-03-05 11:42:21 +0100 | [diff] [blame] | 30 | <include>requirements.txt</include> |
Mickael JEZEQUEL | d5d7097 | 2018-03-06 16:57:15 +0100 | [diff] [blame^] | 31 | <include>tox.ini</include> |
| 32 | <include>*.py</include> |
| 33 | <include>ice_validator/**/*.py</include> |
Mickael JEZEQUEL | ad4f889 | 2018-03-05 11:42:21 +0100 | [diff] [blame] | 34 | </includes> |
| 35 | <excludes> |
| 36 | <exclude>**/*.pyc</exclude> |
| 37 | </excludes> |
| 38 | </fileSet> |
| 39 | </fileSets> |
| 40 | <baseDirectory>.</baseDirectory> |
| 41 | </assembly> |