Author: dennisl
Date: Tue Jul 25 02:13:44 2006
New Revision: 425343
URL: http://svn.apache.org/viewvc?rev=425343&view=rev
Log:
Add trailing slashes to URLs.
Fix indentation.
Modified:
jakarta/commons/proper/logging/trunk/project.xml
Modified: jakarta/commons/proper/logging/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/project.xml?rev=425343&r1=425342&r2=425343&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/project.xml (original)
+++ jakarta/commons/proper/logging/trunk/project.xml Tue Jul 25 02:13:44 2006
@@ -32,7 +32,7 @@
</description>
<logo>/images/logo.png</logo>
- <url>http://jakarta.apache.org/commons/logging</url>
+ <url>http://jakarta.apache.org/commons/logging/</url>
<package>org.apache.commons.logging</package>
<organization>
@@ -42,22 +42,22 @@
</organization>
<licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>/LICENSE.txt</url>
- <distribution>repo</distribution>
- </license>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ </license>
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging</distributionDirectory>
+
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging/</distributionDirectory>
<repository>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</connection>
-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
+
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
</repository>
<versions>
@@ -248,15 +248,15 @@
<url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
<type>plugin</type>
<properties>
- <comment>
- <strong>Site Only</strong> - v1.9.2 (minimum)
- </comment>
- <optional>true</optional>
+ <comment>
+ <strong>Site Only</strong> - v1.9.2 (minimum)
+ </comment>
+ <optional>true</optional>
</properties>
</dependency>
</dependencies>
<build>
- <nagEmailAddress>[email protected]</nagEmailAddress>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<sourceModifications>
@@ -268,15 +268,15 @@
</sourceModification>
</sourceModifications>
<unitTest>
- <!--
+ <!--
At the moment there are problems running the unit tests under maven.
the unit tests run by custom ant target which perform configuration
before the tests are run.
There is no easy way to run these under maven at the moment.
- -->
- <includes>
- <include>**/AvalonLoggerTest.java</include>
- </includes>
+ -->
+ <includes>
+ <include>**/AvalonLoggerTest.java</include>
+ </includes>
</unitTest>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]