This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d4bec811a Remove references to retired Apache Savan/C project
d4bec811a is described below

commit d4bec811a4143f42b03b054d3c11dde47a045955
Author: Robert Lazarski <[email protected]>
AuthorDate: Sat Jan 10 07:01:17 2026 -1000

    Remove references to retired Apache Savan/C project
    
    The Apache Savan/C project has been retired. This removes:
    - WS-Eventing documentation reference from index.html
    - SAVAN_ERROR_CODES_START from error code definitions
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
---
 util/include/axutil_error.h | 3 +--
 xdocs/index.html            | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/util/include/axutil_error.h b/util/include/axutil_error.h
index 3b27a81c4..42b9a7545 100644
--- a/util/include/axutil_error.h
+++ b/util/include/axutil_error.h
@@ -32,8 +32,7 @@ extern "C"
 #define NEETHI_ERROR_CODES_START AXIS2_ERROR_LAST
 #define RAMPART_ERROR_CODES_START (NEETHI_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
 #define SANDESHA2_ERROR_CODES_START (RAMPART_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
-#define SAVAN_ERROR_CODES_START (SANDESHA2_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
-#define USER_ERROR_CODES_START (SAVAN_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
+#define USER_ERROR_CODES_START (SANDESHA2_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
 
 /* AXUTIL_ERROR_MAX define the maximum size of the error array */
 #define AXUTIL_ERROR_MAX (USER_ERROR_CODES_START + 
AXUTIL_ERROR_MESSAGE_BLOCK_SIZE)
diff --git a/xdocs/index.html b/xdocs/index.html
index 48cfdf338..033af6da2 100644
--- a/xdocs/index.html
+++ b/xdocs/index.html
@@ -30,7 +30,6 @@
       <li><a href="http://www.w3.org/Submission/WS-Policy/"; 
class="externalLink" title="External Link">WS-Policy</a> - Built in to Axis2/C 
</li>
       <li><a 
href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss"; 
class="externalLink" title="External Link">WS-Security</a> - Implemented by <a 
href="http://axis.apache.org/axis2/c/rampart/"; class="externalLink" 
title="External Link">Apache Rampart/C</a> project </li>
       <li> <a 
href="http://specs.xmlsoap.org/ws/2005/07/securitypolicy/ws-securitypolicy.pdf"; 
class="externalLink" title="External Link">WS-SecurityPolicy</a> - Built in to 
Axis2/C </li>
-      <li><a href="http://www.w3.org/Submission/WS-Eventing/"; 
class="externalLink" title="External Link">WS-Eventing</a> - Implemented by <a 
href="http://axis.apache.org/axis2/c/savan/"; class="externalLink" 
title="External Link">Apache Savan/C</a>project</li>
     </ul>
     <div class="subsection">
       <a name="Latest_Release"></a>

Reply via email to