summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>2017-01-29 18:21:00 +0100
committerKrzysztof Frukacz <krzysztof.frukacz@gigaspaces.com>2017-01-29 18:21:00 +0100
commit056955f18a4deb5b9aa6dfc1745fc61e9a66c0cc (patch)
tree6a3db250b2c9f43ceaf0ff7b89c1d3a4379b994f
parentc10c68de6f15c930fb2efc1e4d953479fadaf335 (diff)
Fix assembly files for nexus
Added requirements.txt to assembly Change-Id: I9d0fba76e3207417fd99a0c54a79c4f4e51f1043 Signed-off-by: Krzysztof Frukacz <krzysztof.frukacz@gigaspaces.com> Issue-id: VNFSDK-59
-rw-r--r--assembly.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/assembly.xml b/assembly.xml
index c569db1..ef7078e 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -30,6 +30,7 @@ under the License.
<include>Makefile</include>
<include>cli/**</include>
<include>packager/**</include>
+ <include>requirements.txt</include>
</includes>
<excludes>
<exclude>**/*.pyc</exclude>
@@ -37,4 +38,4 @@ under the License.
</fileSet>
</fileSets>
<baseDirectory>.</baseDirectory>
-</assembly> \ No newline at end of file
+</assembly>