Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 22:33:38 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332291 - in head/net/activemq: . files
Message-ID:  <201310312233.r9VMXcJU090246@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Thu Oct 31 22:33:37 2013
New Revision: 332291
URL: http://svnweb.freebsd.org/changeset/ports/332291

Log:
  * Update to 5.9.0
  * Convert to stage dir
  
  Changes: http://activemq.apache.org/activemq-590-release.html

Deleted:
  head/net/activemq/files/pkg-deinstall.in
  head/net/activemq/files/pkg-install.in
Modified:
  head/net/activemq/Makefile
  head/net/activemq/distinfo
  head/net/activemq/pkg-descr
  head/net/activemq/pkg-plist

Modified: head/net/activemq/Makefile
==============================================================================
--- head/net/activemq/Makefile	Thu Oct 31 22:15:21 2013	(r332290)
+++ head/net/activemq/Makefile	Thu Oct 31 22:33:37 2013	(r332291)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	activemq
-PORTVERSION=	5.8.0
+PORTVERSION=	5.9.0
 CATEGORIES=	net java
 MASTER_SITES=	http://www.sai.msu.su/apache/${MASTER_SITE_SUBDIR}/ \
 		${MASTER_SITE_APACHE}/${MASTER_SITE_SUBDIR}/
@@ -11,10 +11,10 @@ DISTNAME=	apache-${PORTNAME}-${PORTVERSI
 MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Messaging and Integration Patterns provider
 
-NO_BUILD=	yes
+LICENSE=	AL2
 
+NO_BUILD=	yes
 USE_JAVA=	yes
-LICENSE=	AL2
 JAVA_VERSION=	1.7+
 MQDATA=		${PREFIX}/lib/${PORTNAME}
 MQDB?=		/var/db/activemq
@@ -23,41 +23,34 @@ MQUSER?=	activemq
 MQGROUP?=	${MQUSER}
 USERS=		${MQUSER}
 GROUPS=		${MQGROUP}
-CAMELVERSION=	2.10.3
-SPRINGVERSION=	3.1.3
-JETTYVERSION=	7.6.7.v20120910
-LVDBVERSION=	0.5
-LVDBJNIVERSION=	1.5
+CAMELVERSION=	2.12.1
+SPRINGVERSION=	3.2.4
+JETTYVERSION=	7.6.9.v20130131
+LVDBVERSION=	0.6
+LVDBJNIVERSION=	1.7
 
 ALL_TARGET=	${PORTNAME}
 USE_RC_SUBR=	${PORTNAME}
 
-PORTDOCS=	LICENSE NOTICE README.txt WebConsole-README.txt user-guide.html
-ETC_FILES=	activemq-command.xml \
-		activemq-demo.xml \
-		activemq-dynamic-network-broker1.xml \
-		activemq-dynamic-network-broker2.xml \
-		activemq-jdbc.xml \
-		activemq-scalability.xml \
-		activemq-security.xml \
-		activemq-specjms.xml \
-		activemq-static-network-broker1.xml \
-		activemq-static-network-broker2.xml \
-		activemq-stomp.xml \
-		activemq-throughput.xml \
-		activemq.xml \
-		camel.xml \
+DOC_FILES=	LICENSE NOTICE README.txt
+ETC_FILES=	activemq.xml \
+		broker-localhost.cert \
+		broker.ks \
+		broker.ts \
+		client.ks \
+		client.ts \
 		credentials-enc.properties \
 		credentials.properties \
+		groups.properties \
 		jetty-realm.properties \
 		jetty.xml \
 		jmx.access \
 		jmx.password \
 		log4j.properties \
-		logging.properties
-
+		logging.properties \
+		login.config \
+		users.properties
 WRKSRC=		${WRKDIR}/apache-${PORTNAME}-${PORTVERSION}
-SUB_FILES=	pkg-install pkg-deinstall
 SUB_LIST=	ETC_FILES="${ETC_FILES}" \
 		MQUSER="${MQUSER}" \
 		MQGROUP="${MQGROUP}" \
@@ -71,45 +64,42 @@ PLIST_SUB=	MQUSER="${MQUSER}" \
 		JETTYVERSION="${JETTYVERSION}" \
 		LVDBVERSION="${LVDBVERSION}" \
 		LVDBJNIVERSION="${LVDBJNIVERSION}"
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${DOCSDIR}/
-.for f in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
+.for f in ${DOC_FILES}
+	@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
 .endif
 
-	@${MKDIR} ${MQDATA} ${MQDB} ${MQDATA}/bin ${ETCDIR}
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} example ${EXAMPLESDIR}/
+	@${MKDIR} ${STAGEDIR}${MQDATA} ${STAGEDIR}${MQDATA}/bin ${STAGEDIR}${ETCDIR}
+	@${MKDIR} ${STAGEDIR}${MQDB}
+
+.if ${PORT_OPTIONS:MEXAMPLES}
+	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+.endif
 
 .for f in ${ETC_FILES}
-	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${ETCDIR}/${f}.sample
+	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
 .endfor
 
 .for f in ${PORTNAME} ${PORTNAME}-admin diag
-	@cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${f} ${MQDATA}/bin
+	@cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${f} ${STAGEDIR}${MQDATA}/bin
 .endfor
 
-	@cd ${WRKSRC}/bin && ${INSTALL_DATA} activemq.jar ${MQDATA}/bin
-	@cd ${WRKSRC}/bin && ${INSTALL_DATA} wrapper.jar ${MQDATA}/bin
+	@cd ${WRKSRC}/bin && ${INSTALL_DATA} activemq.jar ${STAGEDIR}${MQDATA}/bin
+	@cd ${WRKSRC}/bin && ${INSTALL_DATA} wrapper.jar ${STAGEDIR}${MQDATA}/bin
 
 .for f in webapps webapps-demo lib
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${MQDATA}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${MQDATA}
 .endfor
 
