include eclipse jdt to make activemq-web-console jetty:run work again

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1307487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2012-03-30 15:49:31 +00:00
parent 6110e16f28
commit 401f768414
1 changed files with 6 additions and 1 deletions

View File

@ -220,7 +220,12 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1-glassfish</artifactId>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
</dependency>
<!-- enable commons-logging when inside jetty6:run -->
<!--