Author: ochikvina
Date: 2010-03-04 08:33:09 -0500 (Thu, 04 Mar 2010)
New Revision: 20660
Modified:
branches/jbosstools-3.1.x/documentation/jboss-tools-docs/all-guides.xml
branches/jbosstools-3.1.x/documentation/jboss-tools-docs/index/en/master.xml
branches/jbosstools-3.1.x/documentation/jboss-tools-docs/pom.xml
Log:
<html><head><meta name="qrichtext" content="1"
/></head><body style="font-size:9pt;font-family:Sans Serif">
<
p>https://jira.jboss.org/jira/browse/JBDS-1107 -Updated docs source files here with
the ones for JBDS 3.0.0 GA release. </p>
<p></p>
</body></html>
Modified: branches/jbosstools-3.1.x/documentation/jboss-tools-docs/all-guides.xml
===================================================================
--- branches/jbosstools-3.1.x/documentation/jboss-tools-docs/all-guides.xml 2010-03-04
13:28:40 UTC (rev 20659)
+++ branches/jbosstools-3.1.x/documentation/jboss-tools-docs/all-guides.xml 2010-03-04
13:33:09 UTC (rev 20660)
@@ -33,7 +33,7 @@
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>
- <fileSet>
+ <!--fileSet>
<directory>index/target/docbook/publish/en-US/html_single/</directory>
<outputDirectory>../</outputDirectory>
<filtered>false</filtered>
@@ -45,7 +45,7 @@
<useDefaultExcludes>true</useDefaultExcludes>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
- </fileSet>
+ </fileSet-->
<fileSet>
<directory>../guides/Exadel-migration/target/docbook/publish/en-US</directory>
<outputDirectory>/Exadel-migration</outputDirectory>
@@ -71,6 +71,19 @@
<useDefaultExcludes>true</useDefaultExcludes>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
+ </fileSet>
+ <fileSet>
+ <directory>../guides/Beginners_Guide/target/docbook/publish/en-US</directory>
+ <outputDirectory>/beginners_guide</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>../guides/GettingStartedGuide/en</directory>
@@ -358,4 +371,4 @@
</fileSet>
</fileSets>
-</assembly>
\ No newline at end of file
+</assembly>
Modified: branches/jbosstools-3.1.x/documentation/jboss-tools-docs/index/en/master.xml
===================================================================
---
branches/jbosstools-3.1.x/documentation/jboss-tools-docs/index/en/master.xml 2010-03-04
13:28:40 UTC (rev 20659)
+++
branches/jbosstools-3.1.x/documentation/jboss-tools-docs/index/en/master.xml 2010-03-04
13:33:09 UTC (rev 20660)
@@ -7,7 +7,7 @@
<pubdate>Last published: <?dbtimestamp format="B d,
Y"?></pubdate>
<copyright>
<year>2007</year>
- <year>2009</year>
+ <year>2010</year>
<holder>JBoss by Red Hat</holder>
</copyright>
</bookinfo>
@@ -21,8 +21,15 @@
(pdf)</ulink>
</primaryie>
</indexentry>
-
<indexentry>
+ <primaryie>Beginners Guide <ulink
+
url="en/beginners_guide/html/index.html">(html)</ulink>
+ <ulink
url="en/beginners_guide/html_single/index.html">(html single)</ulink>
+ <ulink url="en/beginners_guide/pdf/Beginners_Guide.pdf"
+ >(pdf)</ulink>
+ </primaryie>
+ </indexentry>
+ <indexentry>
<primaryie>Seam Dev Tools Reference Guide <ulink
url="en/seam/html/index.html"
(html)</ulink>
<ulink
url="en/seam/html_single/index.html">(html single)</ulink>
Modified: branches/jbosstools-3.1.x/documentation/jboss-tools-docs/pom.xml
===================================================================
--- branches/jbosstools-3.1.x/documentation/jboss-tools-docs/pom.xml 2010-03-04 13:28:40
UTC (rev 20659)
+++ branches/jbosstools-3.1.x/documentation/jboss-tools-docs/pom.xml 2010-03-04 13:33:09
UTC (rev 20660)
@@ -11,10 +11,11 @@
<name>All_Userguides</name>
<modules>
- <!--module>../jbosstools-docbook-xslt</module>
- <module>../jbosstools-jdocbook-style</module-->
+ <!--<module>../jbosstools-docbook-xslt</module>
+ <module>../jbosstools-jdocbook-style</module>-->
<module>../guides/Exadel-migration</module>
<module>../guides/GettingStartedGuide</module>
+ <module>../guides/Beginners_Guide</module>
<module>../../as/docs/reference</module>
<module>../../hibernatetools/docs/reference</module>
<module>../../jbpm/docs/reference</module>
@@ -50,7 +51,7 @@
<descriptor>all-guides.xml</descriptor>
</descriptors>
<finalName>en</finalName>
- <outputDirectory>nightly-docs</outputDirectory>
+ <outputDirectory>${pom.basedir}/nightly-docs</outputDirectory>
<appendAssemblyId>false</appendAssemblyId>
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
</configuration>