blob: 41bb7f999e2a6804fc034fb4945b41b997dedb1d [file] [log] [blame]
Krzysztof Frukacz9de2fbd2017-01-29 06:31:22 +01001<!--
2Copyright (c) 2016-2017 GigaSpaces Technologies Ltd. All rights reserved.
3
4Licensed under the Apache License, Version 2.0 (the "License"); you may
5not use this file except in compliance with the License. You may obtain
6a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13License for the specific language governing permissions and limitations
14under 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 Lu054c7dd2017-09-25 16:37:27 +080029 <include>MANIFEST.in</include>
Krzysztof Frukacz9de2fbd2017-01-29 06:31:22 +010030 <include>Makefile</include>
Lianhao Lu7676ca52018-03-22 20:39:04 +080031 <include>vnfsdk_pkgtools/**</include>
Krzysztof Frukacz056955f2017-01-29 18:21:00 +010032 <include>requirements.txt</include>
Lianhao Lu054c7dd2017-09-25 16:37:27 +080033 <include>setup.py</include>
Krzysztof Frukacz9de2fbd2017-01-29 06:31:22 +010034 </includes>
35 <excludes>
36 <exclude>**/*.pyc</exclude>
37 </excludes>
38 </fileSet>
39 </fileSets>
40 <baseDirectory>.</baseDirectory>
Krzysztof Frukacz056955f2017-01-29 18:21:00 +010041</assembly>