[richfaces-svn-commits] JBoss Rich Faces SVN: r11746 - in trunk/docs: faq and 2 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 12 12:22:59 EST 2008
Author: artdaw
Date: 2008-12-12 12:22:59 -0500 (Fri, 12 Dec 2008)
New Revision: 11746
Removed:
trunk/docs/xslt/
Modified:
trunk/docs/faq/en/pom.xml
trunk/docs/faq/pom.xml
trunk/docs/migrationguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-3692 - Template Tags Refrence was added
Modified: trunk/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml 2008-12-12 17:22:41 UTC (rev 11745)
+++ trunk/docs/faq/en/pom.xml 2008-12-12 17:22:59 UTC (rev 11746)
@@ -37,6 +37,11 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-spellChecker-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </plugin>
<!--
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2008-12-12 17:22:41 UTC (rev 11745)
+++ trunk/docs/faq/pom.xml 2008-12-12 17:22:59 UTC (rev 11746)
@@ -12,7 +12,19 @@
<name>FAQ</name>
<description>Frequently asked questions</description>
<pluginRepositories>
- <pluginRepository>
+ <pluginRepository>
+ <id>maven.jboss.org</id>
+ <name>JBoss Repository for Maven Snapshots</name>
+ <url>http://snapshots.jboss.org/maven2/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+<pluginRepository>
<releases>
<enabled>true</enabled>
</releases>
@@ -29,6 +41,26 @@
<build>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-spellChecker-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>spellChecker:check</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <dirForScan>en/src/main/docbook</dirForScan>
+ <outputDir>
+ ${project.build.directory}/spellCheckerLogs
+ </outputDir>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -133,7 +165,7 @@
</sourceDocumentName>
<formats>
- <format>
+ <!--format>
<formatName>pdf</formatName>
<stylesheetResource>
classpath:/xslt/org/jboss/pdf.xsl
@@ -144,7 +176,7 @@
<imagePathSettingRequired>
true
</imagePathSettingRequired>
- </format>
+ </format-->
<!--format>
<formatName>html</formatName>
<stylesheetResource>
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-12 17:22:41 UTC (rev 11745)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-12 17:22:59 UTC (rev 11746)
@@ -33,7 +33,7 @@
<para>
<ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/migrationguide/en/pdf/richfaces_migration_guide.pdf">PDF version</ulink>
</para>
-</abstract>
+</abstract>
</bookinfo>
@@ -58,7 +58,7 @@
Issues, related to the new components and other problems are not covered here.
However, <ulink url="http://jira.jboss.com/jira/browse/RF">Jira</ulink> contains all issues
and if you can not find your case there, please, feel free to report it.
- </para>
+ </para>
<section id="MostImportant">
<?dbhtml filename="MostImportant.html"?>
<sectioninfo>
More information about the richfaces-svn-commits
mailing list