summaryrefslogtreecommitdiffstats
path: root/assembly.xml
diff options
context:
space:
mode:
authorMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-06 16:57:15 +0100
committerMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-06 17:02:14 +0100
commitd5d7097ce064a9711cd7415d100db2560ef7ff08 (patch)
treed7afc8d30b7df3f8ed5dd6bb6f2aa791e1385c64 /assembly.xml
parentad4f889cf18c32e4dd3b506a0243a94c66e00206 (diff)
add PyPI package setup for validation-scripts
Change-Id: Idba084a548b53ae2d133d76906c265983f277e4c Issue-ID: VNFSDK-39 Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
Diffstat (limited to 'assembly.xml')
-rw-r--r--assembly.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/assembly.xml b/assembly.xml
deleted file mode 100644
index e73d3f4..0000000
--- a/assembly.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-Copyright (c) 2016-2017 GigaSpaces Technologies Ltd. All rights reserved.
-
-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.
--->
-<assembly
- xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>vnfsdk</id>
- <formats>
- <format>zip</format>
- </formats>
- <fileSets>
- <fileSet>
- <includes>
- <include>validation-scripts/LICENSE.txt</include>
- <include>validation-scripts/README.md</include>
- <include>requirements.txt</include>
- <include>setup.py</include>
- <include>validation-scripts/ice_validator/**</include>
- </includes>
- <excludes>
- <exclude>**/*.pyc</exclude>
- </excludes>
- </fileSet>
- </fileSets>
- <baseDirectory>.</baseDirectory>
-</assembly>