[jbosscache-commits] JBoss Cache SVN: r6408 - benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jul 25 05:11:37 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-25 05:11:37 -0400 (Fri, 25 Jul 2008)
New Revision: 6408

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
Log:
Converted to UNIX line endings

Modified: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh	2008-07-25 09:02:47 UTC (rev 6407)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh	2008-07-25 09:11:37 UTC (rev 6408)
@@ -1,19 +1,20 @@
-#!/bin/bash
-
-#see "$CACHE_ROOT/cache-products/cache.sh" for details
-
-THIS_DIR="./cache-products/coherence-3.3.1"
-
-#setting up classpath
-for JAR in $THIS_DIR/lib/* ; do
-   CLASSPATH=$CLASSPATH:$JAR
-done
-
-export CLASSPATH="$CLASSPATH:./classes/production/coherence-3.3.1"
-export CLASSPATH="$THIS_DIR/conf:$CLASSPATH"
-#--classpath was set
-
-#additional JVM options
-export JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=${MYTESTIP_1}"
-export JVM_OPTIONS="$JVM_OPTIONS -Dtangosol.coherence.cacheconfig=cache-config.xml"
-export JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.Coherence331Wrapper"
+#!/bin/bash
+
+#see "$CACHE_ROOT/cache-products/cache.sh" for details
+
+THIS_DIR="./cache-products/coherence-3.3.1"
+
+#setting up classpath
+for JAR in $THIS_DIR/lib/*
+do
+   CLASSPATH=$CLASSPATH:$JAR
+done
+
+export CLASSPATH="$CLASSPATH:./classes/production/coherence-3.3.1"
+export CLASSPATH="$THIS_DIR/conf:$CLASSPATH"
+#--classpath was set
+
+#additional JVM options
+export JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=${MYTESTIP_1}"
+export JVM_OPTIONS="$JVM_OPTIONS -Dtangosol.coherence.cacheconfig=cache-config.xml"
+export JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.Coherence331Wrapper"




More information about the jbosscache-commits mailing list