Author: tv
Date: Thu Nov 1 09:42:56 2007
New Revision: 591077
URL: http://svn.apache.org/viewvc?rev=591077&view=rev
Log:
Fixed all kinds of urls to graduated projects
Modified:
db/torque/generator/trunk/project.xml
db/torque/generator/trunk/src/conf/build.properties
db/torque/generator/trunk/xdocs/how-templates-work.xml
db/torque/maven-plugin/trunk/project.xml
db/torque/runtime/trunk/project.xml
db/torque/runtime/trunk/src/sqltest/type-test-schema.xml
db/torque/runtime/trunk/xdocs/reference/initialisation-configuration.xml
db/torque/site/trunk/xdocs/addons.xml
db/torque/site/trunk/xdocs/developer-info/codestyle.xml
db/torque/site/trunk/xdocs/index.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/oracle-howto.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/sybase-howto.xml
db/torque/test/trunk/test-project/src/sql/schema.sql.ref.xml
db/torque/tutorial/trunk/xdocs/step4.xml
Modified: db/torque/generator/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/project.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Thu Nov 1 09:42:56 2007
@@ -48,7 +48,7 @@
<type>jar</type>
<groupId>commons-collections</groupId>
<version>3.2</version>
- <url>http://jakarta.apache.org/commons/collections/</url>
+ <url>http://commons.apache.org/collections/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -58,7 +58,7 @@
<type>jar</type>
<groupId>commons-lang</groupId>
<version>2.3</version>
- <url>http://jakarta.apache.org/commons/lang/</url>
+ <url>http://commons.apache.org/lang/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -68,7 +68,7 @@
<type>jar</type>
<groupId>commons-logging</groupId>
<version>1.1</version>
- <url>http://jakarta.apache.org/commons/logging/</url>
+ <url>http://commons.apache.org/logging/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -98,7 +98,7 @@
<type>jar</type>
<groupId>velocity</groupId>
<version>1.5</version>
- <url>http://jakarta.apache.org/velocity/</url>
+ <url>http://velocity.apache.org/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -108,7 +108,7 @@
<type>jar</type>
<groupId>velocity</groupId>
<version>1.0</version>
- <url>http://jakarta.apache.org/velocity/</url>
+ <url>http://velocity.apache.org/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
Modified: db/torque/generator/trunk/src/conf/build.properties
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/src/conf/build.properties?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/generator/trunk/src/conf/build.properties (original)
+++ db/torque/generator/trunk/src/conf/build.properties Thu Nov 1 09:42:56 2007
@@ -24,7 +24,7 @@
# -------------------------------------------------------------------
# This file contains the most commonly used properties. For a
# a complete list of build properties, please refer to:
-# http://jakarta.apache.org/turbine/torque/properties-reference.xml
+#
http://db.apache.org/torque/releases/torque-3.3/generator/properties-reference.html
# -------------------------------------------------------------------
# -------------------------------------------------------------------
Modified: db/torque/generator/trunk/xdocs/how-templates-work.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/xdocs/how-templates-work.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/generator/trunk/xdocs/how-templates-work.xml (original)
+++ db/torque/generator/trunk/xdocs/how-templates-work.xml Thu Nov 1 09:42:56
2007
@@ -85,7 +85,7 @@
</p>
<p>
The Generator tasks are based on a Java based template engine
- called <a href="http://jakarta.apache.org/velocity">Velocity</a> (in
+ called <a href="http://velocity.apache.org">Velocity</a> (in
particular, the Texen component). The Velocity engine uses
a set of task specific template files written in the
Velocity Template Language (VTL), the XML schema info, and
@@ -94,7 +94,7 @@
<p>
To understand how the Torque template files work, you should become
familiar with the VTL syntax by reviewing the
- <a
href="http://jakarta.apache.org/velocity/docs/user-guide.html">Velocity
+ <a href="http://velocity.apache.org/docs/user-guide.html">Velocity
user guide</a>.
</p>
</section>
Modified: db/torque/maven-plugin/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/project.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Thu Nov 1 09:42:56 2007
@@ -47,35 +47,35 @@
<artifactId>commons-collections</artifactId>
<groupId>commons-collections</groupId>
<version>3.2</version>
- <url>http://jakarta.apache.org/commons/collections/</url>
+ <url>http://commons.apache.org/collections/</url>
</dependency>
<dependency>
<artifactId>commons-configuration</artifactId>
<groupId>commons-configuration</groupId>
<version>1.4</version>
- <url>http://jakarta.apache.org/commons/configuration/</url>
+ <url>http://commons.apache.org/configuration/</url>
</dependency>
<dependency>
<artifactId>commons-dbcp</artifactId>
<groupId>commons-dbcp</groupId>
<version>1.2.2</version>
- <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <url>http://commons.apache.org/dbcp/</url>
</dependency>
<dependency>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
<version>2.3</version>
- <url>http://jakarta.apache.org/commons/lang/</url>
+ <url>http://commons.apache.org/lang/</url>
</dependency>
<dependency>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
<version>1.1</version>
- <url>http://jakarta.apache.org/commons/logging/</url>
+ <url>http://commons.apache.org/logging/</url>
</dependency>
<dependency>
@@ -103,14 +103,14 @@
<artifactId>velocity</artifactId>
<groupId>velocity</groupId>
<version>1.5</version>
- <url>http://jakarta.apache.org/velocity/</url>
+ <url>http://velocity.apache.org/</url>
</dependency>
<dependency>
<artifactId>texen</artifactId>
<groupId>velocity</groupId>
<version>1.0</version>
- <url>http://jakarta.apache.org/velocity/</url>
+ <url>http://velocity.apache.org/</url>
</dependency>
<dependency>
Modified: db/torque/runtime/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Thu Nov 1 09:42:56 2007
@@ -58,7 +58,7 @@
<artifactId>commons-beanutils-core</artifactId>
<version>1.7.0</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/beanutils/</url>
+ <url>http://commons.apache.org/beanutils/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -68,7 +68,7 @@
<artifactId>commons-collections</artifactId>
<version>3.2</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/collections/</url>
+ <url>http://commons.apache.org/collections/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -78,7 +78,7 @@
<artifactId>commons-configuration</artifactId>
<version>1.4</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/configuration/</url>
+ <url>http://commons.apache.org/configuration/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -88,7 +88,7 @@
<artifactId>commons-dbcp</artifactId>
<version>1.2.2</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <url>http://commons.apache.org/dbcp/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -98,7 +98,7 @@
<artifactId>commons-lang</artifactId>
<version>2.3</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/lang/</url>
+ <url>http://commons.apache.org/lang/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -108,7 +108,7 @@
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/logging/</url>
+ <url>http://commons.apache.org/logging/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
@@ -118,7 +118,7 @@
<artifactId>commons-pool</artifactId>
<version>1.3</version>
<type>jar</type>
- <url>http://jakarta.apache.org/commons/pool/</url>
+ <url>http://commons.apache.org/pool/</url>
<properties>
<dist.bundle>true</dist.bundle>
</properties>
Modified: db/torque/runtime/trunk/src/sqltest/type-test-schema.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/sqltest/type-test-schema.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/runtime/trunk/src/sqltest/type-test-schema.xml (original)
+++ db/torque/runtime/trunk/src/sqltest/type-test-schema.xml Thu Nov 1
09:42:56 2007
@@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_3.dtd">
<database
Modified:
db/torque/runtime/trunk/xdocs/reference/initialisation-configuration.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/xdocs/reference/initialisation-configuration.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/runtime/trunk/xdocs/reference/initialisation-configuration.xml
(original)
+++ db/torque/runtime/trunk/xdocs/reference/initialisation-configuration.xml
Thu Nov 1 09:42:56 2007
@@ -225,7 +225,7 @@
<p>
The "pool" set contains information of how the pool should
handle the physical connections. See
- <a href="http://jakarta.apache.org/commons/dbcp/configuration.html">the
dbcp reference</a>
+ <a href="http://commons.apache.org/dbcp/configuration.html">the dbcp
reference</a>
for possible properties. For example, you could use:
</p>
Modified: db/torque/site/trunk/xdocs/addons.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/addons.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/addons.xml (original)
+++ db/torque/site/trunk/xdocs/addons.xml Thu Nov 1 09:42:56 2007
@@ -31,7 +31,7 @@
at the
<a href="http://sourceforge.net/projects/torque-addons/">Torque
addons</a>
project at SourceForge and currently include generation of
- <a href="http://jakarta.apache.org/commons/betwixt/">betwixt</a>
+ <a href="http://commons.apache.org/betwixt/">betwixt</a>
mapping files, an XML import/export framework and adapter support for
MS-SQL 7.
</p>
Modified: db/torque/site/trunk/xdocs/developer-info/codestyle.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/developer-info/codestyle.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/developer-info/codestyle.xml (original)
+++ db/torque/site/trunk/xdocs/developer-info/codestyle.xml Thu Nov 1 09:42:56
2007
@@ -28,7 +28,7 @@
<section name="Code style">
<p>
The Torque development team follows the
- <a
href="http://jakarta.apache.org/turbine/common/code-standards.html">Turbine
code style</a>.
+ <a href="http://turbine.apache.org/common/code-standards.html">Turbine
code style</a>.
Please use this code style if you submit patches and extensions
to Torque. The checkstyle reports are your friends.
</p>
Modified: db/torque/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/index.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/index.xml (original)
+++ db/torque/site/trunk/xdocs/index.xml Thu Nov 1 09:42:56 2007
@@ -60,7 +60,7 @@
<p>
Torque was developed as part of the
- <a href="http://jakarta.apache.org/turbine/">Turbine Framework</a>.
+ <a href="http://turbine.apache.org/">Turbine Framework</a>.
It is now decoupled and can be used by itself. Starting with version
2.2 Turbine uses the decoupled Torque.
</p>
Modified:
db/torque/site/trunk/xdocs/version-specific/database-howtos/oracle-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/oracle-howto.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
---
db/torque/site/trunk/xdocs/version-specific/database-howtos/oracle-howto.xml
(original)
+++
db/torque/site/trunk/xdocs/version-specific/database-howtos/oracle-howto.xml
Thu Nov 1 09:42:56 2007
@@ -110,7 +110,7 @@
<p>
The following part of this HOWTO was written some time ago and was
targeted at Oracle 8i and the version of Torque that was coupled with the
-<a href="http://jakarta.apache.org/turbine/">Turbine</a> application framework.
+<a href="http://turbine.apache.org/">Turbine</a> application framework.
Contributions towards updating the information below can be submitted to the
<a href="mailto:[email protected]">Torque Dev mailing list</a>.
</p>
@@ -123,7 +123,7 @@
This HOWTO aims to be a simple guide to make Turbine run with an existing
Oracle 8i database. The process of making Turbine run is not covered in
this guide, proceed to the
-<a href="http://jakarta.apache.org/turbine/">Turbine</a> site for
+<a href="http://turbine.apache.org/">Turbine</a> site for
help on how to install Turbine.
</p>
Modified:
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
---
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
(original)
+++
db/torque/site/trunk/xdocs/version-specific/database-howtos/postgres-howto.xml
Thu Nov 1 09:42:56 2007
@@ -56,7 +56,7 @@
<p>
The following sections of this HOWTO were written some time ago
and were targeted at the version of Torque that was coupled with the
-<a href="http://jakarta.apache.org/turbine/">Turbine</a> application framework.
+<a href="http://turbine.apache.org/">Turbine</a> application framework.
Contributions towards updating the information below can be submitted to the
<a href="mailto:[email protected]">Torque Dev mailing list</a>.
</p>
Modified:
db/torque/site/trunk/xdocs/version-specific/database-howtos/sybase-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/sybase-howto.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
---
db/torque/site/trunk/xdocs/version-specific/database-howtos/sybase-howto.xml
(original)
+++
db/torque/site/trunk/xdocs/version-specific/database-howtos/sybase-howto.xml
Thu Nov 1 09:42:56 2007
@@ -21,7 +21,7 @@
<document>
<properties>
<title>Sybase ASE Howto</title>
- <author email="[EMAIL PROTECTED]">Torque Documentation Team</author>
+ <author email="[email protected]">Torque Documentation Team</author>
</properties>
<body>
@@ -31,7 +31,7 @@
<p>
This HOWTO was written some time ago and was targeted at the
version of Torque that was coupled with the
-<a href="http://jakarta.apache.org/turbine/">Turbine</a> application framework.
+<a href="http://turbine.apache.org/">Turbine</a> application framework.
Contributions towards updating the information below can be submitted to the
<a href="mailto:[email protected]">Torque Dev mailing list</a>.
</p>
Modified: db/torque/test/trunk/test-project/src/sql/schema.sql.ref.xml
URL:
http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/src/sql/schema.sql.ref.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/src/sql/schema.sql.ref.xml (original)
+++ db/torque/test/trunk/test-project/src/sql/schema.sql.ref.xml Thu Nov 1
09:42:56 2007
@@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
+<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_3.dtd">
<database>
<table name="jiveForum">
<column name="forumID" type="INTEGER" />
Modified: db/torque/tutorial/trunk/xdocs/step4.xml
URL:
http://svn.apache.org/viewvc/db/torque/tutorial/trunk/xdocs/step4.xml?rev=591077&r1=591076&r2=591077&view=diff
==============================================================================
--- db/torque/tutorial/trunk/xdocs/step4.xml (original)
+++ db/torque/tutorial/trunk/xdocs/step4.xml Thu Nov 1 09:42:56 2007
@@ -86,49 +86,49 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<version>1.7.0</version>
- <url>http://jakarta.apache.org/commons/beanutils/</url>
+ <url>http://commons.apache.org/beanutils/</url>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
- <url>http://jakarta.apache.org/commons/collections/</url>
+ <url>http://commons.apache.org/collections/</url>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.4</version>
- <url>http://jakarta.apache.org/commons/configuration/</url>
+ <url>http://commons.apache.org/configuration/</url>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.2</version>
- <url>http://jakarta.apache.org/commons/dbcp/</url>
+ <url>http://commons.apache.org/dbcp/</url>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
- <url>http://jakarta.apache.org/commons/lang/</url>
+ <url>http://commons.apache.org/lang/</url>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
- <url>http://jakarta.apache.org/commons/logging/</url>
+ <url>http://commons.apache.org/logging/</url>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.3</version>
- <url>http://jakarta.apache.org/commons/pool/</url>
+ <url>http://commons.apache.org/pool/</url>
</dependency>
<dependency>
@@ -295,10 +295,10 @@
<p>
Torque uses
- <a href="http://jakarta.apache.org/commons/logging/">
+ <a href="http://commons.apache.org/logging/">
commons-logging</a> as a logging interface.
To enable logging in your application, read the
- <a
href="http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html">
+ <a
href="http://commons.apache.org/logging/commons-logging-1.0.3/usersguide.html">
commons-logging user guide</a>.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]