Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2555 - development/main/depot/console

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2555 - development/main/depot/console
  • Date: Sat, 14 May 2005 01:25:47 +0000

Author: mcconnell AT dpml.net
Date: Sat May 14 01:25:44 2005
New Revision: 2555

Modified:
development/main/depot/console/build.xml
Log:
fix file selection on unix scripts

Modified: development/main/depot/console/build.xml
==============================================================================
--- development/main/depot/console/build.xml (original)
+++ development/main/depot/console/build.xml Sat May 14 01:25:44 2005
@@ -44,7 +44,7 @@
<chmod perm="755">
<fileset dir="${dpml.system}/bin">
<include name="**/*.sh"/>
- <include name="**/transit"/>
+ <include name="**/depot"/>
</fileset>
</chmod>
</target>



  • svn commit: r2555 - development/main/depot/console, mcconnell, 05/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page