You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2007/08/23 17:05:30 UTC

svn commit: r569031 - in /xerces/c/branches/xerces-2.7: ./ samples/ src/xercesc/ src/xercesc/com/ src/xercesc/dom/ src/xercesc/parsers/ src/xercesc/sax2/ tests/

Author: amassari
Date: Thu Aug 23 08:05:28 2007
New Revision: 569031

URL: http://svn.apache.org/viewvc?rev=569031&view=rev
Log:
Point to http://xerces.apache.org. Patch by Boris Kolpackov

Modified:
    xerces/c/branches/xerces-2.7/Readme.html
    xerces/c/branches/xerces-2.7/STATUS
    xerces/c/branches/xerces-2.7/samples/configure
    xerces/c/branches/xerces-2.7/samples/configure.in
    xerces/c/branches/xerces-2.7/src/xercesc/com/IXMLDOMNodeImpl.h
    xerces/c/branches/xerces-2.7/src/xercesc/com/StdAfx.cpp
    xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.idl
    xerces/c/branches/xerces-2.7/src/xercesc/configure
    xerces/c/branches/xerces-2.7/src/xercesc/configure.in
    xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMBuilder.hpp
    xerces/c/branches/xerces-2.7/src/xercesc/parsers/DOMBuilderImpl.hpp
    xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
    xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
    xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp
    xerces/c/branches/xerces-2.7/tests/configure
    xerces/c/branches/xerces-2.7/tests/configure.in
    xerces/c/branches/xerces-2.7/xerces-c.spec

Modified: xerces/c/branches/xerces-2.7/Readme.html
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/Readme.html?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/Readme.html (original)
+++ xerces/c/branches/xerces-2.7/Readme.html Thu Aug 23 08:05:28 2007
@@ -15,7 +15,7 @@
 Because all the build instructions are now in Apache's cool web-site. Here is where
 you'll find everything related to Xerces builds.
 
-http://xml.apache.org/xerces-c/build.html
+http://xerces.apache.org/xerces-c/build.html
 
 Just remember, don't jump into the builds without reading the build instructions 
 COMPLETELY.  It will save you lot of sleepless nights.

Modified: xerces/c/branches/xerces-2.7/STATUS
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/STATUS?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/STATUS (original)
+++ xerces/c/branches/xerces-2.7/STATUS Thu Aug 23 08:05:28 2007
@@ -2,6 +2,6 @@
 
 The latest Xerces-C++ release-plan details is now documented in doc/releases_plan.xml.
  -- Or --
-Please refer to http://xml.apache.org/xerces-c/releases_plan.html for browsable format.
+Please refer to http://xerces.apache.org/xerces-c/releases_plan.html for browsable format.
  
  

Modified: xerces/c/branches/xerces-2.7/samples/configure
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/samples/configure?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/samples/configure (original)
+++ xerces/c/branches/xerces-2.7/samples/configure Thu Aug 23 08:05:28 2007
@@ -5343,5 +5343,5 @@
 
 
 echo
-echo Having build problems? Read instructions at http://xml.apache.org/xerces-c/build.html
+echo Having build problems? Read instructions at http://xerces.apache.org/xerces-c/build.html
 

Modified: xerces/c/branches/xerces-2.7/samples/configure.in
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/samples/configure.in?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/samples/configure.in (original)
+++ xerces/c/branches/xerces-2.7/samples/configure.in Thu Aug 23 08:05:28 2007
@@ -109,5 +109,5 @@
 PSVIWriter/Makefile])
 
 echo
