Add trailing slashes to URLs.
Fix indentation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@425343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
38
project.xml
38
project.xml
@@ -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 @@ Runtime Optional.
|
||||
<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>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
||||
<sourceModifications>
|
||||
@@ -268,15 +268,15 @@ Runtime Optional.
|
||||
</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user