git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-03-30 22:59:57 +00:00
parent 0776ea0b21
commit e504d877b5
5 changed files with 34 additions and 34 deletions

View File

@@ -12,7 +12,7 @@
b5
</action>
<action dev="dion" type="fix">
Fix for jars not being included in an EAR file
Fix for jars not being included in an EAR file
</action>
<action dev="dion" type="add">
Added the new <a href="changes-report.html">changes report</a>.

View File

@@ -9,7 +9,7 @@
<jsl:template match="document">
<document>
<jsl:applyTemplates select="*"/>
<jsl:applyTemplates select="*"/>
</document>
</jsl:template>
@@ -23,7 +23,7 @@
<j:set var="sectionName">Release <x:expr select="@version"/> - <x:expr select="@date"/></j:set>
<section name="${sectionName}">
<table>
<tr><th style='width:50px'>Type</th><th>Changes</th><th style='width:70px'>By</th></tr>
<tr><th style='width:50px'>Type</th><th>Changes</th><th style='width:70px'>By</th></tr>
<x:forEach var="action" select="action">
<j:set var="type"><x:expr select="@type"/></j:set>
<j:set var="dev"><x:expr select="@dev"/></j:set>
@@ -31,7 +31,7 @@
<td><img src="images/${type}.gif" alt="${type}"/></td>
<td><x:expr select="string(.)"/></td>
<td><a href="team-list.html#${dev}">${dev}</a></td>
</tr>
</tr>
</x:forEach>
</table>
</section>

View File

@@ -81,7 +81,7 @@
<j:if test="${errorCount != 0}">
<j:set var="name" value="${file.attribute('name').getValue()}"/>
<j:set var="name" value="${name.substring(mavenTool.toInteger(srcDirLength.toString()))}"/>
<util:replace var="name" value="${name}" oldChar="\\" newChar="/"/>
<util:replace var="name" value="${name}" oldChar="\\" newChar="/"/>
<subsection name="${name}">
<table>

View File

@@ -8,16 +8,16 @@
</properties>
<body>
#set ($repository = $project.repository)
#if (!$repository)
#set ($repository = $project.repository)
#if (!$repository)
<section name="Repository">
<p>
No SCM repository is defined.
</p>
</section>
#else
#else
#set ($conn = $repository.cvsRoot)
#set ($module = $repository.cvsModule)
#set ($url = $escape.getText($project.repository.url))

View File

@@ -9,36 +9,36 @@
<body>
<section name="Goals">
<table>
<tr><th>Goal</th><th>Description</th></tr>
<a name="xdoc" />
<tr>
<td>xdoc</td>
<td>
The default goal. This goal simply executes the
<a href="#xdoc:generate-from-pom">xdoc:generate-from-pom</a>
and <a href="#xdoc:transform">xdoc:transform</a> goals
</td>
</tr>
<a name="xdoc:generate-from-pom" />
<tr>
<tr><th>Goal</th><th>Description</th></tr>
<a name="xdoc" />
<tr>
<td>xdoc</td>
<td>
The default goal. This goal simply executes the
<a href="#xdoc:generate-from-pom">xdoc:generate-from-pom</a>
and <a href="#xdoc:transform">xdoc:transform</a> goals
</td>
</tr>
<a name="xdoc:generate-from-pom" />
<tr>
<td>xdoc:generate-from-pom</td>
<td>
Generate a set of reports from your <code>project.xml</code> file.
This includes the dependency, mailing list, project info, project
reports and team list pages
</td>
</tr>
<a name="init-dvsl-tag" />
<tr>
<td>init-dvsl-tag</td>
<td>
This goal defines the <code>DVSL</code> tag library for generating
documentation. A single tag <code>dvsl:dvsl</code> is defined.
</td>
</tr>
</tr>
<a name="init-dvsl-tag" />
<tr>
<td>init-dvsl-tag</td>
<td>
This goal defines the <code>DVSL</code> tag library for generating
documentation. A single tag <code>dvsl:dvsl</code> is defined.
</td>
</tr>
</table>
</section>
</body>