Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1654 - development/main/transit/core/plugin/etc/bin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1654 - development/main/transit/core/plugin/etc/bin
  • Date: Sun, 30 Jan 2005 22:02:37 +0100

Author: niclas
Date: Sun Jan 30 22:02:37 2005
New Revision: 1654

Modified:
development/main/transit/core/plugin/etc/bin/transit
development/main/transit/core/plugin/etc/bin/transit.sh
Log:
Removed old variable no longer used.

Modified: development/main/transit/core/plugin/etc/bin/transit
==============================================================================
--- development/main/transit/core/plugin/etc/bin/transit (original)
+++ development/main/transit/core/plugin/etc/bin/transit Sun Jan 30
22:02:37 2005
@@ -4,24 +4,21 @@
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
+# You may obtain a copy of the License at
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
-#
+#
# See the License for the specific language governing permissions and
# limitations under the License.

if [ ! "$DPML_HOME" ]; then
export DPML_HOME="$HOME/.dpml"
fi
-if [ ! "$DPML_CACHE" ]; then
- export DPML_CACHE="$DPML_HOME/cache"
-fi

# Checking for JAVA_HOME is required on *nix due
# to some distributions stupidly including kaffe in /usr/bin
@@ -57,7 +54,7 @@
fi

TRANSIT_VERSION="@TRANSIT_VERSION@"
-export TRANSIT_VERSION
+export TRANSIT_VERSION

TRANSIT_SECURITY_POLICY=$TRANSIT_HOME/bin/security.policy
export TRANSIT_SECURITY_POLICY

Modified: development/main/transit/core/plugin/etc/bin/transit.sh
==============================================================================
--- development/main/transit/core/plugin/etc/bin/transit.sh (original)
+++ development/main/transit/core/plugin/etc/bin/transit.sh Sun Jan 30
22:02:37 2005
@@ -42,9 +42,6 @@
if [ ! "$DPML_HOME" ]; then
export DPML_HOME="$HOME/.dpml"
fi
-if [ ! "$DPML_CACHE" ]; then
- export DPML_CACHE="$DPML_HOME/cache"
-fi


# OS specific support. $var _must_ be set to either true or false.
@@ -89,7 +86,7 @@
fi

if [ ! -d "$TRANSIT_TMPDIR" ] ; then
- mkdir "$TRANSIT_TMPDIR"
+ mkdir "$TRANSIT_TMPDIR"
fi

# Checking for JAVA_HOME is required on *nix due
@@ -108,15 +105,15 @@
# Uncomment to get enable remote debugging
# DEBUG="-Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"
#
-# Command to overide JVM ext dir
-#
-# This is needed as some JVM vendors do foolish things
-# like placing jaxp/jaas/xml-parser jars in ext dir
-# thus breaking Transit
-#
+# Command to overide JVM ext dir
+#
+# This is needed as some JVM vendors do foolish things
+# like placing jaxp/jaas/xml-parser jars in ext dir
+# thus breaking Transit
+#

-JVM_EXT_DIRS="$TRANSIT_HOME/ext"
-JVM_OPTS="-Djava.security.policy=$TRANSIT_HOME/bin/security.policy "
+JVM_EXT_DIRS="$TRANSIT_HOME/ext"
+JVM_OPTS="-Djava.security.policy=$TRANSIT_HOME/bin/security.policy "
TRANSIT_CLASSPATH=@UNIX-CLI-CLASSPATH@

# Get the run cmd



  • svn commit: r1654 - development/main/transit/core/plugin/etc/bin, niclas, 01/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page