diff options
author | damitha | 2011-06-10 02:31:09 +0000 |
---|---|---|
committer | damitha | 2011-06-10 02:31:09 +0000 |
commit | e595ba87c4d4b9331f21b4a23f4262eeb1fb17c4 (patch) | |
tree | 36f24715fa481107dcceabc5ee45996c379ad383 | |
parent | 1711f3955380c5d6f29a68582deea90347a35d5f (diff) | |
download | axis2c-e595ba87c4d4b9331f21b4a23f4262eeb1fb17c4.tar.gz axis2c-e595ba87c4d4b9331f21b4a23f4262eeb1fb17c4.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1134177 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 37f6e60..19a84e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ data_DATA= samples/server/axis2.xml README \ logs_DATA= docs_DATA= wsdl2c_DATA=tools/codegen/javatool/WSDL2C.sh tools/codegen/javatool/README -EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE tools/codegen/javatool/README tools/codegen/javatool/WSDL2C.bat tools/codegen/javatool/WSDL2C.sh +EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE tools/codegen/javatool/README tools/codegen/javatool/WSDL2C.bat tools/codegen/javatool/WSDL2C.sh docs docs/README dist-hook: rm -rf `find $(distdir)/ -type d -name .svn` |