Author: shawkins
Date: 2010-07-01 08:11:44 -0400 (Thu, 01 Jul 2010)
New Revision: 2325
Modified:
trunk/build/assembly/adminshell/adminshell-dist.xml
trunk/build/assembly/jboss-container/dist.xml
trunk/documentation/client-developers-guide/pom.xml
Log:
correcting file permissions and the client guide name
Modified: trunk/build/assembly/adminshell/adminshell-dist.xml
===================================================================
--- trunk/build/assembly/adminshell/adminshell-dist.xml 2010-06-30 17:09:46 UTC (rev
2324)
+++ trunk/build/assembly/adminshell/adminshell-dist.xml 2010-07-01 12:11:44 UTC (rev
2325)
@@ -31,6 +31,7 @@
</dependencySet>
</dependencySets>
<outputDirectory>lib</outputDirectory>
+ <fileMode>0644</fileMode>
</binaries>
</moduleSet>
@@ -52,7 +53,8 @@
<outputDirectory>/</outputDirectory>
<excludes>
<exclude>**/*.sh</exclude>
- </excludes>
+ </excludes>
+ <fileMode>0644</fileMode>
</fileSet>
<fileSet>
@@ -60,7 +62,8 @@
<includes>
<include>teiid-${version}-client.jar</include>
</includes>
- <outputDirectory>lib</outputDirectory>
+ <outputDirectory>lib</outputDirectory>
+ <fileMode>0644</fileMode>
</fileSet>
</fileSets>
@@ -68,6 +71,7 @@
<files>
<file>
<source>target/distribution/teiid-${version}-docs/admin-guide/en-US/pdf/teiid_admin_guide.pdf</source>
+ <fileMode>0644</fileMode>
</file>
</files>
Modified: trunk/build/assembly/jboss-container/dist.xml
===================================================================
--- trunk/build/assembly/jboss-container/dist.xml 2010-06-30 17:09:46 UTC (rev 2324)
+++ trunk/build/assembly/jboss-container/dist.xml 2010-07-01 12:11:44 UTC (rev 2325)
@@ -127,6 +127,7 @@
</dependencySet>
</dependencySets>
<outputDirectory>deployers/teiid.deployer</outputDirectory>
+ <fileMode>0644</fileMode>
</binaries>
</moduleSet>
@@ -159,6 +160,7 @@
</dependencySet>
</dependencySets>
<outputDirectory>deploy/teiid/connectors</outputDirectory>
+ <fileMode>0644</fileMode>
</binaries>
</moduleSet>
@@ -175,6 +177,7 @@
<includeDependencies>false</includeDependencies>
<unpack>false</unpack>
<outputDirectory>deploy/admin-console.war/plugins</outputDirectory>
+ <fileMode>0644</fileMode>
</binaries>
</moduleSet>
Modified: trunk/documentation/client-developers-guide/pom.xml
===================================================================
--- trunk/documentation/client-developers-guide/pom.xml 2010-06-30 17:09:46 UTC (rev
2324)
+++ trunk/documentation/client-developers-guide/pom.xml 2010-07-01 12:11:44 UTC (rev
2325)
@@ -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>
Show replies by date