Merge "BUG-969 Move fake read on nodes/node to separate thread."
authorTony Tkacik <ttkacik@cisco.com>
Fri, 9 May 2014 08:06:58 +0000 (08:06 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 9 May 2014 08:06:58 +0000 (08:06 +0000)
opendaylight/distribution/opendaylight/src/main/resources/run.sh

index 21245a0259e964cde52bd631d106e052d023b64c..dba996a99425036ed0044514380726513671b47b 100755 (executable)
@@ -161,7 +161,7 @@ fi
 ########################################
 # Now add to classpath the OSGi JAR
 ########################################
-CLASSPATH="${basedir}"/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar
+CLASSPATH=${CLASSPATH}:${basedir}/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar
 FWCLASSPATH=file:"${basedir}"/lib/org.eclipse.osgi-3.8.1.v20120830-144521.jar
 
 ########################################