Changed to straight jelly
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56b8d4cba0
commit
61646a95f7
@ -1,67 +0,0 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- stylesheet to be used -->
|
||||
<jsl:stylesheet select="$doc"
|
||||
xmlns:define="jelly:define"
|
||||
xmlns:j="jelly:core"
|
||||
xmlns:jsl="jelly:jsl"
|
||||
xmlns:log="jelly:log"
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:x="jelly:xml"
|
||||
xmlns:doc="doc"
|
||||
xmlns="dummy" trim="true">
|
||||
|
||||
<jsl:template match="document" trim="false">
|
||||
<project>
|
||||
<body>
|
||||
<j:if test="${includeProjectDocumentation.equals('yes')}">
|
||||
<menu name="Project Documentation">
|
||||
<item name="About ${pom.name}" href="/index.html"/>
|
||||
|
||||
<item name="Project Info" href="/project-info.html" collapse="true">
|
||||
<item name="Mailing Lists" href="/mail-lists.html"/>
|
||||
<item name="Project Team" href="/team-list.html"/>
|
||||
<item name="Dependencies" href="/dependencies.html"/>
|
||||
|
||||
<j:if test="${!empty(pom.repository.url)}">
|
||||
<item name="Source Repository" href="/cvs-usage.html"/>
|
||||
</j:if>
|
||||
|
||||
<j:if test="${!empty(pom.issueTrackingUrl)}">
|
||||
<item name="Issue Tracking" href="/issue-tracking.html"/>
|
||||
</j:if>
|
||||
</item>
|
||||
<item name="Project Reports" href="/maven-reports.html" collapse="true">
|
||||
<j:forEach var="report" items="${reports}">
|
||||
<item name="${report.name}" href="/${report.link}.html"/>
|
||||
</j:forEach>
|
||||
</item>
|
||||
<j:if test="${pom.reports.isEmpty()}">
|
||||
<j:if test="${sourcesPresent}">
|
||||
<item name="JavaDocs" href="/apidocs/index.html"/>
|
||||
<item name="Source XReference" href="/xref/index.html"/>
|
||||
|
||||
<j:if test="${unitTestSourcesPresent == 'true'}">
|
||||
<item name="Test XReference" href="/xref-test/index.html"/>
|
||||
</j:if>
|
||||
</j:if>
|
||||
</j:if>
|
||||
<j:set var="devProcess" value="false"/>
|
||||
<util:available file="${maven.docs.src}/development-process.xml">
|
||||
<j:set var="devProcess" value="true"/>
|
||||
</util:available>
|
||||
<j:if test="${devProcess}">
|
||||
<item name="Development Process" href="/development-process.html"/>
|
||||
</j:if>
|
||||
<j:if test="${!devProcess}">
|
||||
<item name="Development Process" href="${maven.xdoc.developmentProcessUrl}"/>
|
||||
</j:if>
|
||||
</menu>
|
||||
</j:if>
|
||||
</body>
|
||||
</project>
|
||||
</jsl:template>
|
||||
|
||||
<!-- absorb any other elements -->
|
||||
<jsl:template match="*" trim="false"></jsl:template>
|
||||
|
||||
</jsl:stylesheet>
|
||||
Loading…
x
Reference in New Issue
Block a user