You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/04/26 06:39:10 UTC

svn commit: r532606 - in /webservices/axis2/trunk/c: bindist.sh dist.sh

Author: samisa
Date: Wed Apr 25 21:39:09 2007
New Revision: 532606

URL: http://svn.apache.org/viewvc?view=rev&rev=532606
Log:
Fixed module.xml not going with packages

Modified:
    webservices/axis2/trunk/c/bindist.sh
    webservices/axis2/trunk/c/dist.sh

Modified: webservices/axis2/trunk/c/bindist.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/bindist.sh?view=diff&rev=532606&r1=532605&r2=532606
==============================================================================
--- webservices/axis2/trunk/c/bindist.sh (original)
+++ webservices/axis2/trunk/c/bindist.sh Wed Apr 25 21:39:09 2007
@@ -38,6 +38,7 @@
 doxygen doxygenconf
 cd ../..
 cp -r xdocs/api/html target/docs/api/
+cp xdocs/docs/mod_log/module.xml target/docs/docs/mod_log
 cp -r target/docs ${AXIS2C_HOME}
 
 cd ${AXIS2C_HOME}

Modified: webservices/axis2/trunk/c/dist.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/dist.sh?view=diff&rev=532606&r1=532605&r2=532606
==============================================================================
--- webservices/axis2/trunk/c/dist.sh (original)
+++ webservices/axis2/trunk/c/dist.sh Wed Apr 25 21:39:09 2007
@@ -6,6 +6,7 @@
 doxygen doxygenconf
 cd ../..
 cp -r xdocs/api/html target/docs/api/
+cp xdocs/docs/mod_log/module.xml target/docs/docs/mod_log
 cp -r target/docs axis2c-src-1.0.0
 cd samples
 make dist



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org