[teiid-commits] teiid SVN: r2315 - in branches/7.0.x: build/assembly and 2 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Jun 28 13:35:23 EDT 2010


Author: shawkins
Date: 2010-06-28 13:35:22 -0400 (Mon, 28 Jun 2010)
New Revision: 2315

Modified:
   branches/7.0.x/
   branches/7.0.x/build/assembly/docs.xml
   branches/7.0.x/build/assembly/jboss-container/dist.xml
   branches/7.0.x/documentation/pom.xml
Log:
adding client developer's guide to 7.0


Property changes on: branches/7.0.x
___________________________________________________________________
Name: svn:ignore
   - .classpath

.settings

target

.project

build.xml

   + .classpath

.settings

target

.project

build.xml

Legal_Notice.html


Modified: branches/7.0.x/build/assembly/docs.xml
===================================================================
--- branches/7.0.x/build/assembly/docs.xml	2010-06-28 17:02:11 UTC (rev 2314)
+++ branches/7.0.x/build/assembly/docs.xml	2010-06-28 17:35:22 UTC (rev 2315)
@@ -18,6 +18,7 @@
                 <include>org.jboss.teiid.documentation:reference</include>
                 <include>org.jboss.teiid.documentation:developer-guide</include>
                 <include>org.jboss.teiid.documentation:quick-start-example</include>
+                <include>org.jboss.teiid.documentation:client-developers-guide</include>
             </includes>
     
             <sources>

Modified: branches/7.0.x/build/assembly/jboss-container/dist.xml
===================================================================
--- branches/7.0.x/build/assembly/jboss-container/dist.xml	2010-06-28 17:02:11 UTC (rev 2314)
+++ branches/7.0.x/build/assembly/jboss-container/dist.xml	2010-06-28 17:35:22 UTC (rev 2315)
@@ -65,7 +65,7 @@
             <outputDirectory>teiid-docs</outputDirectory>
         </file>
         <file>
-            <source>target/distribution/teiid-${version}-docs/client-developer-guide/en-US/pdf/teiid_client_developers_guide.pdf</source>
+            <source>target/distribution/teiid-${version}-docs/client-developers-guide/en-US/pdf/teiid_client_developers_guide.pdf</source>
             <outputDirectory>teiid-docs</outputDirectory>
         </file>
     </files>

Modified: branches/7.0.x/documentation/pom.xml
===================================================================
--- branches/7.0.x/documentation/pom.xml	2010-06-28 17:02:11 UTC (rev 2314)
+++ branches/7.0.x/documentation/pom.xml	2010-06-28 17:35:22 UTC (rev 2315)
@@ -16,6 +16,7 @@
     <module>reference</module>
     <module>developer-guide</module>
     <module>quick-start-example</module>
+    <module>client-developers-guide</module>
   </modules>
   <!--<repositories>
     <repository>



More information about the teiid-commits mailing list