Author: wsmoak Date: Sun Nov 27 10:36:21 2005 New Revision: 349274 URL: http://svn.apache.org/viewcvs?rev=349274&view=rev Log: Added taglib docs to Core and Clay sites. Changed version number of core taglib: 0.1 -> 1.0
Modified: struts/shale/trunk/build/clay-plugin/project.properties struts/shale/trunk/build/clay-plugin/project.xml struts/shale/trunk/build/core-library/project.properties struts/shale/trunk/build/core-library/project.xml struts/shale/trunk/clay-plugin/xdocs/navigation.xml struts/shale/trunk/core-library/src/conf/taglib.tld struts/shale/trunk/core-library/xdocs/navigation.xml Modified: struts/shale/trunk/build/clay-plugin/project.properties URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.properties?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/build/clay-plugin/project.properties (original) +++ struts/shale/trunk/build/clay-plugin/project.properties Sun Nov 27 10:36:21 2005 @@ -6,3 +6,5 @@ maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt maven.docs.src=../${shale.subdir}/xdocs + +taglib.src.dir=../${shale.subdir}/src/conf Modified: struts/shale/trunk/build/clay-plugin/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.xml?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/build/clay-plugin/project.xml (original) +++ struts/shale/trunk/build/clay-plugin/project.xml Sun Nov 27 10:36:21 2005 @@ -89,6 +89,26 @@ </resources> </build> + <reports> + <report>taglib</report> + <!-- <report>maven-checkstyle-plugin</report> --> + <report>maven-changelog-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-jdepend-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-jxr-plugin</report> + <!--report>maven-linkcheck-plugin</report--> + <report>maven-pmd-plugin</report> + <report>maven-simian-plugin</report> + <report>maven-tasklist-plugin</report> + <report>maven-jcoverage-plugin</report> + <report>maven-findbugs-plugin</report> + </reports> + <dependencies> <dependency> <groupId>shale</groupId> @@ -103,5 +123,14 @@ <scope>test</scope> </properties> </dependency> + + <dependency> + <groupId>maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + <version>1.4.2</version> + <type>plugin</type> + <url>http://maven-taglib.sourceforge.net</url> + </dependency> + </dependencies> </project> Modified: struts/shale/trunk/build/core-library/project.properties URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.properties?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/build/core-library/project.properties (original) +++ struts/shale/trunk/build/core-library/project.properties Sun Nov 27 10:36:21 2005 @@ -6,3 +6,5 @@ maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt maven.docs.src=../${shale.subdir}/xdocs + +taglib.src.dir=../${shale.subdir}/src/conf Modified: struts/shale/trunk/build/core-library/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/build/core-library/project.xml (original) +++ struts/shale/trunk/build/core-library/project.xml Sun Nov 27 10:36:21 2005 @@ -92,6 +92,26 @@ </resources> </build> + <reports> + <report>taglib</report> + <!-- <report>maven-checkstyle-plugin</report> --> + <report>maven-changelog-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-faq-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-jdepend-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-jxr-plugin</report> + <!--report>maven-linkcheck-plugin</report--> + <report>maven-pmd-plugin</report> + <report>maven-simian-plugin</report> + <report>maven-tasklist-plugin</report> + <report>maven-jcoverage-plugin</report> + <report>maven-findbugs-plugin</report> + </reports> + <dependencies> <dependency> @@ -101,6 +121,14 @@ <properties> <scope>provided</scope> </properties> + </dependency> + + <dependency> + <groupId>maven-taglib</groupId> + <artifactId>maven-taglib-plugin</artifactId> + <version>1.4.2</version> + <type>plugin</type> + <url>http://maven-taglib.sourceforge.net</url> </dependency> </dependencies> Modified: struts/shale/trunk/clay-plugin/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/clay-plugin/xdocs/navigation.xml?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/clay-plugin/xdocs/navigation.xml (original) +++ struts/shale/trunk/clay-plugin/xdocs/navigation.xml Sun Nov 27 10:36:21 2005 @@ -6,6 +6,11 @@ <title>Shale Clay Plugin</title> <body> + <menu name="Clay Taglib Resources"> + <item name="Tag Reference" href="tagreference-shale-clay.html"/> + <item name="Taglibdoc" href="tlddoc/index.html"/> + </menu> + <menu name="Quick Links"> <item name="Struts" href="../../index.html"/> <item name="Shale" href="../index.html"/> Modified: struts/shale/trunk/core-library/src/conf/taglib.tld URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/conf/taglib.tld?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/core-library/src/conf/taglib.tld (original) +++ struts/shale/trunk/core-library/src/conf/taglib.tld Sun Nov 27 10:36:21 2005 @@ -23,7 +23,7 @@ <taglib> - <tlib-version>0.1</tlib-version> + <tlib-version>1.0</tlib-version> <jsp-version>1.2</jsp-version> <short-name>s</short-name> <uri>http://struts.apache.org/shale/core</uri> Modified: struts/shale/trunk/core-library/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/xdocs/navigation.xml?rev=349274&r1=349273&r2=349274&view=diff ============================================================================== --- struts/shale/trunk/core-library/xdocs/navigation.xml (original) +++ struts/shale/trunk/core-library/xdocs/navigation.xml Sun Nov 27 10:36:21 2005 @@ -5,6 +5,11 @@ <title>Shale Core Library</title> <body> + + <menu name="Shale Taglib Resources"> + <item name="Tag Reference" href="tagreference-taglib.html"/> + <item name="Taglibdoc" href="tlddoc/index.html"/> + </menu> <menu name="Quick Links"> <item name="Struts" href="../../index.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]