Author: tfischer
Date: Sat Jan 14 01:14:36 2006
New Revision: 369004
URL: http://svn.apache.org/viewcvs?rev=369004&view=rev
Log:
Fixed a few links
Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2App.java
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2Net.java
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBHypersonicSQL.java
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMM.java
db/torque/runtime/trunk/src/java/org/apache/torque/avalon/package.html
db/torque/runtime/trunk/src/java/org/apache/torque/dsfactory/package.html
db/torque/runtime/trunk/src/java/org/apache/torque/oid/package.html
Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2App.java
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2App.java?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2App.java
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2App.java
Sat Jan 14 01:14:36 2006
@@ -1,7 +1,7 @@
package org.apache.torque.adapter;
/*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
@@ -23,9 +23,7 @@
* This is used to connect via the Application-Driver to DB2
* databases.
*
- * <a href="http://www-4.ibm.com/software/data/db2/">
- * http://www-4.ibm.com/software/data/db2/
- * </a>
+ * <a
href="http://www-306.ibm.com/software/data/db2/">http://www-306.ibm.com/software/data/db2/</a>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Hakan Tandogan</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Augustin Vidovic</a>
Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2Net.java
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2Net.java?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2Net.java
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBDB2Net.java
Sat Jan 14 01:14:36 2006
@@ -1,7 +1,7 @@
package org.apache.torque.adapter;
/*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
* This is used to connect via the NET-Driver to DB2 databases.
*
* <p>
- * <a href="http://www-4.ibm.com/software/data/db2/">
+ * <a href="http://www-306.ibm.com/software/data/db2/">
* http://www-4.ibm.com/software/data/db2/
* </a>
*
Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBHypersonicSQL.java
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBHypersonicSQL.java?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
---
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBHypersonicSQL.java
(original)
+++
db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBHypersonicSQL.java
Sat Jan 14 01:14:36 2006
@@ -1,7 +1,7 @@
package org.apache.torque.adapter;
/*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
/**
* This is used to connect to Hypersonic SQL databases.
*
- * <a href="http://hsql.oron.ch/">http://hsql.oron.ch</a>
+ * <a href="http://hsqldb.org/">http://hsqldb.org/</a>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Christopher Elkins</a>
* @version $Id$
Modified: db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMM.java
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMM.java?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMM.java
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/adapter/DBMM.java Sat
Jan 14 01:14:36 2006
@@ -1,7 +1,7 @@
package org.apache.torque.adapter;
/*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
@@ -28,8 +28,7 @@
* fill in the appropriate values for DB_NAME, DB_HOST, DB_USER,
* DB_PASS.
*
- * <P><A HREF="http://www.worldserver.com/mm.mysql/">
- * http://www.worldserver.com/mm.mysql/</A>
+ * <P><a href="http://www.mysql.com/">http://www.mysql.com/</a>
* <p>"jdbc:mysql://" + DB_HOST + "/" + DB_NAME + "?user=" +
* DB_USER + "&password=" + DB_PASS;
*
Modified: db/torque/runtime/trunk/src/java/org/apache/torque/avalon/package.html
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/avalon/package.html?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/avalon/package.html
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/avalon/package.html Sat
Jan 14 01:14:36 2006
@@ -1,5 +1,5 @@
<!--
- Copyright 2001-2005 The Apache Software Foundation.
+ Copyright 2001-2006 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
<head>
</head>
<body>
- <a href="http://avalon.apache.org/">Avalon</a> component
+ <a href="http://excalibur.apache.org">Avalon</a> component
implementation.
</body>
</html>
Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/dsfactory/package.html
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/dsfactory/package.html?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/dsfactory/package.html
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/dsfactory/package.html
Sat Jan 14 01:14:36 2006
@@ -1,5 +1,5 @@
<!--
- Copyright 2001-2005 The Apache Software Foundation.
+ Copyright 2001-2006 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
</head>
<body>
Torque's API for creation of various <a
-
href="http://http://java.sun.com/products/jdbc/jdbc2_0_1-stdext-javadoc/javax/sql/DataSource.html">javax.sql.DataSource</a>
+
href="http://java.sun.com/products/jdbc/jdbc2_0_1-stdext-javadoc/javax/sql/DataSource.html">javax.sql.DataSource</a>
implementations.
</body>
</html>
Modified: db/torque/runtime/trunk/src/java/org/apache/torque/oid/package.html
URL:
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/oid/package.html?rev=369004&r1=369003&r2=369004&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/oid/package.html
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/oid/package.html Sat Jan
14 01:14:36 2006
@@ -1,5 +1,5 @@
<!--
- Copyright 2001-2005 The Apache Software Foundation.
+ Copyright 2001-2006 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
</head>
<body>
The ID broker, an API to provide <a
-
href="http://www.software.ibm.com/wsdd/techjournal/0306_biernat/biernat.html">persistent
+
href="http://www-128.ibm.com/developerworks/websphere/techjournal/0306_biernat/biernat.html">persistent
object identifiers</a>,
as described by Scott Ambler's paper on "Enterprise-Ready Object
IDs".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]