You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/01/28 14:08:38 UTC

[GitHub] [activemq] scoopex commented on a change in pull request #424: AMQ-5503: Improve initscript, reintegrate changes

scoopex commented on a change in pull request #424: AMQ-5503: Improve initscript, reintegrate changes
URL: https://github.com/apache/activemq/pull/424#discussion_r371822177
 
 

 ##########
 File path: assembly/src/release/bin/activemq
 ##########
 @@ -109,14 +96,7 @@ if [ -z "$ACTIVEMQ_BASE" ] ; then
   ACTIVEMQ_BASE="$ACTIVEMQ_HOME"
 fi
 
-# Configure user specified classpath here or externally using this variable
-if [ -z "$ACTIVEMQ_USER_CLASSPATH" ] ; then
-    ACTIVEMQ_USER_CLASSPATH=""
-fi
-
-# ActiveMQ Classpath configuration
-ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/:$ACTIVEMQ_USER_CLASSPATH"
-
+ACTIVEMQ_CLASSPATH="$ACTIVEMQ_BASE/../lib/"
 
 Review comment:
   No, that doesn't seem to be necessary from my point of view.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services