TLP move related blanket changes. Please review if possible.

git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@561364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rahul Akolkar 2007-07-31 15:45:52 +00:00
parent 344168bb3d
commit 8279c297b2
6 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
Apache Jakarta Commons CSV
Apache Commons CSV
Copyright 2005-2006 The Apache Software Foundation
This product includes software developed by

10
pom.xml
View File

@ -10,7 +10,7 @@
<artifactId>commons-csv</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Commons CSV</name>
<url>http://jakarta.apache.org/commons/sandbox/csv/</url>
<url>http://commons.apache.org/sandbox/csv/</url>
<dependencies>
<dependency>
@ -34,16 +34,16 @@
</contributors>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>
</scm>
<distributionManagement>
<site>
<id>website</id>
<name>Apache Website</name>
<url>scp://people.apache.org/www/jakarta.apache.org/commons/sandbox/csv/</url>
<url>scp://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
</site>
</distributionManagement>

View File

@ -22,7 +22,7 @@ maven.compile.target=1.2
maven.xdoc.date=bottom
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
maven.xdoc.includeProjectDocumentation=yes
maven.changes.issue.template=%URL%/browse/%ISSUE%

View File

@ -26,7 +26,7 @@
Commons CSV is a component that parses comma separated value files.
</description>
<currentVersion>0.1-SNAPSHOT</currentVersion>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
@ -37,8 +37,8 @@
</organization>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
<url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
<url>http://svn.apache.org/viewvc/commons/sandbox/csv/trunk</url>
</repository>
<mailingLists>

View File

@ -14,7 +14,7 @@
<item name="Issue Tracking" href="/issue-tracking.html"/>
<item name="Team" href="/team-list.html"/>
<item name="Source Repository" href="/cvs-usage.html"/>
<item name="Javadoc (latest)" href="http://jakarta.apache.org/commons/sandbox/csv/apidocs/"/>
<item name="Javadoc (latest)" href="http://commons.apache.org/sandbox/csv/apidocs/"/>
</menu>
</body>

View File

@ -27,20 +27,20 @@
<!-- ================================================== -->
<section name="Source repository">
<p>
Jakarta Commons CSV is hosted on the Apache
Apache Commons CSV is hosted on the Apache
<a href="http://subversion.tigris.org/">subversion</a> repository.
</p>
<p>
The project URL is:<br />
<code>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</code>
<code>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</code>
</p>
<p>
The best way to view the repository is via the
<a href="http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/">subversion viewer</a>.
<a href="http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/">subversion viewer</a>.
</p>
<p>
The alternative is to use the
<a href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/">native subversion</a> display.
<a href="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/">native subversion</a> display.
</p>
<p>
For more information on subversion and creating patches see the