remm        2003/06/22 10:42:47

  Modified:    .        build.xml
  Log:
  - Unix packaging paranoia: Put everything in conf as 600 for added safety.
  
  Revision  Changes    Path
  1.135     +4 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- build.xml 21 Jun 2003 13:37:21 -0000      1.134
  +++ build.xml 22 Jun 2003 17:42:46 -0000      1.135
  @@ -1354,10 +1354,12 @@
           <include name="bin/shutdown.sh" />
           <include name="bin/tool-wrapper.sh" />
         </tarfileset>
  +      <tarfileset dir="${tomcat.dist}" mode="600" prefix="${final.name}">
  +        <include name="conf/**" />
  +      </tarfileset>
         <tarfileset dir="${tomcat.dist}" prefix="${final.name}">
           <include name="bin/**" />
           <include name="common/**" />
  -        <include name="conf/**" />
           <include name="logs/**" />
           <include name="server/**" />
           <include name="shared/**" />
  @@ -1377,6 +1379,7 @@
           <exclude name="bin/startup.sh" />
           <exclude name="bin/shutdown.sh" />
           <exclude name="bin/tool-wrapper.sh" />
  +        <exclude name="conf/**" />
           <exclude name="src/**" />
         </tarfileset>
       </tar>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to