Added a maven2 site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@382649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38644aaf1a
commit
215efb82b5
|
@ -0,0 +1,17 @@
|
|||
-----
|
||||
Jakarta Commons CSV
|
||||
-----
|
||||
Henri Yandell
|
||||
-----
|
||||
2 March 2006
|
||||
-----
|
||||
|
||||
Jakarta Commons CSV
|
||||
|
||||
Commons CSV was started to unify a common and simple interface for reading
|
||||
and writing CSV files.
|
||||
|
||||
* History
|
||||
|
||||
The library was donated by Netcetera in Switzerland.
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Commons CSV">
|
||||
<body>
|
||||
<links>
|
||||
</links>
|
||||
|
||||
<!-- TODO: proper menu -->
|
||||
|
||||
<menu name="Subproject menu">
|
||||
<item name="Introduction" href="/index.html" />
|
||||
</menu>
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
Loading…
Reference in New Issue