Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2341 - development/main/transit

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2341 - development/main/transit
  • Date: Thu, 21 Apr 2005 11:43:51 -0400

Author: peter AT neubauer.se
Date: Thu Apr 21 11:43:47 2005
New Revision: 2341

Modified:
development/main/transit/build.xml
Log:
fised unix file permissions for bin folder
-This line, and those below, will be ignored--

M transit/build.xml


Modified: development/main/transit/build.xml
==============================================================================
--- development/main/transit/build.xml (original)
+++ development/main/transit/build.xml Thu Apr 21 11:43:47 2005
@@ -157,6 +157,12 @@
<include name="bin/**"/>
</fileset>
</copy>
+ <chmod perm="755">
+ <fileset dir="${dpml.system}/bin">
+ <include name="**/*.sh"/>
+ </fileset>
+ </chmod>
+ <chmod perm="755" file="${dpml.system}/bin/transit"/>
<echo>

#----------------------------------------------------------------------------------
# Updating DPML DATA ${dpml.data}



  • svn commit: r2341 - development/main/transit, peter, 04/21/2005

Archive powered by MHonArc 2.6.24.

Top of Page