Move java,lua api and remaining plugins to src/
Change-Id: I1c3b87e886603678368428ae56a6bd3327cbc90d Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
8
build-root/scripts/find-vpp-api-java-contents
Executable file
8
build-root/scripts/find-vpp-api-java-contents
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f $2
|
||||
|
||||
for i in $(find ${1}/vpp/share/java/ -type f -print); do
|
||||
echo ../${i} /usr/share/java >> ${2}
|
||||
done
|
||||
|
Reference in New Issue
Block a user