Remove the parts that are inherited from the parent.
Fix menu name. Remove old skin reference. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@493621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9eedba5c7d
commit
53f9bf904a
|
@ -2,16 +2,7 @@
|
|||
<project name="Commons CSV">
|
||||
<body>
|
||||
|
||||
<!--
|
||||
<skin>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-skin</artifactId>
|
||||
<version>0.1</version>
|
||||
</skin>
|
||||
-->
|
||||
|
||||
|
||||
<menu name="CSV">
|
||||
<menu name="Commons CSV">
|
||||
<item name="Overview" href="/index.html"/>
|
||||
<item name="Download" href="/downloads.html"/>
|
||||
<item name="Wiki" href="http://wiki.apache.org/jakarta-commons/CSV"/>
|
||||
|
@ -26,6 +17,5 @@
|
|||
<item name="Javadoc (latest)" href="http://jakarta.apache.org/commons/sandbox/csv/apidocs/"/>
|
||||
</menu>
|
||||
|
||||
${reports}
|
||||
</body>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue