[jbosscache-commits] JBoss Cache SVN: r4910 - cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Dec 21 01:11:17 EST 2007


Author: mircea.markus
Date: 2007-12-21 01:11:17 -0500 (Fri, 21 Dec 2007)
New Revision: 4910

Added:
   cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh
Log:


Added: cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh
===================================================================
--- cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh	                        (rev 0)
+++ cache-bench-fwk/trunk/cache-products/jbosscache-2.0.0/config.sh	2007-12-21 06:11:17 UTC (rev 4910)
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+THIS_DIR="./cache-products/jbosscache-2.0.0"
+
+#adding lib files to classpath
+for JAR in $THIS_DIR/lib/*
+do   
+   CLASSPATH=$CLASSPATH:$JAR
+done
+CLASSPATH=$CLASSPATH:./classes/production/jbosscache-2.0.0
+CLASSPATH=$CLASSPATH:$THIS_DIR/conf
+




More information about the jbosscache-commits mailing list