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>
|
</description>
|
||||||
<logo>/images/logo.png</logo>
|
<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>
|
<package>org.apache.commons.logging</package>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
@@ -42,22 +42,22 @@
|
|||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>The Apache Software License, Version 2.0</name>
|
<name>The Apache Software License, Version 2.0</name>
|
||||||
<url>/LICENSE.txt</url>
|
<url>/LICENSE.txt</url>
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||||
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
||||||
<siteAddress>people.apache.org</siteAddress>
|
<siteAddress>people.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
|
<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>
|
<repository>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</connection>
|
<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>
|
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<versions>
|
<versions>
|
||||||
@@ -248,15 +248,15 @@ Runtime Optional.
|
|||||||
<url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
|
<url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
|
||||||
<type>plugin</type>
|
<type>plugin</type>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>
|
<comment>
|
||||||
<strong>Site Only</strong> - v1.9.2 (minimum)
|
<strong>Site Only</strong> - v1.9.2 (minimum)
|
||||||
</comment>
|
</comment>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
<sourceDirectory>src/java</sourceDirectory>
|
||||||
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
||||||
<sourceModifications>
|
<sourceModifications>
|
||||||
@@ -268,15 +268,15 @@ Runtime Optional.
|
|||||||
</sourceModification>
|
</sourceModification>
|
||||||
</sourceModifications>
|
</sourceModifications>
|
||||||
<unitTest>
|
<unitTest>
|
||||||
<!--
|
<!--
|
||||||
At the moment there are problems running the unit tests under maven.
|
At the moment there are problems running the unit tests under maven.
|
||||||
the unit tests run by custom ant target which perform configuration
|
the unit tests run by custom ant target which perform configuration
|
||||||
before the tests are run.
|
before the tests are run.
|
||||||
There is no easy way to run these under maven at the moment.
|
There is no easy way to run these under maven at the moment.
|
||||||
-->
|
-->
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/AvalonLoggerTest.java</include>
|
<include>**/AvalonLoggerTest.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
</unitTest>
|
</unitTest>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user