You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/01/15 20:04:50 UTC

svn commit: r496442 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml

Author: alally
Date: Mon Jan 15 11:04:49 2007
New Revision: 496442

URL: http://svn.apache.org/viewvc?view=rev&rev=496442
Log:
Fixed file permissions in main assembly descriptor. 
UIMA-189: https://issues.apache.org/jira/browse/UIMA-189

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml?view=diff&rev=496442&r1=496441&r2=496442
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/bin.xml Mon Jan 15 11:04:49 2007
@@ -130,6 +130,7 @@
     <fileSet>
       <directory>src/main/scripts</directory>
       <outputDirectory>/apache-uima/bin</outputDirectory>
+      <fileMode>755</fileMode>
     </fileSet>
     <fileSet>
       <directory>src/main/properties</directory>
@@ -191,20 +192,24 @@
       <source>../uimaj-examples/src/main/eclipseProject/project</source>
       <outputDirectory>/apache-uima/examples</outputDirectory>
       <destName>.project</destName>
+      <fileMode>420</fileMode> <!-- workaround for bug MASSEMBLY-173 -->
     </file>
     <file>
       <source>../uimaj-examples/src/main/eclipseProject/classpath</source>
       <outputDirectory>/apache-uima/examples</outputDirectory>
       <destName>.classpath</destName>
+      <fileMode>420</fileMode> <!-- workaround for bug MASSEMBLY-173 -->
     </file>
     <file>
       <source> ../uimaj-examples/src/main/eclipseProject/ecore_src_readme.txt</source>
       <outputDirectory>/apache-uima/examples/ecore_src</outputDirectory>
       <destName>readme.txt</destName>
+      <fileMode>420</fileMode> <!-- workaround for bug MASSEMBLY-173 -->
     </file>
     <file>
       <source>../uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java</source>
       <outputDirectory>/apache-uima/examples/ecore_src/org/apache/uima/examples/xmi</outputDirectory>
+      <fileMode>420</fileMode> <!-- workaround for bug MASSEMBLY-173 -->
     </file>
   </files>
 </assembly>