[jbosstools-commits] JBoss Tools SVN: r39391 - in trunk/documentation/jboss-tools-docs: index/en-US and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Mar 8 18:48:12 EST 2012
Author: irooskov at redhat.com
Date: 2012-03-08 18:48:11 -0500 (Thu, 08 Mar 2012)
New Revision: 39391
Modified:
trunk/documentation/jboss-tools-docs/all-guides.xml
trunk/documentation/jboss-tools-docs/index/en-US/master.xml
trunk/documentation/jboss-tools-docs/pom.xml
Log:
updated with location of new seam tools tutorial guide
Modified: trunk/documentation/jboss-tools-docs/all-guides.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/all-guides.xml 2012-03-08 23:34:44 UTC (rev 39390)
+++ trunk/documentation/jboss-tools-docs/all-guides.xml 2012-03-08 23:48:11 UTC (rev 39391)
@@ -188,6 +188,19 @@
<directoryMode>0755</directoryMode>
</fileSet>
<fileSet>
+ <directory>../../seam/docs/tutorial/target/docbook/publish/en-US</directory>
+ <outputDirectory>/seam_tutorial</outputDirectory>
+ <filtered>false</filtered>
+ <lineEnding>keep</lineEnding>
+ <includes>
+ <include>**/*.*</include>
+ </includes>
+ <useStrictFiltering>false</useStrictFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <fileMode>0644</fileMode>
+ <directoryMode>0755</directoryMode>
+ </fileSet>
+ <fileSet>
<directory>../../jsf/docs/jsf_tools_ref_guide/target/docbook/publish/en-US</directory>
<outputDirectory>/jsf_tools_ref_guide</outputDirectory>
<filtered>false</filtered>
Modified: trunk/documentation/jboss-tools-docs/index/en-US/master.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/index/en-US/master.xml 2012-03-08 23:34:44 UTC (rev 39390)
+++ trunk/documentation/jboss-tools-docs/index/en-US/master.xml 2012-03-08 23:48:11 UTC (rev 39391)
@@ -134,6 +134,14 @@
</indexentry>
<indexentry>
+ <primaryie>Seam Tools Tutorial<ulink url="en/seam_tutorial/html/index.html"
+ >(html)</ulink>
+ <ulink url="en/seam_tutorial/html_single/index.html">(html single)</ulink>
+ <ulink url="en/seam_tutorial/pdf/Seam_Reference_Guide.pdf">(pdf)</ulink>
+ </primaryie>
+ </indexentry>
+
+ <indexentry>
<primaryie>Smooks Reference Guide<ulink
url="en/jboss_smooks_plugin_ref_guide/html/index.html">(html)</ulink>
<ulink url="en/jboss_smooks_plugin_ref_guide/html_single/index.html">(html single)</ulink>
Modified: trunk/documentation/jboss-tools-docs/pom.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/pom.xml 2012-03-08 23:34:44 UTC (rev 39390)
+++ trunk/documentation/jboss-tools-docs/pom.xml 2012-03-08 23:48:11 UTC (rev 39391)
@@ -23,6 +23,7 @@
<module>../../jsf/docs/jsf_tools_ref_guide</module>
<module>../../jsf/docs/jsf_tools_tutorial</module>
<module>../../seam/docs/reference</module>
+ <module>../../seam/docs/tutorial</module>
<module>../../struts/docs/struts_tools_ref_guide</module>
<module>../../struts/docs/struts_tools_tutorial</module>
<module>../../esb/docs/esb_ref_guide</module>
More information about the jbosstools-commits
mailing list