git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-20 08:45:34 +00:00
parent eedb091f83
commit 11e6f88ded
3 changed files with 11 additions and 30 deletions

View File

@ -1,8 +1,8 @@
Welcome to the ActiveMQ Web Console Welcome to the ActiveMQ Web Console
To run the console you must install a recent distro of Maven To run the console you must install a recent distro of Apache Maven
such as version 2.0.4 or later such as version 3.0.4 or later
http://maven.apache.org/ http://maven.apache.org/

View File

@ -30,6 +30,10 @@
<name>ActiveMQ :: Web Console</name> <name>ActiveMQ :: Web Console</name>
<description>Web Console for ActiveMQ</description> <description>Web Console for ActiveMQ</description>
<properties>
<jetty.port>8080</jetty.port>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@ -239,20 +243,6 @@
<version>3.1.1</version> <version>3.1.1</version>
</dependency> </dependency>
<!-- enable commons-logging when inside jetty6:run -->
<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl104-over-slf4j</artifactId>
<version>1.5.0</version>
</dependency>
-->
<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
</dependency>
-->
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
@ -310,13 +300,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
<properties>
<jetty.port>8080</jetty.port>
<!-- <activemq.osgi.dynamic.import>
javax.naming,
org.xml.*,
javax.xml.*,
org.w3c.*,
</activemq.osgi.dynamic.import> -->
</properties>
</project> </project>

View File

@ -20,9 +20,9 @@
xmlns:amq="http://activemq.apache.org/schema/core" xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:osgi="http://www.springframework.org/schema/osgi" xmlns:osgi="http://www.springframework.org/schema/osgi"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd
http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd"> http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">