You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/03/09 04:46:03 UTC

svn commit: r516281 - in /xml/xindice/trunk/java: scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java src/org/apache/xindice/client/xmldb/DatabaseImpl.java

Author: vgritsenko
Date: Thu Mar  8 19:46:03 2007
New Revision: 516281

URL: http://svn.apache.org/viewvc?view=rev&rev=516281
Log:
fix urls

Modified:
    xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
    xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java

Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java?view=diff&rev=516281&r1=516280&r2=516281
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java Thu Mar  8 19:46:03 2007
@@ -32,7 +32,7 @@
  *
  * This API is an implementation of the XML:DB API. More information on this API
  * can be found by looking at
- * <a href="http://www.xmldb.org/xapi/index.html">http://www.xmldb.org/xapi/index.html</a>
+ * <a href="http://xmldb-org.sourceforge.net/xapi/index.html">http://xmldb-org.sourceforge.net/xapi/index.html</a>
  *
  * This implementation simply acts as a proxy for the protocol specific API
  * implementations.

Modified: xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java?view=diff&rev=516281&r1=516280&r2=516281
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/client/xmldb/DatabaseImpl.java Thu Mar  8 19:46:03 2007
@@ -36,7 +36,7 @@
  * <p>
  * This API is an implementation of the XML:DB API. More information on this API
  * can be found by looking at
- * <a href="http://www.xmldb.org/xapi/index.html">http://www.xmldb.org/xapi/index.html</a>
+ * <a href="http://xmldb-org.sourceforge.net/xapi/index.html">http://xmldb-org.sourceforge.net/xapi/index.html</a>
  *
  * <p>
  * This implementation simply acts as a proxy for the protocol specific API implementations.