Skip to Content.
Sympa Menu

notify-dpml - r865 - trunk/main/depot/library/console/etc/bin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r865 - trunk/main/depot/library/console/etc/bin
  • Date: Fri, 6 Jan 2006 19:58:11 +0100

Author: carelparadis
Date: 2006-01-06 19:58:06 +0100 (Fri, 06 Jan 2006)
New Revision: 865

Modified:
trunk/main/depot/library/console/etc/bin/build
Log:
Fix issue with build unix script.

Modified: trunk/main/depot/library/console/etc/bin/build
===================================================================
--- trunk/main/depot/library/console/etc/bin/build 2006-01-06 15:07:19
UTC (rev 864)
+++ trunk/main/depot/library/console/etc/bin/build 2006-01-06 18:58:06
UTC (rev 865)
@@ -1,4 +1,7 @@
#!/bin/sh
#

-depot -Ddpml.transit.include.tools=true
-Ddpml.depot.application=dpml.builder $*
+DEPOT_JVM_OPTS=-Ddpml.transit.include.tools=true
+export DEPOT_JVM_OPTS
+
+depot -Ddpml.depot.application=dpml.builder $*




  • r865 - trunk/main/depot/library/console/etc/bin, carelparadis, 01/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page