Author: shawkins
Date: 2010-06-28 13:02:11 -0400 (Mon, 28 Jun 2010)
New Revision: 2314
Added:
branches/7.0.x/documentation/client-developers-guide/
Modified:
branches/7.0.x/build/assembly/jboss-container/dist.xml
branches/7.0.x/documentation/client-developers-guide/pom.xml
Log:
adding client developer's guide to 7.0
Modified: branches/7.0.x/build/assembly/jboss-container/dist.xml
===================================================================
--- branches/7.0.x/build/assembly/jboss-container/dist.xml 2010-06-28 16:55:37 UTC (rev
2313)
+++ branches/7.0.x/build/assembly/jboss-container/dist.xml 2010-06-28 17:02:11 UTC (rev
2314)
@@ -64,6 +64,10 @@
<source>target/distribution/teiid-${version}-docs/developer-guide/en-US/pdf/teiid_developer_guide.pdf</source>
<outputDirectory>teiid-docs</outputDirectory>
</file>
+ <file>
+
<source>target/distribution/teiid-${version}-docs/client-developer-guide/en-US/pdf/teiid_client_developers_guide.pdf</source>
+ <outputDirectory>teiid-docs</outputDirectory>
+ </file>
</files>
Copied: branches/7.0.x/documentation/client-developers-guide (from rev 2313,
trunk/documentation/client-developers-guide)
Modified: branches/7.0.x/documentation/client-developers-guide/pom.xml
===================================================================
--- trunk/documentation/client-developers-guide/pom.xml 2010-06-28 16:55:37 UTC (rev
2313)
+++ branches/7.0.x/documentation/client-developers-guide/pom.xml 2010-06-28 17:02:11 UTC
(rev 2314)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
@@ -51,7 +51,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
- <finalName>client_developers_guide.pdf</finalName>
+ <finalName>teiid_client_developers_guide.pdf</finalName>
</format>
<format>
<formatName>html_single</formatName>