Author: bayard
Date: Thu Aug 10 19:48:36 2006
New Revision: 430634
URL: http://svn.apache.org/viewvc?rev=430634&view=rev
Log:
Moved from an m1 site to an m2 site
Added:
jakarta/commons/sandbox/csv/trunk/src/site/
jakarta/commons/sandbox/csv/trunk/src/site/site.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml (with props)
jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml (with
props)
Removed:
jakarta/commons/sandbox/csv/trunk/xdocs/
Added: jakarta/commons/sandbox/csv/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/site.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/site.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/site.xml Thu Aug 10 19:48:36 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons CSV">
+ <body>
+ <links>
+ <item name="Apache" href="http://www.apache.org"/>
+ <item name="Jakarta" href="http://jakarta.apache.org"/>
+ <item name="Commons" href="http://jakarta.apache.org/commons/"/>
+ </links>
+
+ <menu name="CSV">
+ <item name="Overview" href="/index.html"/>
+ <item name="Download" href="/downloads.html"/>
+ <item name="Javadoc" href="/apidocs/index.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/CSV"/>
+ </menu>
+
+ <menu name="Development">
+ <item name="History" href="/changes-report.html"/>
+ <!-- item name="Building" href="/building.html"/ -->
+ <item name="Mailing Lists" href="/mail-lists.html"/>
+ <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/"/>
+ </menu>
+
+ ${reports}
+ </body>
+</project>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml Thu Aug 10
19:48:36 2006
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2006 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (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
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!--
+This file is used by the maven-changes-plugin to generate the release notes.
+Useful ways of finding items to add to this file are:
+
+1. Add items when you fix a bug or add a feature (this makes the
+release process easy :-).
+
+2. Do a JIRA search for tickets closed since the previous release.
+
+3. Use the report generated by the maven-changelog-plugin to see all
+SVN commits. Set the project.properties' maven.changelog.range
+property to the number of days since the last release.
+
+
+The <action> type attribute can be add,update,fix,remove.
+-->
+
+<document>
+ <properties>
+ <title>Release Notes</title>
+ </properties>
+ <body>
+
+ <release version="0.1" date="in SVN">
+ </release>
+
+ </body>
+</document>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/changes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml Thu Aug 10
19:48:36 2006
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<document>
+ <properties>
+ <title>Source repository</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+ <body>
+<!-- ================================================== -->
+<section name="Source repository">
+<p>
+ Jakarta 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>
+</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>.
+</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.
+</p>
+<p>
+ For more information on subversion and creating patches see the
+ <a href="http://www.apache.org/dev/contributors.html">Apache Contributors
Guide</a>.
+</p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
\ No newline at end of file
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/cvs-usage.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml Thu Aug 10
19:48:36 2006
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2006 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (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
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Downloads</title>
+ </properties>
+
+ <body>
+ <section name="Download CSV">
+
+ <subsection name="Releases">
+ <p>
+ There are currently no official downloads, and will not be
until CSV moves out of the Sandbox.
+<!--
+ Download the <a
href="http://jakarta.apache.org/site/downloads/downloads_commons-csv.cgi">Latest
Release</a>
+ of Commons CSV.
+-->
+ </p>
+
+ </subsection>
+
+ <subsection name="Nightly Builds">
+ <p>
+ <a
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/">Nightly
Builds</a>
+ are built once a day from the current SVN HEAD. This is
(nearly) the latest code and so should
+ be treated with caution.
+ </p>
+ </subsection>
+<!--
+ <subsection name="Archived Releases">
+ <p>
+ Older releases are retained by the Apache Software Foundation
but are
+ moved into a
+ <a href="http://archive.apache.org/dist/jakarta/commons/csv/">
+ special archive area</a>.
+ </p>
+ </subsection>
+-->
+ </section>
+
+ </body>
+</document>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml Thu Aug 10
19:48:36 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (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
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Code Examples</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Code Examples">
+ <pre>
+ </pre>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/examples.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml Thu Aug 10
19:48:36 2006
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (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
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Home</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Commons CSV">
+ <p>Commons CSV was started to unify a common and simple interface for
reading and writing CSV files under an ASL license. It has been bootstrapped by
a code donation from Netcetera in Switzerland. There are three pre-existing BSD
compatible CSV parsers which this component will hopefully make redundant
(authors willing): </p>
+ <ul>
+ <li><a href="http://kasparov.skife.org/csv/">Skife CSV</a></li>
+ <li><a href="http://opencsv.sourceforge.net/">Open CSV</a></li>
+ <li><a href="http://www.osjava.org/genjava/multiproject/gj-csv/">Genjava
CSV</a></li>
+ </ul>
+ <p>In addition to the code from Netcetera (org.apache.commons.csv), Martin
van den Bemt has added an additional writer API
(org.apache.commons.csv.writer). </p>
+</section>
+
+<section name="Getting the code?">
+ <p>There are currently no official downloads, and will not be until CSV
moves out of the Sandbox, but a nightly build is available from <a
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/">http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/</a>.
</p>
+ <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/">http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/</a>.
</p>
+</section>
+
+<section name="Bugs?">
+ <p>Please report any bugs or issues in the Commons Sandbox Jira project at
<a
href="http://issues.apache.org/jira/browse/SANDBOX">http://issues.apache.org/jira/browse/SANDBOX</a>.
Please ask any questions or suggest any ideas for improvement on the
commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
+</section>
+
+<!-- ================================================== -->
+</body>
+</document>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml?rev=430634&view=auto
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml (added)
+++ jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml Thu Aug
10 19:48:36 2006
@@ -0,0 +1,71 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (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
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Issue tracking</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Issue tracking">
+<p>
+ Commons CSV uses <a href="http://issues.apache.org/jira/">ASF JIRA</a> for
for tracking issues.
+ See the <a href="http://issues.apache.org/jira/browse/SANDBOX">Sandbox JIRA
project page</a>.
+</p>
+<p>
+ To use JIRA you may need to <a
href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>
+ (if you have previously created/updated Commons issues using Bugzilla an
account will have been automatically
+ created and you can use the <a
href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot
Password</a>
+ page to get a new password).
+</p>
+<p>
+ If you would like to report a bug, or raise an enhancement request with
+ Commons CSV please do the following:
+ <ol>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search
existing open bugs</a>.
+ If you find your issue listed then please add a comment with your
details.</li>
+ <li><a
href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the
mailing list archive</a>.
+ You may find your issue or idea has already been discussed.</li>
+ <li>Decide if your issue is a bug or an enhancement.</li>
+ <li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&component=12311182&issuetype=1&priority=4&assignee=-1">bug
report</a>
+ or <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&component=12311182&issuetype=4&priority=4&assignee=-1">enhancement
request</a>.</li>
+ </ol>
+</p>
+<p>
+ Please also remember these points:
+ <ul>
+ <li>the more information you provide, the better we can help you</li>
+ <li>test cases are vital, particularly for any proposed enhancements</li>
+ <li>the developers of Commons CSV are all unpaid volunteers</li>
+ </ul>
+</p>
+<p>
+ For more information on subversion and creating patches see the
+ <a href="http://www.apache.org/dev/contributors.html">Apache Contributors
Guide</a>.
+</p>
+<p>
+ You may also find these links useful:
+ <ul>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">All
Open CSV bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All
Resolved CSV bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC">All
CSV bugs</a></li>
+ </ul>
+</p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
Propchange: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]