Krzysztof Frukacz | 9de2fbd | 2017-01-29 06:31:22 +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> |
| 26 | <includes> |
| 27 | <include>COPYRIGHT</include> |
| 28 | <include>LICENSE</include> |
Lianhao Lu | 054c7dd | 2017-09-25 16:37:27 +0800 | [diff] [blame] | 29 | <include>MANIFEST.in</include> |
Krzysztof Frukacz | 9de2fbd | 2017-01-29 06:31:22 +0100 | [diff] [blame] | 30 | <include>Makefile</include> |
Lianhao Lu | 7676ca5 | 2018-03-22 20:39:04 +0800 | [diff] [blame] | 31 | <include>vnfsdk_pkgtools/**</include> |
Krzysztof Frukacz | 056955f | 2017-01-29 18:21:00 +0100 | [diff] [blame] | 32 | <include>requirements.txt</include> |
Lianhao Lu | 054c7dd | 2017-09-25 16:37:27 +0800 | [diff] [blame] | 33 | <include>setup.py</include> |
Krzysztof Frukacz | 9de2fbd | 2017-01-29 06:31:22 +0100 | [diff] [blame] | 34 | </includes> |
| 35 | <excludes> |
| 36 | <exclude>**/*.pyc</exclude> |
| 37 | </excludes> |
| 38 | </fileSet> |
| 39 | </fileSets> |
| 40 | <baseDirectory>.</baseDirectory> |
Krzysztof Frukacz | 056955f | 2017-01-29 18:21:00 +0100 | [diff] [blame] | 41 | </assembly> |