Author: smukhina
Date: 2008-07-24 11:07:47 -0400 (Thu, 24 Jul 2008)
New Revision: 9270
Modified:
trunk/documentation/movies/index/en/master.xml
trunk/documentation/movies/index/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-348
Modified: trunk/documentation/movies/index/en/master.xml
===================================================================
--- trunk/documentation/movies/index/en/master.xml 2008-07-24 14:40:10 UTC (rev 9269)
+++ trunk/documentation/movies/index/en/master.xml 2008-07-24 15:07:47 UTC (rev 9270)
@@ -14,22 +14,34 @@
<title/>
<indexentry>
<primaryie>
- <ulink
url="../../../../../../create_console_config/create_console_config.htm">Creating
Console Configuration</ulink>
+ <ulink
url="demos/create_console_config/create_console_config.htm">Creating Console
Configuration</ulink>
</primaryie>
</indexentry>
<indexentry>
<primaryie>
- <ulink
url="../../../../../../cust_tag_lib_to_pallete/cust_tag_lib_to_pallete.htm">Importing
Custom Tag Library to Pallete</ulink>
+ <ulink
url="demos/cust_tag_lib_to_pallete/cust_tag_lib_to_pallete.htm">Importing
Custom Tag Library to Pallete</ulink>
</primaryie>
</indexentry>
<indexentry>
<primaryie>
- <ulink
url="../../../../../../seam2_plus_ejb3/seam2_plus_ejb3.htm">Creating Seam2 +
EJB3 EAR Project</ulink>
+ <ulink
url="demos/seam2_plus_ejb3/seam2_plus_ejb3.htm">Creating Seam2 + EJB3 EAR
Project</ulink>
</primaryie>
</indexentry>
+ <indexentry>
+ <primaryie>
+ <ulink
url="demos/ootb_new_seam_project/ootb_new_seam_project.htm">New Seam
Project</ulink>
+ </primaryie>
+ </indexentry>
+
+ <indexentry>
+ <primaryie>
+ <ulink
url="demos/archiving/archiving.htm">Archiving</ulink>
+ </primaryie>
+ </indexentry>
+
<!--indexentry>
<primaryie>Visual Web Tools Reference Guide <ulink
url="en/jsf/html/index.html"
(html)</ulink>
Modified: trunk/documentation/movies/index/pom.xml
===================================================================
--- trunk/documentation/movies/index/pom.xml 2008-07-24 14:40:10 UTC (rev 9269)
+++ trunk/documentation/movies/index/pom.xml 2008-07-24 15:07:47 UTC (rev 9270)
@@ -8,7 +8,7 @@
<artifactId>all-guides-index</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
- <name>All_Userguides_index</name>
+ <name>All_movies_index</name>
<build>
<plugins>
@@ -66,7 +66,7 @@
</plugins>
</build>
- <distributionManagement>
+<distributionManagement>
<repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo
${maven.repository.root} -->
<!-- It is anticipated that ${maven.repository.root} be set in user's
settings.xml -->
@@ -79,8 +79,9 @@
<name>JBoss Snapshot Repository</name>
<
url>dav:https://snapshots.jboss.org/maven2</url>
</snapshotRepository>
- </distributionManagement>
+</distributionManagement>
+
<properties>
<stylesdir>../../jbosstools-docbook-xslt/src/main/resources/</stylesdir>
<cssdir>../../jbosstools-jdocbook-style/src/main/org/css/</cssdir>