2013-01-24 10:40:52 -06:00
|
|
|
diff -crB a/qpid/java/broker/bin/qpid-passwd b/qpid/java/broker/bin/qpid-passwd
|
2013-08-02 10:16:18 -05:00
|
|
|
*** a/qpid/java/broker/bin/qpid-passwd 2012-02-15 09:29:22.000000000 -0600
|
|
|
|
--- b/qpid/java/broker/bin/qpid-passwd 2013-07-30 16:23:13.000000000 -0500
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
|
|
|
*** 24,30 ****
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set classpath to include Qpid jar with all required jars in manifest
|
|
|
|
! QPID_LIBS=$QPID_HOME/lib/qpid-all.jar
|
|
|
|
|
|
|
|
# Set other variables used by the qpid-run script before calling
|
|
|
|
export JAVA=java \
|
|
|
|
--- 24,30 ----
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set classpath to include Qpid jar with all required jars in manifest
|
|
|
|
! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*"
|
|
|
|
|
|
|
|
# Set other variables used by the qpid-run script before calling
|
|
|
|
export JAVA=java \
|
|
|
|
diff -crB a/qpid/java/broker/bin/qpid-server b/qpid/java/broker/bin/qpid-server
|
2013-08-02 10:16:18 -05:00
|
|
|
*** a/qpid/java/broker/bin/qpid-server 2011-09-30 08:38:14.000000000 -0500
|
|
|
|
--- b/qpid/java/broker/bin/qpid-server 2013-07-30 16:23:13.000000000 -0500
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
|
|
|
*** 23,30 ****
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$QPID_WORK" ]; then
|
|
|
|
! echo "Setting QPID_WORK to $HOME as default"
|
|
|
|
! QPID_WORK=$HOME
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set to help us get round the manifold problems of ps/pgrep on various
|
|
|
|
--- 23,29 ----
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$QPID_WORK" ]; then
|
|
|
|
! export QPID_WORK=$QPID_HOME
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set to help us get round the manifold problems of ps/pgrep on various
|
|
|
|
***************
|
2013-08-02 10:16:18 -05:00
|
|
|
*** 34,43 ****
|
2013-01-24 10:40:52 -06:00
|
|
|
fi
|
2013-03-25 13:27:13 -05:00
|
|
|
|
2013-01-24 10:40:52 -06:00
|
|
|
# Set classpath to include the qpid-all manifest jar, and any jars supplied in lib/opt
|
|
|
|
! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*"
|
2013-03-25 13:27:13 -05:00
|
|
|
|
2013-01-24 10:40:52 -06:00
|
|
|
# Set other variables used by the qpid-run script before calling
|
2013-03-28 15:58:10 -05:00
|
|
|
! export JAVA=java \
|
|
|
|
JAVA_VM=-server \
|
2013-08-28 09:43:48 -04:00
|
|
|
JAVA_MEM=-Xmx1024m \
|
2013-08-02 10:16:18 -05:00
|
|
|
JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError" \
|
|
|
|
--- 33,42 ----
|
2013-01-24 10:40:52 -06:00
|
|
|
fi
|
2013-03-25 13:27:13 -05:00
|
|
|
|
2013-01-24 10:40:52 -06:00
|
|
|
# Set classpath to include the qpid-all manifest jar, and any jars supplied in lib/opt
|
|
|
|
! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*"
|
2013-03-25 13:27:13 -05:00
|
|
|
|
2013-01-24 10:40:52 -06:00
|
|
|
# Set other variables used by the qpid-run script before calling
|
2013-03-28 15:58:10 -05:00
|
|
|
! export JAVA=/awips2/java/bin/java \
|
|
|
|
JAVA_VM=-server \
|
2013-08-28 09:43:48 -04:00
|
|
|
JAVA_MEM=-Xmx1024m \
|
2013-08-02 10:16:18 -05:00
|
|
|
JAVA_GC="-XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError" \
|
|
|
|
Only in b/qpid/java/broker/bin: qpid-server.orig
|
2013-01-24 10:40:52 -06:00
|
|
|
diff -crB a/qpid/java/build.deps b/qpid/java/build.deps
|
2013-08-02 10:16:18 -05:00
|
|
|
*** a/qpid/java/build.deps 2012-07-08 10:28:32.000000000 -0500
|
|
|
|
--- b/qpid/java/build.deps 2013-07-30 16:23:13.000000000 -0500
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
2013-08-02 10:16:18 -05:00
|
|
|
*** 17,29 ****
|
|
|
|
# under the License.
|
|
|
|
#
|
2013-01-24 10:40:52 -06:00
|
|
|
|
2013-02-04 12:31:23 -06:00
|
|
|
! commons-beanutils-core=lib/required/commons-beanutils-core-1.8.3.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
commons-cli=lib/required/commons-cli-1.2.jar
|
|
|
|
! commons-codec=lib/required/commons-codec-1.6.jar
|
|
|
|
commons-collections=lib/required/commons-collections-3.2.1.jar
|
2013-06-26 14:02:13 -05:00
|
|
|
commons-configuration=lib/required/commons-configuration-1.8.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
commons-digester=lib/required/commons-digester-1.8.1.jar
|
|
|
|
! commons-lang=lib/required/commons-lang-2.6.jar
|
|
|
|
commons-logging=lib/required/commons-logging-1.1.1.jar
|
|
|
|
|
|
|
|
derby-db=lib/required/derby-10.8.2.2.jar
|
2013-08-02 10:16:18 -05:00
|
|
|
--- 17,29 ----
|
|
|
|
# under the License.
|
|
|
|
#
|
2013-01-24 10:40:52 -06:00
|
|
|
|
2013-02-04 12:31:23 -06:00
|
|
|
! commons-beanutils-core=lib/required/commons-beanutils-1.8.3.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
commons-cli=lib/required/commons-cli-1.2.jar
|
|
|
|
! commons-codec=lib/required/commons-codec-1.4.jar
|
|
|
|
commons-collections=lib/required/commons-collections-3.2.1.jar
|
2013-06-26 14:02:13 -05:00
|
|
|
commons-configuration=lib/required/commons-configuration-1.8.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
commons-digester=lib/required/commons-digester-1.8.1.jar
|
|
|
|
! commons-lang=lib/required/commons-lang-2.3.jar
|
|
|
|
commons-logging=lib/required/commons-logging-1.1.1.jar
|
|
|
|
|
|
|
|
derby-db=lib/required/derby-10.8.2.2.jar
|
|
|
|
***************
|
2013-08-02 10:16:18 -05:00
|
|
|
*** 33,39 ****
|
|
|
|
geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar
|
|
|
|
geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar
|
2013-02-11 11:08:24 -06:00
|
|
|
geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar
|
|
|
|
! geronimo-servlet=lib/required/geronimo-servlet_2.5_spec-1.2.jar
|
2013-08-02 10:16:18 -05:00
|
|
|
|
2013-02-11 11:08:24 -06:00
|
|
|
junit=lib/required/junit-3.8.1.jar
|
2013-08-02 10:16:18 -05:00
|
|
|
mockito-all=lib/required/mockito-all-1.9.0.jar
|
|
|
|
--- 33,39 ----
|
|
|
|
geronimo-jta=lib/required/geronimo-jta_1.1_spec-1.1.1.jar
|
|
|
|
geronimo-kernel=lib/required/geronimo-kernel-2.2.1.jar
|
2013-02-11 11:08:24 -06:00
|
|
|
geronimo-openejb=lib/required/geronimo-ejb_3.0_spec-1.0.1.jar
|
|
|
|
! geronimo-servlet=lib/required/geronimo-servlet_2.5_spec-1.1.2.jar
|
2013-08-02 10:16:18 -05:00
|
|
|
|
2013-02-11 11:08:24 -06:00
|
|
|
junit=lib/required/junit-3.8.1.jar
|
2013-08-02 10:16:18 -05:00
|
|
|
mockito-all=lib/required/mockito-all-1.9.0.jar
|
2013-02-11 11:08:24 -06:00
|
|
|
***************
|
2013-01-24 10:40:52 -06:00
|
|
|
*** 45,51 ****
|
|
|
|
slf4j-api=lib/required/slf4j-api-1.6.4.jar
|
|
|
|
slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar
|
|
|
|
|
|
|
|
! xalan=lib/required/xalan-2.7.0.jar
|
|
|
|
|
2013-08-02 10:16:18 -05:00
|
|
|
jetty=lib/required/jetty-server-7.6.3.v20120416.jar
|
|
|
|
jetty-continuation=lib/required/jetty-continuation-7.6.3.v20120416.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
--- 45,51 ----
|
|
|
|
slf4j-api=lib/required/slf4j-api-1.6.4.jar
|
|
|
|
slf4j-log4j=lib/required/slf4j-log4j12-1.6.4.jar
|
|
|
|
|
|
|
|
! xalan=lib/required/xalan-2.7.1.jar
|
|
|
|
|
2013-08-02 10:16:18 -05:00
|
|
|
jetty=lib/required/jetty-server-7.6.3.v20120416.jar
|
|
|
|
jetty-continuation=lib/required/jetty-continuation-7.6.3.v20120416.jar
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
|
|
|
*** 63,70 ****
|
|
|
|
|
|
|
|
felix.libs=${felix-main}
|
|
|
|
|
|
|
|
! jackson-core=lib/required/jackson-core-asl-1.9.0.jar
|
|
|
|
! jackson-mapper=lib/required/jackson-mapper-asl-1.9.0.jar
|
|
|
|
|
|
|
|
commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
|
|
|
|
${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration}
|
|
|
|
--- 63,70 ----
|
|
|
|
|
|
|
|
felix.libs=${felix-main}
|
|
|
|
|
|
|
|
! jackson-core=lib/required/jackson-core-asl-1.7.3.jar
|
|
|
|
! jackson-mapper=lib/required/jackson-mapper-asl-1.7.3.jar
|
|
|
|
|
|
|
|
commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
|
|
|
|
${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration}
|
2013-08-02 10:16:18 -05:00
|
|
|
Only in b/qpid/java: build.deps.orig
|
2013-01-24 10:40:52 -06:00
|
|
|
diff -crB a/qpid/java/common/bin/qpid-jaddr b/qpid/java/common/bin/qpid-jaddr
|
2013-08-02 10:16:18 -05:00
|
|
|
*** a/qpid/java/common/bin/qpid-jaddr 2010-06-07 15:13:47.000000000 -0500
|
|
|
|
--- b/qpid/java/common/bin/qpid-jaddr 2013-07-30 16:23:13.000000000 -0500
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
|
|
|
*** 24,30 ****
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set classpath to include Qpid jar with all required jars in manifest
|
|
|
|
! QPID_LIBS=$QPID_HOME/lib/qpid-all.jar
|
|
|
|
|
|
|
|
# Set other variables used by the qpid-run script before calling
|
|
|
|
export JAVA=java \
|
|
|
|
--- 24,30 ----
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Set classpath to include Qpid jar with all required jars in manifest
|
|
|
|
! QPID_LIBS="$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/opt/*:$QPID_HOME/lib/opt/qpid-deps/*"
|
|
|
|
|
|
|
|
# Set other variables used by the qpid-run script before calling
|
|
|
|
export JAVA=java \
|
|
|
|
diff -crB a/qpid/java/common/bin/qpid-run b/qpid/java/common/bin/qpid-run
|
2013-08-02 10:16:18 -05:00
|
|
|
*** a/qpid/java/common/bin/qpid-run 2012-02-15 09:29:22.000000000 -0600
|
|
|
|
--- b/qpid/java/common/bin/qpid-run 2013-07-30 16:23:13.000000000 -0500
|
2013-01-24 10:40:52 -06:00
|
|
|
***************
|
|
|
|
*** 62,69 ****
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$QPID_WORK" ]; then
|
|
|
|
! log $INFO Setting QPID_WORK to $HOME as default
|
|
|
|
! QPID_WORK=$HOME
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$JAVA" ]; then
|
|
|
|
--- 62,68 ----
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$QPID_WORK" ]; then
|
|
|
|
! QPID_WORK=$QPID_HOME
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "$JAVA" ]; then
|