Author: abelevich
Date: 2011-03-28 13:12:58 -0400 (Mon, 28 Mar 2011)
New Revision: 22324
Modified:
modules/build/resources/trunk/vdl-doc/pom.xml
modules/build/resources/trunk/vdl-doc/src/main/properties/properties.xml
modules/build/resources/trunk/vdl-doc/src/main/xsl/tag.html.xsl
modules/build/resources/trunk/vdl-doc/src/main/xsl/tld-frame.html.xsl
Log:
https://issues.jboss.org/browse/RF-10598 Get a basic tld document build going with the
files as they are
Modified: modules/build/resources/trunk/vdl-doc/pom.xml
===================================================================
--- modules/build/resources/trunk/vdl-doc/pom.xml 2011-03-28 15:18:43 UTC (rev 22323)
+++ modules/build/resources/trunk/vdl-doc/pom.xml 2011-03-28 17:12:58 UTC (rev 22324)
@@ -2,13 +2,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.vdl</groupId>
- <artifactId>vdl-doc</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <groupId>org.richfaces.build.resources</groupId>
+ <artifactId>faces-vdl-documentation</artifactId>
+ <version>1-SNAPSHOT</version>
- <name>vdl-doc</name>
+ <name>RichFaces VDl Documentation</name>
<url>http://richfaces.org</url>
+ <description>Richfaces Resources for VDL generation</description>
+
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -216,15 +218,6 @@
<outputDirectory>${project.build.directory}/taglibs/</outputDirectory>
</configuration>
</plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
- <configuration>
- <descriptors>
-
<descriptor>src/assembly/distribution.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
Modified: modules/build/resources/trunk/vdl-doc/src/main/properties/properties.xml
===================================================================
--- modules/build/resources/trunk/vdl-doc/src/main/properties/properties.xml 2011-03-28
15:18:43 UTC (rev 22323)
+++ modules/build/resources/trunk/vdl-doc/src/main/properties/properties.xml 2011-03-28
17:12:58 UTC (rev 22324)
@@ -8,13 +8,13 @@
<display-name>Ajax4JSF</display-name>
<doc-title>Ajax4JSF VDL Documentation</doc-title>
<path>../../../target/taglibs/META-INF/a4j.taglib.xml</path>
- <description>description</description>
+ <description>Represents core Ajax functionality, and page wide Ajax controls and
utility components.</description>
</taglib>
<taglib short-name="rich">
<display-name>RichFaces</display-name>
<doc-title>RichFaces VDL Documentation</doc-title>
<path>../../../target/taglibs/META-INF/rich.taglib.xml</path>
- <description>description</description>
+ <description>Represents self-contained and advanced UI components with
out-of-the-box Ajax functionality.</description>
</taglib>
</taglibs>
</properties>
\ No newline at end of file
Modified: modules/build/resources/trunk/vdl-doc/src/main/xsl/tag.html.xsl
===================================================================
--- modules/build/resources/trunk/vdl-doc/src/main/xsl/tag.html.xsl 2011-03-28 15:18:43
UTC (rev 22323)
+++ modules/build/resources/trunk/vdl-doc/src/main/xsl/tag.html.xsl 2011-03-28 17:12:58
UTC (rev 22324)
@@ -264,6 +264,27 @@
</td>
</tr>
</table>
+
+
+ <!--xsl:choose>
+ <xsl:when
test="javaee:component/javaee:component-extension/cdk:extension/cdk:facets">
+ <table border="1" cellpadding="3"
cellspacing="0" width="100%">
+ <tr bgcolor="#CCCCFF"
class="TableHeadingColor">
+ <td colspan="5">
+ <font size="+2">
+ <b>Supported Facets</b>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="5"><xsl:value-of
select="javaee:component/javaee:component-extension/cdk:extension/cdk:facets"
/></td>
+ </tr>
+ </table>
+ <br/>
+ <p/>
+ </xsl:when>
+ </xsl:choose-->
+
</xsl:when>
<xsl:when test="javaee:behavior">
<xsl:value-of
select="javaee:behavior/javaee:description"
disable-output-escaping="yes"/>
@@ -333,27 +354,9 @@
</table>
</xsl:when>
</xsl:choose>
-
-
<br/>
- <p/>
- <table border="1" cellpadding="3"
cellspacing="0" width="100%">
- <tr bgcolor="#CCCCFF"
class="TableHeadingColor">
- <td colspan="5">
- <font size="+2">
- <b>Supported Facets</b>
- </font>
- </td>
- </tr>
- <tr>
- <td colspan="5">No facets</td>
- </tr>
+ <p/>
- </table>
- <br/>
- <p/>
-
-
<table border="1" cellpadding="3"
cellspacing="0" width="100%">
<tr bgcolor="#CCCCFF"
class="TableHeadingColor">
<td colspan="5">
Modified: modules/build/resources/trunk/vdl-doc/src/main/xsl/tld-frame.html.xsl
===================================================================
--- modules/build/resources/trunk/vdl-doc/src/main/xsl/tld-frame.html.xsl 2011-03-28
15:18:43 UTC (rev 22323)
+++ modules/build/resources/trunk/vdl-doc/src/main/xsl/tld-frame.html.xsl 2011-03-28
17:12:58 UTC (rev 22324)
@@ -47,7 +47,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:output method="html" indent="yes"
name="html"/>
- <!--<xsl:param
name="facelet-taglib-shortNamespace">default</xsl:param>-->
+
<xsl:param name="output-dir" />
<xsl:variable name="window-title">
<xsl:value-of select="properties/window-title"/>
@@ -97,7 +97,7 @@
<title>
<xsl:value-of select="$taglibfull"/>
</title>
- <meta name="keywords" content="$taglibfull"/>
+ <meta name="keywords" content="$taglibname"/>
<link rel="stylesheet" type="text/css"
href="../stylesheet.css"
title="Style"/>
<script>
@@ -110,7 +110,7 @@
<body bgcolor="white" onload="asd();">
<font size="+1" class="FrameTitleFont">
<a href="tld-summary.html" target="tagFrame">
- <xsl:value-of select="$taglibfull"/>
+ <xsl:value-of select="$taglibname"/>
</a>
</font>
<table border="0" width="100%">