1
0

Replace confusing variable use with plain text. There's no need for flexibility here as the

artifact id is really unlikely to change, and if it does we can just search-and-replace.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@425250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-07-25 01:32:04 +00:00
parent 557f97f1a5
commit effb1b152a

View File

@@ -32,8 +32,8 @@
</description>
<logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<url>http://jakarta.apache.org/commons/logging</url>
<package>org.apache.commons.logging</package>
<organization>
<name>The Apache Software Foundation</name>
@@ -52,13 +52,12 @@
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<siteDirectory>/www/jakarta.apache.org/commons/logging/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/logging</distributionDirectory>
<repository>
<!--<connection>scm:cvs:${logging.cvs}:jakarta-commons/logging/</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/${pom.artifactId.substring(8)}/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>