diff options
author | damitha | 2010-06-24 17:32:26 +0000 |
---|---|---|
committer | damitha | 2010-06-24 17:32:26 +0000 |
commit | cda5b70bade053dc64072bb644e1e59d8dc844e2 (patch) | |
tree | 55e4169047d3578e6b5463418d3b326e8aea6167 | |
parent | 5d895f579de1204617cfd8d22f3e0485ba87e07c (diff) | |
download | axis2c-cda5b70bade053dc64072bb644e1e59d8dc844e2.tar.gz axis2c-cda5b70bade053dc64072bb644e1e59d8dc844e2.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957643 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | bindist.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindist.sh.in b/bindist.sh.in index 55a406a..692a210 100755 --- a/bindist.sh.in +++ b/bindist.sh.in @@ -60,6 +60,7 @@ strip -s modules/logging/* strip -s ./bin/axis2_http_server strip -s ./samples/bin/* -strip -s ./bin/tools/tcpmon +strip -s ./samples/bin/amqp/* +strip -s ./bin/tools/tcpmon/* rm -rf ./lib/pkgconfig |