Skip to Content.
Sympa Menu

notify-dpml - r858 - in trunk/main: depot/core/console depot/library/console metro/exec metro/exec/etc/bin metro/station/console metro/station/console/etc/bin transit/console transit/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: r858 - in trunk/main: depot/core/console depot/library/console metro/exec metro/exec/etc/bin metro/station/console metro/station/console/etc/bin transit/console transit/console/etc/bin
  • Date: Thu, 5 Jan 2006 00:03:23 +0100

Author: carelparadis
Date: 2006-01-05 00:03:12 +0100 (Thu, 05 Jan 2006)
New Revision: 858

Modified:
trunk/main/depot/core/console/build.xml
trunk/main/depot/library/console/build.xml
trunk/main/metro/exec/build.xml
trunk/main/metro/exec/etc/bin/metro
trunk/main/metro/station/console/build.xml
trunk/main/metro/station/console/etc/bin/station
trunk/main/transit/console/build.xml
trunk/main/transit/console/etc/bin/transit
Log:
Ensure the scripts for transit, metro and station are in unix style and
deployed under /share/bin.

Modified: trunk/main/depot/core/console/build.xml
===================================================================
--- trunk/main/depot/core/console/build.xml 2006-01-04 21:13:37 UTC (rev
857)
+++ trunk/main/depot/core/console/build.xml 2006-01-04 23:03:12 UTC (rev
858)
@@ -76,9 +76,9 @@
</copy>
<chmod perm="755">
<fileset dir="${dpml.system}/bin">
- <include name="**/*.sh"/>
- <include name="**/depot"/>
- </fileset>
+ <include name="**/*.sh"/>
+ <include name="**/depot"/>
+ </fileset>
</chmod>
</target>


Modified: trunk/main/depot/library/console/build.xml
===================================================================
--- trunk/main/depot/library/console/build.xml 2006-01-04 21:13:37 UTC (rev
857)
+++ trunk/main/depot/library/console/build.xml 2006-01-04 23:03:12 UTC (rev
858)
@@ -21,8 +21,8 @@
</copy>
<chmod perm="755">
<fileset dir="${dpml.system}/bin">
- <include name="build"/>
- </fileset>
+ <include name="build"/>
+ </fileset>
</chmod>
</target>


Modified: trunk/main/metro/exec/build.xml
===================================================================
--- trunk/main/metro/exec/build.xml 2006-01-04 21:13:37 UTC (rev 857)
+++ trunk/main/metro/exec/build.xml 2006-01-04 23:03:12 UTC (rev 858)
@@ -30,8 +30,14 @@
<copy todir="${dpml.system}" preservelastmodified="true"
overwrite="true">
<fileset dir="target">
<include name="bin/metro.lap"/>
+ <include name="bin/metro"/>
</fileset>
</copy>
+ <chmod perm="755">
+ <fileset dir="${dpml.system}/bin">
+ <include name="metro"/>
+ </fileset>
+ </chmod>
</target>

<target name="bin" depends="standard.install" unless="metro.exe.available">

Modified: trunk/main/metro/exec/etc/bin/metro
===================================================================
--- trunk/main/metro/exec/etc/bin/metro 2006-01-04 21:13:37 UTC (rev 857)
+++ trunk/main/metro/exec/etc/bin/metro 2006-01-04 23:03:12 UTC (rev 858)
@@ -1,4 +1,4 @@
-#!/bin/sh
-#
-
-depot -Ddpml.depot.application=dpml.metro
-Ddpml.logging.config=local:properties:dpml/metro/logging $*
+#!/bin/sh
+#
+
+depot -Ddpml.depot.application=dpml.metro
-Ddpml.logging.config=local:properties:dpml/metro/logging $*

Modified: trunk/main/metro/station/console/build.xml
===================================================================
--- trunk/main/metro/station/console/build.xml 2006-01-04 21:13:37 UTC (rev
857)
+++ trunk/main/metro/station/console/build.xml 2006-01-04 23:03:12 UTC (rev
858)
@@ -16,8 +16,14 @@
<copy todir="${dpml.system}" preservelastmodified="true"
overwrite="true">
<fileset dir="target">
<include name="bin/station.lap"/>
+ <include name="bin/station"/>
</fileset>
</copy>
+ <chmod perm="755">
+ <fileset dir="${dpml.system}/bin">
+ <include name="station"/>
+ </fileset>
+ </chmod>
</target>

<target name="bin" depends="standard.install"
unless="station.exe.available">

Modified: trunk/main/metro/station/console/etc/bin/station
===================================================================
--- trunk/main/metro/station/console/etc/bin/station 2006-01-04 21:13:37
UTC (rev 857)
+++ trunk/main/metro/station/console/etc/bin/station 2006-01-04 23:03:12
UTC (rev 858)
@@ -1,4 +1,4 @@
-#!/bin/sh
-#
-
-depot -Ddpml.depot.application=dpml.station
-Djava.rmi.server.RMIClassLoaderSpi=net.dpml.depot.DepotRMIClassLoaderSpi $*
+#!/bin/sh
+#
+
+depot -Ddpml.depot.application=dpml.station $*

Modified: trunk/main/transit/console/build.xml
===================================================================
--- trunk/main/transit/console/build.xml 2006-01-04 21:13:37 UTC (rev
857)
+++ trunk/main/transit/console/build.xml 2006-01-04 23:03:12 UTC (rev
858)
@@ -28,8 +28,14 @@
<copy todir="${dpml.system}" preservelastmodified="true"
overwrite="true">
<fileset dir="target">
<include name="bin/transit.lap"/>
+ <include name="bin/transit"/>
</fileset>
</copy>
+ <chmod perm="755">
+ <fileset dir="${dpml.system}/bin">
+ <include name="transit"/>
+ </fileset>
+ </chmod>
</target>

<target name="bin" depends="standard.install"
unless="transit.exe.available">

Modified: trunk/main/transit/console/etc/bin/transit
===================================================================
--- trunk/main/transit/console/etc/bin/transit 2006-01-04 21:13:37 UTC (rev
857)
+++ trunk/main/transit/console/etc/bin/transit 2006-01-04 23:03:12 UTC (rev
858)
@@ -1,4 +1,4 @@
-#!/bin/sh
-#
-
-depot -Ddpml.depot.application=dpml.transit $*
+#!/bin/sh
+#
+
+depot -Ddpml.depot.application=dpml.transit $*




  • r858 - in trunk/main: depot/core/console depot/library/console metro/exec metro/exec/etc/bin metro/station/console metro/station/console/etc/bin transit/console transit/console/etc/bin, carelparadis, 01/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page