-echo Having build problems? Read instructions at http://xml.apache.org/xerces-c/build.html
+echo Having build problems? Read instructions at http://xerces.apache.org/xerces-c/build.html
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/IXMLDOMNodeImpl.h
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/com/IXMLDOMNodeImpl.h?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/IXMLDOMNodeImpl.h (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/IXMLDOMNodeImpl.h Thu Aug 23 08:05:28 2007
@@ -36,9 +36,9 @@
 //      on the Directories tab on the dialog displayed after selecting Tools Options
 //      from the Visual Studio IDE.
 //
-//   See http://xml.apache.org/xerces-c/build.html#BuildCOM
+//   See http://xerces.apache.org/xerces-c/build.html#BuildCOM
 #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
-#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xml.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
+#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xerces.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
 #endif
 
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/StdAfx.cpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/com/StdAfx.cpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/StdAfx.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/StdAfx.cpp Thu Aug 23 08:05:28 2007
@@ -25,6 +25,6 @@
 //      from the Visual Studio IDE.
 //
 #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
-#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xml.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
+#error "xerces-dom requires an MSXML.H compatible with IE5 or later.  See http://xerces.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
 #endif
 

Modified: xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.idl
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.idl?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.idl (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/com/xml4com.idl Thu Aug 23 08:05:28 2007
@@ -69,7 +69,7 @@
 	//       then you most probably do not have a recent
 	//        Microsoft Platform SDK in your include path
 	//
-	//    See http://xml.apache.org/xerces-c/build.html#BuildCOM
+	//    See http://xerces.apache.org/xerces-c/build.html#BuildCOM
 	import "xmldom.idl";
 	
 	[

Modified: xerces/c/branches/xerces-2.7/src/xercesc/configure
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/configure?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/configure (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/configure Thu Aug 23 08:05:28 2007
@@ -5153,7 +5153,7 @@
 
 echo
 echo Having build problems?
-echo   Read instructions at http://xml.apache.org/xerces-c/build.html
+echo   Read instructions at http://xerces.apache.org/xerces-c/build.html
 echo Still cannot resolve it?
 echo   Find out if someone else had the same problem before.
 echo   Go to http://marc.theaimsgroup.com/?l=xerces-c-dev

Modified: xerces/c/branches/xerces-2.7/src/xercesc/configure.in
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/configure.in?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/configure.in (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/configure.in Thu Aug 23 08:05:28 2007
@@ -181,7 +181,7 @@
 
 echo
 echo Having build problems?
-echo   Read instructions at http://xml.apache.org/xerces-c/build.html
+echo   Read instructions at http://xerces.apache.org/xerces-c/build.html
 echo Still cannot resolve it?
 echo   Find out if someone else had the same problem before.
 echo   Go to http://marc.theaimsgroup.com/?l=xerces-c-dev

Modified: xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMBuilder.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMBuilder.hpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMBuilder.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/dom/DOMBuilder.hpp Thu Aug 23 08:05:28 2007
@@ -287,7 +287,7 @@
       *
       * <p><b>"Experimental - subject to change"</b></p>
       *
-      * See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderFeatures for
+      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderFeatures for
       * the list of supported features.
       *
       * @param name  The feature name.
@@ -483,7 +483,7 @@
       * is deleted, callers need to copy and store the returned information
       * somewhere else; otherwise you may get unexpected result.  Since the returned
       * pointer is a generic void pointer, see
-      * http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      * http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
       * exactly what type of property value each property returns for replication.
       *
       * @param name The unique identifier (URI) of the property being set.
@@ -498,18 +498,18 @@
 
     /**
       * Set the value of any property in a DOMBuilder.
-      * See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
+      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
       * the list of supported properties.
       *
       * It takes a void pointer as the property value.  Application is required to initialize this void
-      * pointer to a correct type.  See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
+      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
       * to learn exactly what type of property value each property expects for processing.
       * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
       * If the same property is set more than once, the last one takes effect.
       *
       * @param name The unique identifier (URI) of the property being set.
       * @param value The requested value for the property.
-      *            See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      *            See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
       *            exactly what type of property value each property expects for processing.
       *            Passing a void pointer that was initialized with a wrong type will lead
       *            to unexpected result.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/parsers/DOMBuilderImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/parsers/DOMBuilderImpl.hpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/parsers/DOMBuilderImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/parsers/DOMBuilderImpl.hpp Thu Aug 23 08:05:28 2007
@@ -467,7 +467,7 @@
       * is deleted, callers need to copy and store the returned information
       * somewhere else; otherwise you may get unexpected result.  Since the returned
       * pointer is a generic void pointer, see
-      * http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      * http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
       * exactly what type of property value each property returns for replication.
       *
       * @param name The unique identifier (URI) of the property being set.
@@ -482,18 +482,18 @@
 
     /**
       * Set the value of any property in a DOMBuilder.
-      * See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
+      * See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties for
       * the list of supported properties.
       *
       * It takes a void pointer as the property value.  Application is required to initialize this void
-      * pointer to a correct type.  See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
+      * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties
       * to learn exactly what type of property value each property expects for processing.
       * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
       * If the same property is set more than once, the last one takes effect.
       *
       * @param name The unique identifier (URI) of the property being set.
       * @param value The requested value for the property.
-      *            See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
+      *            See http://xerces.apache.org/xerces-c/program-dom.html#DOMBuilderProperties to learn
       *            exactly what type of property value each property expects for processing.
       *            Passing a void pointer that was initialized with a wrong type will lead
       *            to unexpected result.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLFilterImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLFilterImpl.hpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLFilterImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLFilterImpl.hpp Thu Aug 23 08:05:28 2007
@@ -113,7 +113,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -199,7 +199,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -224,20 +224,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLReaderImpl.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLReaderImpl.hpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLReaderImpl.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/parsers/SAX2XMLReaderImpl.hpp Thu Aug 23 08:05:28 2007
@@ -151,7 +151,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -269,7 +269,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: false)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -294,20 +294,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.

Modified: xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/sax2/SAX2XMLReader.hpp Thu Aug 23 08:05:28 2007
@@ -132,7 +132,7 @@
      * is deleted, callers need to copy and store the returned information
      * somewhere else; otherwise you may get unexpected result.  Since the returned
      * pointer is a generic void pointer, see
-     * http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+     * http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
      * exactly what type of property value each property returns for replication.
      *
      * @param name The unique identifier (URI) of the property being set.
@@ -218,7 +218,7 @@
   /**
     * Set the state of any feature in a SAX2 XMLReader.
     * Supported features in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Features for detail description).
     *
     * <br>http://xml.org/sax/features/validation (default: true)
     * <br>http://xml.org/sax/features/namespaces (default: true)
@@ -243,20 +243,20 @@
   /**
     * Set the value of any property in a SAX2 XMLReader.
     * Supported properties in SAX2 for xerces-c are:
-    * <br>(See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
+    * <br>(See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties for detail description).
     *
     * <br>http://apache.org/xml/properties/schema/external-schemaLocation
     * <br>http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation.
     *
     * It takes a void pointer as the property value.  Application is required to initialize this void
-    * pointer to a correct type.  See http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties
+    * pointer to a correct type.  See http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties
     * to learn exactly what type of property value each property expects for processing.
     * Passing a void pointer that was initialized with a wrong type will lead to unexpected result.
     * If the same property is set more than once, the last one takes effect.
     *
     * @param name The unique identifier (URI) of the property being set.
     * @param value The requested value for the property.  See
-    *            http://xml.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
+    *            http://xerces.apache.org/xerces-c/program-sax2.html#SAX2Properties to learn
     *            exactly what type of property value each property expects for processing.
     *            Passing a void pointer that was initialized with a wrong type will lead
     *            to unexpected result.

Modified: xerces/c/branches/xerces-2.7/tests/configure
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/tests/configure?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tests/configure (original)
+++ xerces/c/branches/xerces-2.7/tests/configure Thu Aug 23 08:05:28 2007
@@ -5341,5 +5341,5 @@
 
 
 echo
-echo Having build problems? Read instructions at http://xml.apache.org/xerces-c/build.html
+echo Having build problems? Read instructions at http://xerces.apache.org/xerces-c/build.html
 

Modified: xerces/c/branches/xerces-2.7/tests/configure.in
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/tests/configure.in?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/tests/configure.in (original)
+++ xerces/c/branches/xerces-2.7/tests/configure.in Thu Aug 23 08:05:28 2007
@@ -107,5 +107,5 @@
 MemHandlerTest/Makefile])
 
 echo
-echo Having build problems? Read instructions at http://xml.apache.org/xerces-c/build.html
+echo Having build problems? Read instructions at http://xerces.apache.org/xerces-c/build.html
 

Modified: xerces/c/branches/xerces-2.7/xerces-c.spec
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-2.7/xerces-c.spec?rev=569031&r1=569030&r2=569031&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/xerces-c.spec (original)
+++ xerces/c/branches/xerces-2.7/xerces-c.spec Thu Aug 23 08:05:28 2007
@@ -8,8 +8,8 @@
 Name:		xerces-c
 Version:	2.8.0
 Release:	1
-URL:		http://xml.apache.org/xerces-c/
-Source0:    %{name}-src_%{tarversion}.tar.gz
+URL:		http://xerces.apache.org/xerces-c/
+Source0:	%{name}-src_%{tarversion}.tar.gz
 Copyright:	Apache
 Group:		Libraries
 BuildRoot:	%{_tmppath}/%{name}-root



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org