Merge in recent changes from project.xml.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@491138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Copyright 2001-2006 The Apache Software Foundation.
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
contributor license agreements. See the NOTICE file distributed with
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
this work for additional information regarding copyright ownership.
|
||||||
you may not use this file except in compliance with the License.
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
You may obtain a copy of the License at
|
(the "License"); you may not use this file except in compliance with
|
||||||
|
the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
@@ -22,7 +23,7 @@
|
|||||||
<name>Logging</name>
|
<name>Logging</name>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging-api</artifactId>
|
<artifactId>commons-logging-api</artifactId>
|
||||||
<currentVersion>1.1</currentVersion>
|
<currentVersion>1.1.1-SNAPSHOT</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<shortDescription>Commons Logging</shortDescription>
|
<shortDescription>Commons Logging</shortDescription>
|
||||||
<description>
|
<description>
|
||||||
@@ -31,8 +32,8 @@
|
|||||||
</description>
|
</description>
|
||||||
<logo>/images/logo.png</logo>
|
<logo>/images/logo.png</logo>
|
||||||
|
|
||||||
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
|
<url>http://jakarta.apache.org/commons/logging/</url>
|
||||||
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
|
<package>org.apache.commons.logging</package>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>The Apache Software Foundation</name>
|
<name>The Apache Software Foundation</name>
|
||||||
@@ -41,23 +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/browse/LOGGING</issueTrackingUrl>
|
||||||
<siteAddress>people.apache.org</siteAddress>
|
<siteAddress>people.apache.org</siteAddress>
|
||||||
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
|
<siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
|
||||||
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging/</distributionDirectory>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<!--<connection>scm:cvs:${logging.cvs}:jakarta-commons/logging/</connection>-->
|
<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/${pom.artifactId.substring(8)}/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/${pom.artifactId.substring(8)}/trunk</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<versions>
|
<versions>
|
||||||
@@ -190,6 +190,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<comment>Used for testing only.</comment>
|
<comment>Used for testing only.</comment>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
|
<optional>true</optional>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -200,16 +201,17 @@
|
|||||||
<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>
|
||||||
</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>
|
||||||
<sourceModifications>
|
<sourceModifications>
|
||||||
<sourceModification>
|
<sourceModification>
|
||||||
<className>java.util.logging.Logger</className>
|
<className>java.util.logging.Logger</className>
|
||||||
@@ -219,12 +221,12 @@
|
|||||||
</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 are run by custom ant targets which perform configuration
|
The unit tests are run by custom ant targets 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.
|
||||||
-->
|
-->
|
||||||
</unitTest>
|
</unitTest>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user