Move java,lua api and remaining plugins to src/
[vpp.git] / build-root / scripts / find-dev-contents
index 77028af..d4f7b63 100755 (executable)
@@ -16,14 +16,14 @@ do
 done        
 
 # sample plugin
-paths=`(cd ..; find sample-plugin -type f -print | grep -v autom4te)`
+paths=`(cd ..; find src/examples/sample-plugin -type f -print | grep -v autom4te)`
 
 for path in $paths
 do
-    relpath=`echo $path | sed -e 's:.*/sample-plugin/::'`
+    relpath=`echo $path | sed -e 's:.*src/examples/::'`
     dir=`dirname $relpath`
     if [ $dir = "sample-plugin" ] ; then
-        echo ../../$path /usr/share/doc/vpp/examples/sample-plugin >> $2
+        echo ../../$path /usr/share/doc/vpp/examples/sample-plugin/ >> $2
     else
         echo ../../$path \
         /usr/share/doc/vpp/examples/$dir >> $2