[jbosstools-commits] JBoss Tools SVN: r6761 - trunk/documentation/guides.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 7 07:18:43 EST 2008


Author: smukhina
Date: 2008-03-07 07:18:43 -0500 (Fri, 07 Mar 2008)
New Revision: 6761

Added:
   trunk/documentation/guides/nightly-build-index.html
   trunk/documentation/guides/pom.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1703
add pom for three guides 

Added: trunk/documentation/guides/nightly-build-index.html
===================================================================
--- trunk/documentation/guides/nightly-build-index.html	                        (rev 0)
+++ trunk/documentation/guides/nightly-build-index.html	2008-03-07 12:18:43 UTC (rev 6761)
@@ -0,0 +1,9 @@
+<html>
+  <body>
+    <h1>Nightly builds of JBoss Tools documentation</h1>
+    <p>Build timestamp: @TIMESTAMP@</p>
+    <p>Getting Started with RHDS: <a href="GettingStartedGuide/en/html/index.html">Html multi pages</a>,<a href="GettingStartedGuide/en/pdf/Getting_Started_with_RHDS.pdf">PDF</a></p>
+    <p>Getting Exadel Migration: <a href="Exadel-migration/en/html/index.html">Html multi pages</a>,<a href="Exadel-migration/en/pdf/Exadel-migration.pdf">PDF</a></p>
+    <p>JSF-Struts: <a href="legacy-jsf-struts/en/html/index.html">Html multi pages</a>,<a href="legacy-jsf-struts/en/pdf/Legacy-jsf-struts.pdf">PDF</a></p>
+  </body>
+</html>
\ No newline at end of file

Added: trunk/documentation/guides/pom.xml
===================================================================
--- trunk/documentation/guides/pom.xml	                        (rev 0)
+++ trunk/documentation/guides/pom.xml	2008-03-07 12:18:43 UTC (rev 6761)
@@ -0,0 +1,21 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.jboss.tools</groupId>
+    <artifactId>documentation-aggregator</artifactId>
+    <version>1.0</version>
+    <packaging>pom</packaging>
+
+    <name>JBoss Tools - Documentation Aggregator</name>
+    <description>Grouping of JBoss Tools Project documentation modules</description>
+
+    <modules>
+        <module>Exadel-migration</module>
+        <module>GettingStartedGuide</module>
+        <module>Legacy-jsf-struts</module>
+    </modules>
+
+</project>




More information about the jbosstools-commits mailing list