-	@${LN} -sf ${MQDB} ${MQDATA}/data
-	@${LN} -sf ${ETCDIR} ${MQDATA}/conf
-	@${LN} -sf ${EXAMPLESDIR}/example ${MQDATA}/example
-	@${CHOWN} -Rh ${MQUSER}:${MQGROUP} ${MQDB} ${ETCDIR} ${EXAMPLES} \
-		${MQDATA}
-
-post-install:
-	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	${INSTALL} -d -o ${MQUSER} -g ${MQGROUP} ${MQDB}
+	@${LN} -sf ${MQDB} ${STAGEDIR}${MQDATA}/data
+	@${LN} -sf ${ETCDIR} ${STAGEDIR}${MQDATA}/conf
+	@${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${MQDATA}/examples
+	@${LN} -sf ${DOCSDIR} ${STAGEDIR}${MQDATA}/docs
 
 .include <bsd.port.mk>

Modified: head/net/activemq/distinfo
==============================================================================
--- head/net/activemq/distinfo	Thu Oct 31 22:15:21 2013	(r332290)
+++ head/net/activemq/distinfo	Thu Oct 31 22:33:37 2013	(r332291)
@@ -1,2 +1,2 @@
-SHA256 (apache-activemq-5.8.0-bin.tar.gz) = 73657935c796275ed05df39a9247c1e507be0fa8f280c15fc3715f856ba54189
-SIZE (apache-activemq-5.8.0-bin.tar.gz) = 47362127
+SHA256 (apache-activemq-5.9.0-bin.tar.gz) = a3be191a2fe5034e4be3834cde3e081c8dd292b92a6a69b2fdb4497997c00773
+SIZE (apache-activemq-5.9.0-bin.tar.gz) = 55438331

Modified: head/net/activemq/pkg-descr
==============================================================================
--- head/net/activemq/pkg-descr	Thu Oct 31 22:15:21 2013	(r332290)
+++ head/net/activemq/pkg-descr	Thu Oct 31 22:33:37 2013	(r332291)
@@ -1,4 +1,4 @@
 Apache ActiveMQ is the most popular and powerful open source messaging
 and Integration Patterns provider.
 
-WWW:	http://activemq.apache.org
+WWW: http://activemq.apache.org

Modified: head/net/activemq/pkg-plist
==============================================================================
--- head/net/activemq/pkg-plist	Thu Oct 31 22:15:21 2013	(r332290)
+++ head/net/activemq/pkg-plist	Thu Oct 31 22:33:37 2013	(r332291)
@@ -1,7 +1,38 @@
-@exec /bin/mkdir -p %%PREFIX%%/lib/activemq/webapps/admin/WEB-INF/jsp
-@exec install -d -o %%MQUSER%% -g %%MQGROUP%% %%MQDB%%
-@dirrmtry %%MQDB%%
 @unexec if [ -d %%MQDB%% ]; then echo "You should remove %%MQDB%% if you don't need it any more."; fi
+@dirrmtry %%MQDB%%
+@exec install -d -o %%MQUSER%% -g %%MQGROUP%% %%MQDB%%
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/activemq/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/apollo/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/branding/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/camin/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/dashboard/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/datatable/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/dozer/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/fabric/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/forcegraph/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/git
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/git/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/health/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/infinispan/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/insight/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jboss/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jclouds/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jclouds/js/blobstore
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jclouds/js/compute
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jetty/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jmx/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/jvm/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/karaf/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/log/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/maven/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/openejb/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/osgi/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/perspective/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/source/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/tomcat/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/tree/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/ui/js
+@exec mkdir -p %D/lib/activemq/webapps/hawtio/app/wiki/js
 lib/activemq/bin/activemq
 lib/activemq/bin/activemq-admin
 lib/activemq/bin/activemq.jar
@@ -9,7 +40,8 @@ lib/activemq/bin/diag
 lib/activemq/bin/wrapper.jar
 lib/activemq/conf
 lib/activemq/data
-lib/activemq/example
+lib/activemq/docs
+lib/activemq/examples
 lib/activemq/lib/activemq-broker-%%PORTVERSION%%.jar
 lib/activemq/lib/activemq-client-%%PORTVERSION%%.jar
 lib/activemq/lib/activemq-console-%%PORTVERSION%%.jar
@@ -24,75 +56,64 @@ lib/activemq/lib/camel/activemq-camel-%%
 lib/activemq/lib/camel/camel-core-%%CAMELVERSION%%.jar
 lib/activemq/lib/camel/camel-jms-%%CAMELVERSION%%.jar
 lib/activemq/lib/camel/camel-spring-%%CAMELVERSION%%.jar
-lib/activemq/lib/extra/activemq-leveldb-store-%%PORTVERSION%%.jar
-lib/activemq/lib/extra/commons-beanutils-core-1.8.0.jar
-lib/activemq/lib/extra/commons-configuration-1.6.jar
-lib/activemq/lib/extra/commons-digester-1.8.jar
-lib/activemq/lib/extra/guava-12.0.jar
-lib/activemq/lib/extra/hadoop-core-1.0.0.jar
-lib/activemq/lib/extra/hawtbuf-proto-1.9.jar
-lib/activemq/lib/extra/hawtdispatch-1.12.jar
-lib/activemq/lib/extra/hawtdispatch-scala-1.12.jar
-lib/activemq/lib/extra/hawtdispatch-transport-1.12.jar
-lib/activemq/lib/extra/hawtjni-runtime-1.6.jar
-lib/activemq/lib/extra/jackson-core-asl-1.9.2.jar
-lib/activemq/lib/extra/jackson-mapper-asl-1.9.2.jar
-lib/activemq/lib/extra/jetty-6.1.26.jar
-lib/activemq/lib/extra/jetty-util-6.1.26.jar
-lib/activemq/lib/extra/jsp-2.1-6.1.14.jar
-lib/activemq/lib/extra/jsp-api-2.1-6.1.14.jar
-lib/activemq/lib/extra/jsr305-1.3.9.jar
-lib/activemq/lib/extra/leveldb-%%LVDBVERSION%%.jar
-lib/activemq/lib/extra/leveldb-api-%%LVDBVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-linux32-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-linux64-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-osx-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-win32-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/leveldbjni-win64-%%LVDBJNIVERSION%%.jar
-lib/activemq/lib/extra/mqtt-client-1.4.jar
-lib/activemq/lib/extra/scala-library-2.10.0.jar
-lib/activemq/lib/extra/servlet-api-2.5-20081211.jar
-lib/activemq/lib/extra/servlet-api-2.5-6.1.14.jar
-lib/activemq/lib/extra/snappy-java-1.0.3.jar
+lib/activemq/lib/extra/mqtt-client-1.6.jar
 lib/activemq/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
 lib/activemq/lib/geronimo-jms_1.1_spec-1.1.1.jar
 lib/activemq/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar
 lib/activemq/lib/hawtbuf-1.9.jar
-lib/activemq/lib/jcl-over-slf4j-1.6.6.jar
+lib/activemq/lib/insight-log-core-7.2.0.redhat-024.jar
+lib/activemq/lib/insight-log4j-7.2.0.redhat-024-patched.jar
+lib/activemq/lib/jcl-over-slf4j-1.7.5.jar
 lib/activemq/lib/optional/activeio-core-3.1.4.jar
 lib/activemq/lib/optional/activemq-amqp-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-http-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-jdbc-store-%%PORTVERSION%%.jar
+lib/activemq/lib/optional/activemq-jms-pool-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-leveldb-store-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-log4j-appender-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-mqtt-%%PORTVERSION%%.jar
+lib/activemq/lib/optional/activemq-partition-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-pool-%%PORTVERSION%%.jar
-lib/activemq/lib/optional/activemq-spring-%%PORTVERSION%%.jar
+lib/activemq/lib/optional/activemq-runtime-config-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/activemq-stomp-%%PORTVERSION%%.jar
-lib/activemq/lib/optional/activemq-xmpp-%%PORTVERSION%%.jar
 lib/activemq/lib/optional/commons-beanutils-1.8.3.jar
 lib/activemq/lib/optional/commons-codec-1.6.jar
 lib/activemq/lib/optional/commons-collections-3.2.1.jar
 lib/activemq/lib/optional/commons-dbcp-1.4.jar
 lib/activemq/lib/optional/commons-lang-2.6.jar
-lib/activemq/lib/optional/commons-net-3.2.jar
+lib/activemq/lib/optional/commons-net-3.3.jar
 lib/activemq/lib/optional/commons-pool-1.6.jar
 lib/activemq/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar
-lib/activemq/lib/optional/httpclient-4.2.3.jar
-lib/activemq/lib/optional/httpcore-4.2.3.jar
-lib/activemq/lib/optional/jasypt-1.9.0.jar
-lib/activemq/lib/optional/jasypt-spring3-1.9.0.jar
-lib/activemq/lib/optional/jettison-1.3.3.jar
+lib/activemq/lib/optional/guava-12.0.jar
+lib/activemq/lib/optional/hawtbuf-proto-1.9.jar
+lib/activemq/lib/optional/hawtdispatch-1.18.jar
+lib/activemq/lib/optional/hawtdispatch-scala-1.18.jar
+lib/activemq/lib/optional/hawtdispatch-transport-1.18.jar
+lib/activemq/lib/optional/hawtjni-runtime-1.8.jar
+lib/activemq/lib/optional/httpclient-4.2.5.jar
+lib/activemq/lib/optional/httpcore-4.2.4.jar
+lib/activemq/lib/optional/jackson-core-asl-1.%%OSREL%%2.jar
+lib/activemq/lib/optional/jackson-mapper-asl-1.%%OSREL%%2.jar
+lib/activemq/lib/optional/jasypt-1.9.1.jar
+lib/activemq/lib/optional/jasypt-spring3-1.9.1.jar
+lib/activemq/lib/optional/jaxb2-basics-runtime-%%LVDBVERSION%%.4.jar
+lib/activemq/lib/optional/jettison-1.3.4.jar
 lib/activemq/lib/optional/jmdns-3.4.1.jar
+lib/activemq/lib/optional/leveldb-%%LVDBVERSION%%.jar
+lib/activemq/lib/optional/leveldb-api-%%LVDBVERSION%%.jar
+lib/activemq/lib/optional/leveldbjni-%%LVDBJNIVERSION%%.jar
 lib/activemq/lib/optional/log4j-1.2.17.jar
 lib/activemq/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar
-lib/activemq/lib/optional/proton-0.3.0-fuse-2.jar
-lib/activemq/lib/optional/proton-api-0.3.0-fuse-2.jar
-lib/activemq/lib/optional/proton-jms-0.3.0-fuse-2.jar
-lib/activemq/lib/optional/slf4j-log4j12-1.6.6.jar
+lib/activemq/lib/optional/org.linkedin.util-core-1.4.0.jar
+lib/activemq/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar
+lib/activemq/lib/optional/proton-api-0.5.jar
+lib/activemq/lib/optional/proton-j-impl-0.5.jar
+lib/activemq/lib/optional/proton-jms-0.5.jar
+lib/activemq/lib/optional/scala-library-2.%%OSREL%%.jar
+lib/activemq/lib/optional/slf4j-log4j12-1.7.5.jar
+lib/activemq/lib/optional/snappy-0.2.jar
+lib/activemq/lib/optional/snappy-java-1.1.0-M4.jar
 lib/activemq/lib/optional/spring-aop-%%SPRINGVERSION%%.RELEASE.jar
-lib/activemq/lib/optional/spring-asm-%%SPRINGVERSION%%.RELEASE.jar
 lib/activemq/lib/optional/spring-beans-%%SPRINGVERSION%%.RELEASE.jar
 lib/activemq/lib/optional/spring-context-%%SPRINGVERSION%%.RELEASE.jar
 lib/activemq/lib/optional/spring-core-%%SPRINGVERSION%%.RELEASE.jar
@@ -100,22 +121,22 @@ lib/activemq/lib/optional/spring-express
 lib/activemq/lib/optional/spring-jms-%%SPRINGVERSION%%.RELEASE.jar
 lib/activemq/lib/optional/spring-oxm-%%SPRINGVERSION%%.RELEASE.jar
 lib/activemq/lib/optional/spring-tx-%%SPRINGVERSION%%.RELEASE.jar
-lib/activemq/lib/optional/stax2-api-3.0.2.jar
 lib/activemq/lib/optional/velocity-1.7.jar
-lib/activemq/lib/optional/woodstox-core-asl-4.1.4.jar
-lib/activemq/lib/optional/xbean-spring-3.12.jar
+lib/activemq/lib/optional/xbean-spring-3.14.jar
 lib/activemq/lib/optional/xpp3-1.1.4c.jar
 lib/activemq/lib/optional/xstream-1.4.4.jar
-lib/activemq/lib/slf4j-api-1.6.6.jar
+lib/activemq/lib/optional/zookeeper-3.4.5.jar
+lib/activemq/lib/slf4j-api-1.7.5.jar
 lib/activemq/lib/web/core-3.1.1.jar
 lib/activemq/lib/web/geronimo-servlet_2.5_spec-1.2.jar
 lib/activemq/lib/web/jdom-1.0.jar
 lib/activemq/lib/web/jetty-all-server-%%JETTYVERSION%%.jar
 lib/activemq/lib/web/jetty-websocket-%%JETTYVERSION%%.jar
-lib/activemq/lib/web/jolokia-core-1.0.6.jar
-lib/activemq/lib/web/json-simple-1.1.jar
+lib/activemq/lib/web/jolokia-core-1.1.4.jar
+lib/activemq/lib/web/json-simple-1.1.1.jar
 lib/activemq/lib/web/jsp-2.1-glassfish-2.1.v20100127.jar
 lib/activemq/lib/web/jsp-api-2.1-glassfish-2.1.v20100127.jar
+lib/activemq/lib/web/pax-url-aether-1.5.2.jar
 lib/activemq/lib/web/rome-1.0.jar
 lib/activemq/lib/web/sitemesh-2.4.2.jar
 lib/activemq/lib/web/spring-web-%%SPRINGVERSION%%.RELEASE.jar
@@ -125,24 +146,67 @@ lib/activemq/webapps-demo/demo/META-INF/
 lib/activemq/webapps-demo/demo/WEB-INF/web.xml
 lib/activemq/webapps-demo/demo/chat.css
 lib/activemq/webapps-demo/demo/chat.html
+lib/activemq/webapps-demo/demo/images/activemq-logo.png
+lib/activemq/webapps-demo/demo/images/asf-logo.png
+lib/activemq/webapps-demo/demo/images/big-bullet.png
+lib/activemq/webapps-demo/demo/images/black-footer-bottom.png
+lib/activemq/webapps-demo/demo/images/black-footer-left.png
+lib/activemq/webapps-demo/demo/images/black-footer-right.png
+lib/activemq/webapps-demo/demo/images/bottom-red-bar.png
+lib/activemq/webapps-demo/demo/images/checker-bg.png
+lib/activemq/webapps-demo/demo/images/content-left.png
+lib/activemq/webapps-demo/demo/images/content-right.png
+lib/activemq/webapps-demo/demo/images/feed_atom.png
+lib/activemq/webapps-demo/demo/images/feed_rss.png
+lib/activemq/webapps-demo/demo/images/left-box-bottom.png
+lib/activemq/webapps-demo/demo/images/left-box-right.png
+lib/activemq/webapps-demo/demo/images/left-box-top.png
+lib/activemq/webapps-demo/demo/images/oval-arrow.png
+lib/activemq/webapps-demo/demo/images/right-box-bottom.png
+lib/activemq/webapps-demo/demo/images/right-box-left.png
+lib/activemq/webapps-demo/demo/images/right-box-top.png
+lib/activemq/webapps-demo/demo/images/small-bullet-gray.png
+lib/activemq/webapps-demo/demo/images/small-bullet-red.png
+lib/activemq/webapps-demo/demo/images/spacer.gif
+lib/activemq/webapps-demo/demo/images/top-red-bar.png
+lib/activemq/webapps-demo/demo/images/white-header-left.png
+lib/activemq/webapps-demo/demo/images/white-header-right.png
+lib/activemq/webapps-demo/demo/images/white-header-top.png
 lib/activemq/webapps-demo/demo/index.html
 lib/activemq/webapps-demo/demo/js/amq.js
 lib/activemq/webapps-demo/demo/js/amq_dojo_adapter.js
 lib/activemq/webapps-demo/demo/js/amq_jquery_adapter.js
 lib/activemq/webapps-demo/demo/js/amq_prototype_adapter.js
 lib/activemq/webapps-demo/demo/js/chat.js
+lib/activemq/webapps-demo/demo/js/common.js
+lib/activemq/webapps-demo/demo/js/css.js
 lib/activemq/webapps-demo/demo/js/dojo.js
 lib/activemq/webapps-demo/demo/js/jquery-1.4.2.min.js
+lib/activemq/webapps-demo/demo/js/mochi/MochiKit.js
+lib/activemq/webapps-demo/demo/js/mochi/__package__.js
+lib/activemq/webapps-demo/demo/js/plotkit/Base.js
+lib/activemq/webapps-demo/demo/js/plotkit/Canvas.js
+lib/activemq/webapps-demo/demo/js/plotkit/Layout.js
+lib/activemq/webapps-demo/demo/js/plotkit/SVG.js
+lib/activemq/webapps-demo/demo/js/plotkit/SweetCanvas.js
+lib/activemq/webapps-demo/demo/js/plotkit/SweetSVG.js
+lib/activemq/webapps-demo/demo/js/plotkit/dummy.svg
+lib/activemq/webapps-demo/demo/js/plotkit/iecanvas.htc
+lib/activemq/webapps-demo/demo/js/prettify.js
 lib/activemq/webapps-demo/demo/js/prototype.js
+lib/activemq/webapps-demo/demo/js/standardista-table-sorting.js
+lib/activemq/webapps-demo/demo/mqtt/chat.css
+lib/activemq/webapps-demo/demo/mqtt/chat.js
+lib/activemq/webapps-demo/demo/mqtt/index.html
+lib/activemq/webapps-demo/demo/mqtt/mqttws31.js
 lib/activemq/webapps-demo/demo/portfolio/portfolio.html
 lib/activemq/webapps-demo/demo/portfolio/portfolio.js
-lib/activemq/webapps-demo/demo/sandbox/index.html
-lib/activemq/webapps-demo/demo/sandbox/portfolio.html
-lib/activemq/webapps-demo/demo/sandbox/portfolio.js
-lib/activemq/webapps-demo/demo/sandbox/util.js
-lib/activemq/webapps-demo/demo/sandbox/webmq.js
 lib/activemq/webapps-demo/demo/send.html
 lib/activemq/webapps-demo/demo/style.css
+lib/activemq/webapps-demo/demo/styles/prettify.css
+lib/activemq/webapps-demo/demo/styles/site.css
+lib/activemq/webapps-demo/demo/styles/sorttable.css
+lib/activemq/webapps-demo/demo/styles/type-settings.css
 lib/activemq/webapps-demo/demo/test/amq_test.html
 lib/activemq/webapps-demo/demo/test/assets/README
 lib/activemq/webapps-demo/demo/test/assets/jsunittest.js
@@ -151,6 +215,705 @@ lib/activemq/webapps-demo/demo/websocket
 lib/activemq/webapps-demo/demo/websocket/chat.js
 lib/activemq/webapps-demo/demo/websocket/index.html
 lib/activemq/webapps-demo/demo/websocket/stomp.js
+lib/activemq/webapps/admin/403.html
+lib/activemq/webapps/hawtio/favicon.ico
+lib/activemq/webapps/hawtio/index.html
+lib/activemq/webapps/hawtio/test.js
+lib/activemq/webapps/hawtio/test.json
+lib/activemq/webapps/hawtio/META-INF/MANIFEST.MF
+lib/activemq/webapps/hawtio/META-INF/maven/io.hawt/hawtio-web/pom.properties
+lib/activemq/webapps/hawtio/META-INF/maven/io.hawt/hawtio-web/pom.xml
+lib/activemq/webapps/hawtio/WEB-INF/log4j.properties
+lib/activemq/webapps/hawtio/WEB-INF/web.xml
+lib/activemq/webapps/hawtio/WEB-INF/classes/jolokia-access.xml
+lib/activemq/webapps/hawtio/WEB-INF/classes/META-INF/MANIFEST.MF
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/HawtioContextListener.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/FileDTO.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/JmxTreeWatcher$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/JmxTreeWatcher$2.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/JmxTreeWatcher.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/JmxTreeWatcherMBean.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/PluginRegistry$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/PluginRegistry$2.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/PluginRegistry.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/PluginRegistryMBean.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/UploadManager.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/jmx/UploadManagerMBean.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/AuthInfo.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/AuthenticateResult.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/Authenticator$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/Authenticator$2.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/Authenticator.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/ExtractAuthInfoCallback.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/Helpers.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/system/PrivilegedCallback.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/AuthenticationFilter$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/AuthenticationFilter$2.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/AuthenticationFilter$3.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/AuthenticationFilter.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/BrandingServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/CORSFilter.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/JavaDocServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/LoginServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/LogoutServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/OpenShiftProtocolSocketFactory.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/PluginServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/ProxyDetails$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/ProxyDetails.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/ProxyServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/ServletHelpers.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/UploadServlet$1.class
+lib/activemq/webapps/hawtio/WEB-INF/classes/io/hawt/web/UploadServlet.class
+lib/activemq/webapps/hawtio/WEB-INF/lib/JavaEWAH-0.5.6.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/commons-fileupload-1.3.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/commons-httpclient-3.1.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/commons-io-2.2.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/commons-logging-1.0.4.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/gitective-core-0.9.9.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/hawtio-core-1.2-M23.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/hawtio-git-1.2-M23.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/jolokia-core-1.1.4.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/jsch-0.1.46.jar
+lib/activemq/webapps/hawtio/WEB-INF/lib/json-simple-1.1.jar
+lib/activemq/webapps/hawtio/app/app.js
+lib/activemq/webapps/hawtio/app/activemq/doc/help.md
+lib/activemq/webapps/hawtio/app/activemq/html/browseQueue.html
+lib/activemq/webapps/hawtio/app/activemq/html/createDestination.html
+lib/activemq/webapps/hawtio/app/activemq/html/createQueue.html
+lib/activemq/webapps/hawtio/app/activemq/html/createTopic.html
+lib/activemq/webapps/hawtio/app/activemq/html/deleteQueue.html
+lib/activemq/webapps/hawtio/app/activemq/html/deleteTopic.html
+lib/activemq/webapps/hawtio/app/activemq/html/durableSubscribers.html
+lib/activemq/webapps/hawtio/app/activemq/html/layoutActiveMQTree.html
+lib/activemq/webapps/hawtio/app/activemq/html/subscribers.html
+lib/activemq/webapps/hawtio/app/activemq/img/listener.gif
+lib/activemq/webapps/hawtio/app/activemq/img/message_broker.png
+lib/activemq/webapps/hawtio/app/activemq/img/queue.png
+lib/activemq/webapps/hawtio/app/activemq/img/queue_folder.png
+lib/activemq/webapps/hawtio/app/activemq/img/sender.gif
+lib/activemq/webapps/hawtio/app/activemq/img/topic.png
+lib/activemq/webapps/hawtio/app/activemq/img/topic_folder.png
+lib/activemq/webapps/hawtio/app/apollo/html/configuration.html
+lib/activemq/webapps/hawtio/app/apollo/html/connectors.html
+lib/activemq/webapps/hawtio/app/apollo/html/layout-apollo.html
+lib/activemq/webapps/hawtio/app/apollo/html/operating-environment.html
+lib/activemq/webapps/hawtio/app/apollo/html/queue.html
+lib/activemq/webapps/hawtio/app/apollo/html/queues.html
+lib/activemq/webapps/hawtio/app/apollo/html/store.html
+lib/activemq/webapps/hawtio/app/apollo/html/virtual_host.html
+lib/activemq/webapps/hawtio/app/apollo/html/virtual_hosts.html
+lib/activemq/webapps/hawtio/app/branding/doc/developer.md
+lib/activemq/webapps/hawtio/app/camel/doc/help.md
+lib/activemq/webapps/hawtio/app/camel/html/attributeToolBarContext.html
+lib/activemq/webapps/hawtio/app/camel/html/attributeToolBarRoutes.html
+lib/activemq/webapps/hawtio/app/camel/html/browseEndpoint.html
+lib/activemq/webapps/hawtio/app/camel/html/browseMessages.html
+lib/activemq/webapps/hawtio/app/camel/html/browseRoute.html
+lib/activemq/webapps/hawtio/app/camel/html/createEndpoint.html
+lib/activemq/webapps/hawtio/app/camel/html/createEndpointURL.html
+lib/activemq/webapps/hawtio/app/camel/html/createEndpointWizard.html
+lib/activemq/webapps/hawtio/app/camel/html/debug.html
+lib/activemq/webapps/hawtio/app/camel/html/layoutCamelTree.html
+lib/activemq/webapps/hawtio/app/camel/html/nodePropertiesEdit.html
+lib/activemq/webapps/hawtio/app/camel/html/nodePropertiesView.html
+lib/activemq/webapps/hawtio/app/camel/html/profileRoute.html
+lib/activemq/webapps/hawtio/app/camel/html/properties.html
+lib/activemq/webapps/hawtio/app/camel/html/routes.html
+lib/activemq/webapps/hawtio/app/camel/html/sendMessage.html
+lib/activemq/webapps/hawtio/app/camel/html/source.html
+lib/activemq/webapps/hawtio/app/camel/html/traceRoute.html
+lib/activemq/webapps/hawtio/app/camel/img/aggregate24.png
+lib/activemq/webapps/hawtio/app/camel/img/bean24.png
+lib/activemq/webapps/hawtio/app/camel/img/camel.png
+lib/activemq/webapps/hawtio/app/camel/img/camel_context_icon.png
+lib/activemq/webapps/hawtio/app/camel/img/camel_route.png
+lib/activemq/webapps/hawtio/app/camel/img/camel_route_folder.png
+lib/activemq/webapps/hawtio/app/camel/img/camel_tracing.png
+lib/activemq/webapps/hawtio/app/camel/img/channel24.png
+lib/activemq/webapps/hawtio/app/camel/img/channelAdapter24.png
+lib/activemq/webapps/hawtio/app/camel/img/channelPurger24.png
+lib/activemq/webapps/hawtio/app/camel/img/choice24.png
+lib/activemq/webapps/hawtio/app/camel/img/commandMessage24.png
+lib/activemq/webapps/hawtio/app/camel/img/competingConsumers24.png
+lib/activemq/webapps/hawtio/app/camel/img/contentBasedRouter24.png
+lib/activemq/webapps/hawtio/app/camel/img/contentFilter24.png
+lib/activemq/webapps/hawtio/app/camel/img/controlBus24.png
+lib/activemq/webapps/hawtio/app/camel/img/convertBody24.png
+lib/activemq/webapps/hawtio/app/camel/img/correlationIdentifier24.png
+lib/activemq/webapps/hawtio/app/camel/img/datatypeChannel24.png
+lib/activemq/webapps/hawtio/app/camel/img/deadLetterChannel24.png
+lib/activemq/webapps/hawtio/app/camel/img/detour24.png
+lib/activemq/webapps/hawtio/app/camel/img/distributionAggregate24.png
+lib/activemq/webapps/hawtio/app/camel/img/documentMessage24.png
+lib/activemq/webapps/hawtio/app/camel/img/durableSubscription24.png
+lib/activemq/webapps/hawtio/app/camel/img/dynamicRouter24.png
+lib/activemq/webapps/hawtio/app/camel/img/edit_camel_route.png
+lib/activemq/webapps/hawtio/app/camel/img/encapsulatedSynchronous24.png
+lib/activemq/webapps/hawtio/app/camel/img/endoints.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoint24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointDrools24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointFile24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointFolder24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointQueue24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointRepository24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpointTimer24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoint_folder.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoint_node.png
+lib/activemq/webapps/hawtio/app/camel/img/enrich24.png
+lib/activemq/webapps/hawtio/app/camel/img/envelopeWrapper24.png
+lib/activemq/webapps/hawtio/app/camel/img/eventDrivenConsumer24.png
+lib/activemq/webapps/hawtio/app/camel/img/eventMessage24.png
+lib/activemq/webapps/hawtio/app/camel/img/fileTransfer24.png
+lib/activemq/webapps/hawtio/app/camel/img/filter24.png
+lib/activemq/webapps/hawtio/app/camel/img/flow24.png
+lib/activemq/webapps/hawtio/app/camel/img/generic24.png
+lib/activemq/webapps/hawtio/app/camel/img/guaranteedMessaging24.png
+lib/activemq/webapps/hawtio/app/camel/img/idempotentConsumer24.png
+lib/activemq/webapps/hawtio/app/camel/img/invalidMessageChannel24.png
+lib/activemq/webapps/hawtio/app/camel/img/loadBalance24.png
+lib/activemq/webapps/hawtio/app/camel/img/log24.png
+lib/activemq/webapps/hawtio/app/camel/img/marshal24.png
+lib/activemq/webapps/hawtio/app/camel/img/message24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageBroker24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageBus24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageDispatcher24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageExpiration24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageSelector24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageSequence24.png
+lib/activemq/webapps/hawtio/app/camel/img/messageStore24.png
+lib/activemq/webapps/hawtio/app/camel/img/messaging24.png
+lib/activemq/webapps/hawtio/app/camel/img/messagingAdapter24.png
+lib/activemq/webapps/hawtio/app/camel/img/messagingBridge24.png
+lib/activemq/webapps/hawtio/app/camel/img/messagingGateway24.png
+lib/activemq/webapps/hawtio/app/camel/img/multicast24.png
+lib/activemq/webapps/hawtio/app/camel/img/node24.png
+lib/activemq/webapps/hawtio/app/camel/img/normalizer24.png
+lib/activemq/webapps/hawtio/app/camel/img/pipeline24.png
+lib/activemq/webapps/hawtio/app/camel/img/pointToPoint24.png
+lib/activemq/webapps/hawtio/app/camel/img/pollEnrich24.png
+lib/activemq/webapps/hawtio/app/camel/img/pollingConsumer24.png
+lib/activemq/webapps/hawtio/app/camel/img/process24.png
+lib/activemq/webapps/hawtio/app/camel/img/processManager24.png
+lib/activemq/webapps/hawtio/app/camel/img/processor24.png
+lib/activemq/webapps/hawtio/app/camel/img/recipientList24.png
+lib/activemq/webapps/hawtio/app/camel/img/requestReply24.png
+lib/activemq/webapps/hawtio/app/camel/img/resequence24.png
+lib/activemq/webapps/hawtio/app/camel/img/returnAddress24.png
+lib/activemq/webapps/hawtio/app/camel/img/route24.png
+lib/activemq/webapps/hawtio/app/camel/img/routingSlip24.png
+lib/activemq/webapps/hawtio/app/camel/img/setBody24.png
+lib/activemq/webapps/hawtio/app/camel/img/sharedDatabase24.png
+lib/activemq/webapps/hawtio/app/camel/img/smartProxy24.png
+lib/activemq/webapps/hawtio/app/camel/img/split24.png
+lib/activemq/webapps/hawtio/app/camel/img/storeInLibrary24.png
+lib/activemq/webapps/hawtio/app/camel/img/testMessage24.png
+lib/activemq/webapps/hawtio/app/camel/img/transactionalClient24.png
+lib/activemq/webapps/hawtio/app/camel/img/transform24.png
+lib/activemq/webapps/hawtio/app/camel/img/unmarshal24.png
+lib/activemq/webapps/hawtio/app/camel/img/wireTap24.png
+lib/activemq/webapps/hawtio/app/camel/img/debug/breakpoint-suspended.gif
+lib/activemq/webapps/hawtio/app/camel/img/debug/breakpoint.gif
+lib/activemq/webapps/hawtio/app/camel/img/debug/resume.gif
+lib/activemq/webapps/hawtio/app/camel/img/debug/step.gif
+lib/activemq/webapps/hawtio/app/camel/img/debug/suspend.gif
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/SAP24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/SAPNetweaver24.jpg
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/facebook24.jpg
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/salesForce24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/twitter24.png
+lib/activemq/webapps/hawtio/app/camel/img/endpoints/weather24.jpg
+lib/activemq/webapps/hawtio/app/camel/js/camelModel.js
+lib/activemq/webapps/hawtio/app/camin/html/camin.html
+lib/activemq/webapps/hawtio/app/camin/html/layoutCamin.html
+lib/activemq/webapps/hawtio/app/core/doc/BUILDING.md
+lib/activemq/webapps/hawtio/app/core/doc/CHANGES.md
+lib/activemq/webapps/hawtio/app/core/doc/CONTRIBUTING.md
+lib/activemq/webapps/hawtio/app/core/doc/DEVELOPERS.md
+lib/activemq/webapps/hawtio/app/core/doc/FAQ.md
+lib/activemq/webapps/hawtio/app/core/doc/README.md
+lib/activemq/webapps/hawtio/app/core/doc/developer.md
+lib/activemq/webapps/hawtio/app/core/doc/overview.md
+lib/activemq/webapps/hawtio/app/core/doc/img/help-subtopic-nav.png
+lib/activemq/webapps/hawtio/app/core/doc/img/help-topic-nav.png
+lib/activemq/webapps/hawtio/app/core/doc/img/main-nav.png
+lib/activemq/webapps/hawtio/app/core/html/debug.html
+lib/activemq/webapps/hawtio/app/core/html/help.html
+lib/activemq/webapps/hawtio/app/core/html/layoutFull.html
+lib/activemq/webapps/hawtio/app/core/html/layoutTree.html
+lib/activemq/webapps/hawtio/app/core/html/login.html
+lib/activemq/webapps/hawtio/app/core/html/preferences.html
+lib/activemq/webapps/hawtio/app/core/js/hawtio-plugin-loader.js
+lib/activemq/webapps/hawtio/app/core/js/mvGraphs.js
+lib/activemq/webapps/hawtio/app/dashboard/doc/help.md
+lib/activemq/webapps/hawtio/app/dashboard/html/addToDashboard.html
+lib/activemq/webapps/hawtio/app/dashboard/html/dashboard.html
+lib/activemq/webapps/hawtio/app/dashboard/html/editDashboards.html
+lib/activemq/webapps/hawtio/app/dashboard/html/import.html
+lib/activemq/webapps/hawtio/app/dashboard/html/layoutDashboard.html
+lib/activemq/webapps/hawtio/app/dashboard/html/share.html
+lib/activemq/webapps/hawtio/app/datatable/doc/developer.md
+lib/activemq/webapps/hawtio/app/dozer/doc/help.md
+lib/activemq/webapps/hawtio/app/dozer/img/attribute.gif
+lib/activemq/webapps/hawtio/app/dozer/img/byref.gif
+lib/activemq/webapps/hawtio/app/dozer/img/cc.gif
+lib/activemq/webapps/hawtio/app/dozer/img/class.gif
+lib/activemq/webapps/hawtio/app/dozer/img/dozer.gif
+lib/activemq/webapps/hawtio/app/dozer/img/exclude.gif
+lib/activemq/webapps/hawtio/app/dozer/img/interface.gif
+lib/activemq/webapps/hawtio/app/dozer/img/oneway.gif
+lib/activemq/webapps/hawtio/app/elasticsearch/doc/help.md
+lib/activemq/webapps/hawtio/app/elasticsearch/html/es.html
+lib/activemq/webapps/hawtio/app/elasticsearch/js/data.json
+lib/activemq/webapps/hawtio/app/fabric/doc/developer.md
+lib/activemq/webapps/hawtio/app/fabric/doc/help.md
+lib/activemq/webapps/hawtio/app/fabric/html/activeProfileList.html
+lib/activemq/webapps/hawtio/app/fabric/html/activeProfiles.html
+lib/activemq/webapps/hawtio/app/fabric/html/assignProfiles.html
+lib/activemq/webapps/hawtio/app/fabric/html/brokers.html
+lib/activemq/webapps/hawtio/app/fabric/html/brokersTree.html
+lib/activemq/webapps/hawtio/app/fabric/html/clusters.html
+lib/activemq/webapps/hawtio/app/fabric/html/connectToContainerDialog.html
+lib/activemq/webapps/hawtio/app/fabric/html/container.html
+lib/activemq/webapps/hawtio/app/fabric/html/containerList.html
+lib/activemq/webapps/hawtio/app/fabric/html/containers.html
+lib/activemq/webapps/hawtio/app/fabric/html/createBroker.html
+lib/activemq/webapps/hawtio/app/fabric/html/createContainer.html
+lib/activemq/webapps/hawtio/app/fabric/html/createFabric.html
+lib/activemq/webapps/hawtio/app/fabric/html/editFeatures.html
+lib/activemq/webapps/hawtio/app/fabric/html/fabricView.html
+lib/activemq/webapps/hawtio/app/fabric/html/layoutFabric.html
+lib/activemq/webapps/hawtio/app/fabric/html/map.html
+lib/activemq/webapps/hawtio/app/fabric/html/migrateVersions.html
+lib/activemq/webapps/hawtio/app/fabric/html/patching.html
+lib/activemq/webapps/hawtio/app/fabric/html/pid.html
+lib/activemq/webapps/hawtio/app/fabric/html/profile.html
+lib/activemq/webapps/hawtio/app/fabric/html/profileDetails.html
+lib/activemq/webapps/hawtio/app/fabric/html/profileDetailsDirective.html
+lib/activemq/webapps/hawtio/app/fabric/html/profileSelector.html
+lib/activemq/webapps/hawtio/app/fabric/html/profiles.html
+lib/activemq/webapps/hawtio/app/fabric/html/test.html
+lib/activemq/webapps/hawtio/app/fabric/html/versionSelector.html
+lib/activemq/webapps/hawtio/app/fabric/img/camel.png
+lib/activemq/webapps/hawtio/app/fabric/img/fabric.png
+lib/activemq/webapps/hawtio/app/fabric/img/hawtio.png
+lib/activemq/webapps/hawtio/app/fabric/img/message_broker.png
+lib/activemq/webapps/hawtio/app/forcegraph/README.md
+lib/activemq/webapps/hawtio/app/forcegraph/doc/README.md
+lib/activemq/webapps/hawtio/app/forcegraph/img/dependencies.png
+lib/activemq/webapps/hawtio/app/forms/doc/developer.md
+lib/activemq/webapps/hawtio/app/forms/html/test.html
+lib/activemq/webapps/hawtio/app/forms/html/testTable.html
+lib/activemq/webapps/hawtio/app/forms/js/jsonschema.js
+lib/activemq/webapps/hawtio/app/health/doc/help.md
+lib/activemq/webapps/hawtio/app/health/html/health.html
+lib/activemq/webapps/hawtio/app/infinispan/doc/help.md
+lib/activemq/webapps/hawtio/app/infinispan/html/layoutCacheTree.html
+lib/activemq/webapps/hawtio/app/infinispan/html/query.html
+lib/activemq/webapps/hawtio/app/insight/html/all.html
+lib/activemq/webapps/hawtio/app/insight/html/elasticsearch.html
+lib/activemq/webapps/hawtio/app/insight/html/jvms.html
+lib/activemq/webapps/hawtio/app/insight/html/layoutInsight.html
+lib/activemq/webapps/hawtio/app/jboss/doc/help.md
+lib/activemq/webapps/hawtio/app/jboss/html/applications.html
+lib/activemq/webapps/hawtio/app/jboss/html/connectors.html
+lib/activemq/webapps/hawtio/app/jboss/html/dmr.html
+lib/activemq/webapps/hawtio/app/jboss/html/jbossTabs.html
+lib/activemq/webapps/hawtio/app/jboss/html/layoutJBossTabs.html
+lib/activemq/webapps/hawtio/app/jboss/html/layoutJBossTree.html
+lib/activemq/webapps/hawtio/app/jboss/html/server.html
+lib/activemq/webapps/hawtio/app/jclouds/doc/help.md
+lib/activemq/webapps/hawtio/app/jclouds/html/api-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/api-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/api.html
+lib/activemq/webapps/hawtio/app/jclouds/html/layoutJclouds.html
+lib/activemq/webapps/hawtio/app/jclouds/html/provider-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/provider-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/provider.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/blobstore-navigation.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/blobstore-service-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/blobstore-service.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/container-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/container-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/container.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/location-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/location-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/blobstore/location.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/compute-navigation.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/compute-service-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/compute-service.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/hardware-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/hardware-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/hardware.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/image-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/image-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/image.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/location-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/location-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/location.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/node-details.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/node-list.html
+lib/activemq/webapps/hawtio/app/jclouds/html/compute/node.html
+lib/activemq/webapps/hawtio/app/jetty/doc/help.md
+lib/activemq/webapps/hawtio/app/jetty/html/applications.html
+lib/activemq/webapps/hawtio/app/jetty/html/connectors.html
+lib/activemq/webapps/hawtio/app/jetty/html/jettyTabs.html
+lib/activemq/webapps/hawtio/app/jetty/html/layoutJettyTabs.html
+lib/activemq/webapps/hawtio/app/jetty/html/layoutJettyTree.html
+lib/activemq/webapps/hawtio/app/jetty/html/server.html
+lib/activemq/webapps/hawtio/app/jmx/doc/help.md
+lib/activemq/webapps/hawtio/app/jmx/doc/img/attributes-table.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/chart.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/jmx-toolbar.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/jmx-tree-domains.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/jmx-tree-expanded.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/operation-executed.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/operation-invoke.png
+lib/activemq/webapps/hawtio/app/jmx/doc/img/operations-list.png
+lib/activemq/webapps/hawtio/app/jmx/html/areaChart.html
+lib/activemq/webapps/hawtio/app/jmx/html/attributeToolBar.html
+lib/activemq/webapps/hawtio/app/jmx/html/attributes.html
+lib/activemq/webapps/hawtio/app/jmx/html/attributesOld.html
+lib/activemq/webapps/hawtio/app/jmx/html/chartEdit.html
+lib/activemq/webapps/hawtio/app/jmx/html/charts.html
+lib/activemq/webapps/hawtio/app/jmx/html/donutChart.html
+lib/activemq/webapps/hawtio/app/jmx/html/operations.html
+lib/activemq/webapps/hawtio/app/jmx/html/subLevelTabs.html
+lib/activemq/webapps/hawtio/app/jvm/doc/help.md
+lib/activemq/webapps/hawtio/app/jvm/html/connect.html
+lib/activemq/webapps/hawtio/app/jvm/html/local.html
+lib/activemq/webapps/hawtio/app/karaf/html/feature-details.html
+lib/activemq/webapps/hawtio/app/karaf/html/feature.html
+lib/activemq/webapps/hawtio/app/karaf/html/features.html
+lib/activemq/webapps/hawtio/app/karaf/html/scr-component-details.html
+lib/activemq/webapps/hawtio/app/karaf/html/scr-component.html
+lib/activemq/webapps/hawtio/app/karaf/html/scr-components.html
+lib/activemq/webapps/hawtio/app/karaf/html/server.html
+lib/activemq/webapps/hawtio/app/log/doc/help.md
+lib/activemq/webapps/hawtio/app/log/html/logs.html
+lib/activemq/webapps/hawtio/app/maven/doc/developer.md
+lib/activemq/webapps/hawtio/app/maven/doc/help.md
+lib/activemq/webapps/hawtio/app/maven/html/advancedSearch.html
+lib/activemq/webapps/hawtio/app/maven/html/artifact.html
+lib/activemq/webapps/hawtio/app/maven/html/dependencies.html
+lib/activemq/webapps/hawtio/app/maven/html/layoutMaven.html
+lib/activemq/webapps/hawtio/app/maven/html/pom.html
+lib/activemq/webapps/hawtio/app/maven/html/search.html
+lib/activemq/webapps/hawtio/app/maven/html/searchResults.html
+lib/activemq/webapps/hawtio/app/maven/html/test.html
+lib/activemq/webapps/hawtio/app/maven/html/versions.html
+lib/activemq/webapps/hawtio/app/maven/html/view.html
+lib/activemq/webapps/hawtio/app/openejb/doc/help.md
+lib/activemq/webapps/hawtio/app/openejb/html/layoutOpenEJBTree.html
+lib/activemq/webapps/hawtio/app/osgi/html/bundle-details.html
+lib/activemq/webapps/hawtio/app/osgi/html/bundle-list.html
+lib/activemq/webapps/hawtio/app/osgi/html/bundle.html
+lib/activemq/webapps/hawtio/app/osgi/html/bundles.html
+lib/activemq/webapps/hawtio/app/osgi/html/configurations.html
+lib/activemq/webapps/hawtio/app/osgi/html/framework.html
+lib/activemq/webapps/hawtio/app/osgi/html/layoutOsgi.html
+lib/activemq/webapps/hawtio/app/osgi/html/package-details.html
+lib/activemq/webapps/hawtio/app/osgi/html/package.html
+lib/activemq/webapps/hawtio/app/osgi/html/packages.html
+lib/activemq/webapps/hawtio/app/osgi/html/pid-details.html
+lib/activemq/webapps/hawtio/app/osgi/html/pid.html
+lib/activemq/webapps/hawtio/app/osgi/html/services.html
+lib/activemq/webapps/hawtio/app/osgi/html/svc-dependencies.html
+lib/activemq/webapps/hawtio/app/osgi/img/bundle.png
+lib/activemq/webapps/hawtio/app/osgi/img/service.png
+lib/activemq/webapps/hawtio/app/perspective/doc/developer.md
+lib/activemq/webapps/hawtio/app/perspective/html/defaultPage.html
+lib/activemq/webapps/hawtio/app/source/html/index.html
+lib/activemq/webapps/hawtio/app/source/html/javadoc.html
+lib/activemq/webapps/hawtio/app/source/html/source.html
+lib/activemq/webapps/hawtio/app/tomcat/doc/help.md
+lib/activemq/webapps/hawtio/app/tomcat/html/applications.html
+lib/activemq/webapps/hawtio/app/tomcat/html/connectors.html
+lib/activemq/webapps/hawtio/app/tomcat/html/layoutTomcatTabs.html
+lib/activemq/webapps/hawtio/app/tomcat/html/layoutTomcatTree.html
+lib/activemq/webapps/hawtio/app/tomcat/html/server.html
+lib/activemq/webapps/hawtio/app/tomcat/html/sessions.html
+lib/activemq/webapps/hawtio/app/tomcat/html/tomcatTabs.html
+lib/activemq/webapps/hawtio/app/tree/doc/developer.md
+lib/activemq/webapps/hawtio/app/ui/doc/developer.md
+lib/activemq/webapps/hawtio/app/ui/html/colorPicker.html
+lib/activemq/webapps/hawtio/app/ui/html/confirmDialog.html
+lib/activemq/webapps/hawtio/app/ui/html/editableProperty.html
+lib/activemq/webapps/hawtio/app/ui/html/editor.html
+lib/activemq/webapps/hawtio/app/ui/html/fileUpload.html
+lib/activemq/webapps/hawtio/app/ui/html/slideout.html
+lib/activemq/webapps/hawtio/app/ui/html/tablePager.html
+lib/activemq/webapps/hawtio/app/ui/html/test.html
+lib/activemq/webapps/hawtio/app/wiki/doc/help.md
+lib/activemq/webapps/hawtio/app/wiki/exemplar/ReadMe.md
+lib/activemq/webapps/hawtio/app/wiki/exemplar/camel-blueprint.xml
+lib/activemq/webapps/hawtio/app/wiki/exemplar/camel-spring.xml
+lib/activemq/webapps/hawtio/app/wiki/exemplar/camel.xml
+lib/activemq/webapps/hawtio/app/wiki/exemplar/document.html
+lib/activemq/webapps/hawtio/app/wiki/exemplar/document.xml
+lib/activemq/webapps/hawtio/app/wiki/exemplar/dozerMapping.xml
+lib/activemq/webapps/hawtio/app/wiki/exemplar/properties-file.properties
+lib/activemq/webapps/hawtio/app/wiki/html/camelCanvas.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelDiagram.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelNavBar.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelProperties.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelPropertiesEdit.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelSubLevelTabs.html
+lib/activemq/webapps/hawtio/app/wiki/html/camelView.html
+lib/activemq/webapps/hawtio/app/wiki/html/createPage.html
+lib/activemq/webapps/hawtio/app/wiki/html/dozerMappings.html
+lib/activemq/webapps/hawtio/app/wiki/html/dozerPropertiesEdit.html
+lib/activemq/webapps/hawtio/app/wiki/html/editPage.html
+lib/activemq/webapps/hawtio/app/wiki/html/filelist.html
+lib/activemq/webapps/hawtio/app/wiki/html/formEdit.html
+lib/activemq/webapps/hawtio/app/wiki/html/formTable.html
+lib/activemq/webapps/hawtio/app/wiki/html/formTableDatatable.html
+lib/activemq/webapps/hawtio/app/wiki/html/formView.html
+lib/activemq/webapps/hawtio/app/wiki/html/history.html
+lib/activemq/webapps/hawtio/app/wiki/html/layoutCamel.html
+lib/activemq/webapps/hawtio/app/wiki/html/sourceEdit.html
+lib/activemq/webapps/hawtio/app/wiki/html/sourceView.html
+lib/activemq/webapps/hawtio/app/wiki/html/viewPage.html
+lib/activemq/webapps/hawtio/app/wiki/img/folder.gif
+lib/activemq/webapps/hawtio/css/ColReorder.css
+lib/activemq/webapps/hawtio/css/angular-ui.css
+lib/activemq/webapps/hawtio/css/angular-ui.min.css
+lib/activemq/webapps/hawtio/css/bootstrap-responsive.css
+lib/activemq/webapps/hawtio/css/bootstrap.css
+lib/activemq/webapps/hawtio/css/dangle.css
+lib/activemq/webapps/hawtio/css/datatable.bootstrap.css
+lib/activemq/webapps/hawtio/css/dynatree-icons.css
+lib/activemq/webapps/hawtio/css/font-awesome.css
+lib/activemq/webapps/hawtio/css/jquery.gridster.css
+lib/activemq/webapps/hawtio/css/ng-grid.css
+lib/activemq/webapps/hawtio/css/site-base.css
+lib/activemq/webapps/hawtio/css/site-branding.css
+lib/activemq/webapps/hawtio/css/site-narrow.css
+lib/activemq/webapps/hawtio/css/site-wide.css
+lib/activemq/webapps/hawtio/css/toastr.css
+lib/activemq/webapps/hawtio/css/toastr.min.css
+lib/activemq/webapps/hawtio/css/ui.dynatree.css
+lib/activemq/webapps/hawtio/css/codemirror/codemirror.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/ambiance.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/blackboard.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/cobalt.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/eclipse.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/elegant.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/erlang-dark.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/lesser-dark.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/monokai.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/neat.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/night.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/rubyblue.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/solarized.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/twilight.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/vibrant-ink.css
+lib/activemq/webapps/hawtio/css/codemirror/themes/xq-dark.css
+lib/activemq/webapps/hawtio/font/FontAwesome.otf
+lib/activemq/webapps/hawtio/font/fontawesome-webfont.eot
+lib/activemq/webapps/hawtio/font/fontawesome-webfont.svg
+lib/activemq/webapps/hawtio/font/fontawesome-webfont.ttf
+lib/activemq/webapps/hawtio/font/fontawesome-webfont.woff
+lib/activemq/webapps/hawtio/img/ajax-loader.gif
+lib/activemq/webapps/hawtio/img/fire.jpg
+lib/activemq/webapps/hawtio/img/logo-16px.png
+lib/activemq/webapps/hawtio/img/logo.png
+lib/activemq/webapps/hawtio/img/spacer.gif
+lib/activemq/webapps/hawtio/img/branding/RHJB_Fuse_UXlogotype_0513LL_white.svg
+lib/activemq/webapps/hawtio/img/branding/RH_JBoss_AMQ_logotype_interface_LL_white.svg
+lib/activemq/webapps/hawtio/img/branding/checkbox-background-checked.png
+lib/activemq/webapps/hawtio/img/branding/checkbox-background-hover.png
+lib/activemq/webapps/hawtio/img/branding/checkbox-background.png
+lib/activemq/webapps/hawtio/img/branding/input-background.png
+lib/activemq/webapps/hawtio/img/branding/login-screen-background.jpg
+lib/activemq/webapps/hawtio/img/branding/login-screen-logo.png
+lib/activemq/webapps/hawtio/img/datatable/insert.png
+lib/activemq/webapps/hawtio/img/datatable/sort_asc.png
+lib/activemq/webapps/hawtio/img/datatable/sort_asc_disabled.png
+lib/activemq/webapps/hawtio/img/datatable/sort_both.png
+lib/activemq/webapps/hawtio/img/datatable/sort_desc.png
+lib/activemq/webapps/hawtio/img/datatable/sort_desc_disabled.png
+lib/activemq/webapps/hawtio/img/dots/gray-dot.png
+lib/activemq/webapps/hawtio/img/dots/green-dot.png
+lib/activemq/webapps/hawtio/img/dots/pending.gif
+lib/activemq/webapps/hawtio/img/dots/red-dot.png
+lib/activemq/webapps/hawtio/img/dots/spacer.gif
+lib/activemq/webapps/hawtio/img/dots/yellow-dot.png
+lib/activemq/webapps/hawtio/img/dynatree/icons.gif
+lib/activemq/webapps/hawtio/img/dynatree/loading.gif
+lib/activemq/webapps/hawtio/lib/ColReorder.min.js
+lib/activemq/webapps/hawtio/lib/KeyTable.min.js
+lib/activemq/webapps/hawtio/lib/angular-bootstrap-prettify.min.js
+lib/activemq/webapps/hawtio/lib/angular-bootstrap.min.js
+lib/activemq/webapps/hawtio/lib/angular-cookies.min.js
+lib/activemq/webapps/hawtio/lib/angular-dragdrop.min.js
+lib/activemq/webapps/hawtio/lib/angular-loader.min.js
+lib/activemq/webapps/hawtio/lib/angular-resource.min.js
+lib/activemq/webapps/hawtio/lib/angular-sanitize.min.js
+lib/activemq/webapps/hawtio/lib/angular-ui.js
+lib/activemq/webapps/hawtio/lib/angular.js
+lib/activemq/webapps/hawtio/lib/angular.min.js
+lib/activemq/webapps/hawtio/lib/bootstrap.js
+lib/activemq/webapps/hawtio/lib/bootstrap.min.js
+lib/activemq/webapps/hawtio/lib/cubism.v1.min.js
+lib/activemq/webapps/hawtio/lib/d3.min.js
+lib/activemq/webapps/hawtio/lib/d3.v3.min.js
+lib/activemq/webapps/hawtio/lib/dagre.min.js
+lib/activemq/webapps/hawtio/lib/dangle.min.js
+lib/activemq/webapps/hawtio/lib/dmr.js.nocache.js
+lib/activemq/webapps/hawtio/lib/elastic-angular-client.min.js
+lib/activemq/webapps/hawtio/lib/elastic.min.js
+lib/activemq/webapps/hawtio/lib/html5shiv.js
+lib/activemq/webapps/hawtio/lib/javascript-cubism.js
+lib/activemq/webapps/hawtio/lib/jolokia-cubism-min.js
+lib/activemq/webapps/hawtio/lib/jolokia-min.js
+lib/activemq/webapps/hawtio/lib/jolokia-simple-min.js
+lib/activemq/webapps/hawtio/lib/jquery-1.8.2.min.js
+lib/activemq/webapps/hawtio/lib/jquery-ui.custom.min.js
+lib/activemq/webapps/hawtio/lib/jquery.backstretch.min.js
+lib/activemq/webapps/hawtio/lib/jquery.cookie.js
+lib/activemq/webapps/hawtio/lib/jquery.dataTables.min.js
+lib/activemq/webapps/hawtio/lib/jquery.datatable-bootstrap.js
+lib/activemq/webapps/hawtio/lib/jquery.dynatree.min.js
+lib/activemq/webapps/hawtio/lib/jquery.form.min.js
+lib/activemq/webapps/hawtio/lib/jquery.gridster.min.js
+lib/activemq/webapps/hawtio/lib/jquery.gridster.with-extras.min.js
+lib/activemq/webapps/hawtio/lib/jquery.jsPlumb-1.4.1-all-min.js
+lib/activemq/webapps/hawtio/lib/jquery.xml2json.js
+lib/activemq/webapps/hawtio/lib/json2-min.js
+lib/activemq/webapps/hawtio/lib/jsuri-1.1.1.min.js
+lib/activemq/webapps/hawtio/lib/less-1.3.3.min.js
+lib/activemq/webapps/hawtio/lib/marked.js

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312233.r9VMXcJU090246>