apache-tuscany/sandbox/slaws/old/antbuild/createWarContents.sh
slaws 4c68d70660 move antbuild to old
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835346 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 11:38:46 +00:00

3 lines
368 B
Bash

jar tvf sample-helloworld-ws-sdo-webapp.war | grep .jar | awk '{ printf "%s\n", $8 }' | sed -e "s/WEB-INF\/lib\///" | awk '{ printf "<include name=\"%s\"/>\n", $1 }' | grep tuscany
jar tvf sample-helloworld-ws-sdo-webapp.war | grep .jar | awk '{ printf "%s\n", $8 }' | sed -e "s/WEB-INF\/lib\///" | awk '{ printf "<include name=\"%s\"/>\n", $1 }' | grep -v tuscany