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:
parent
344168bb3d
commit
8279c297b2
|
@ -1,4 +1,4 @@
|
||||||
Apache Jakarta Commons CSV
|
Apache Commons CSV
|
||||||
Copyright 2005-2006 The Apache Software Foundation
|
Copyright 2005-2006 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed by
|
This product includes software developed by
|
||||||
|
|
10
pom.xml
10
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<name>Commons CSV</name>
|
<name>Commons CSV</name>
|
||||||
<url>http://jakarta.apache.org/commons/sandbox/csv/</url>
|
<url>http://commons.apache.org/sandbox/csv/</url>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -34,16 +34,16 @@
|
||||||
</contributors>
|
</contributors>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>
|
||||||
<url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</url>
|
<url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>website</id>
|
<id>website</id>
|
||||||
<name>Apache Website</name>
|
<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>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ maven.compile.target=1.2
|
||||||
maven.xdoc.date=bottom
|
maven.xdoc.date=bottom
|
||||||
maven.xdoc.poweredby.image=maven-feather.png
|
maven.xdoc.poweredby.image=maven-feather.png
|
||||||
maven.xdoc.version=${pom.currentVersion}
|
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.xdoc.includeProjectDocumentation=yes
|
||||||
maven.changes.issue.template=%URL%/browse/%ISSUE%
|
maven.changes.issue.template=%URL%/browse/%ISSUE%
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
Commons CSV is a component that parses comma separated value files.
|
Commons CSV is a component that parses comma separated value files.
|
||||||
</description>
|
</description>
|
||||||
<currentVersion>0.1-SNAPSHOT</currentVersion>
|
<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>
|
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
|
||||||
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
||||||
<siteAddress>people.apache.org</siteAddress>
|
<siteAddress>people.apache.org</siteAddress>
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
|
||||||
<url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk</url>
|
<url>http://svn.apache.org/viewvc/commons/sandbox/csv/trunk</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<item name="Issue Tracking" href="/issue-tracking.html"/>
|
<item name="Issue Tracking" href="/issue-tracking.html"/>
|
||||||
<item name="Team" href="/team-list.html"/>
|
<item name="Team" href="/team-list.html"/>
|
||||||
<item name="Source Repository" href="/cvs-usage.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>
|
</menu>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -27,20 +27,20 @@
|
||||||
<!-- ================================================== -->
|
<!-- ================================================== -->
|
||||||
<section name="Source repository">
|
<section name="Source repository">
|
||||||
<p>
|
<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.
|
<a href="http://subversion.tigris.org/">subversion</a> repository.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The project URL is:<br />
|
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>
|
||||||
<p>
|
<p>
|
||||||
The best way to view the repository is via the
|
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>
|
||||||
<p>
|
<p>
|
||||||
The alternative is to use the
|
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>
|
||||||
<p>
|
<p>
|
||||||
For more information on subversion and creating patches see the
|
For more information on subversion and creating patches see the
|
||||||
|
|
Loading…
Reference in New Issue