Author: orudyy
Date: Tue Jan 27 16:04:13 2015
New Revision: 1655067
URL: http://svn.apache.org/r1655067
Log:
QPID-6337: [Java Broker] Upgrade Dojo version to 1.10.3
Modified:
qpid/trunk/qpid/java/broker-plugins/management-http/pom.xml
Modified: qpid/trunk/qpid/java/broker-plugins/management-http/pom.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-plugins/management-http/pom.xml?rev=1655067&r1=1655066&r2=1655067&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker-plugins/management-http/pom.xml (original)
+++ qpid/trunk/qpid/java/broker-plugins/management-http/pom.xml Tue Jan 27
16:04:13 2015
@@ -29,6 +29,10 @@
<name>Qpid HTTP Management Broker Plug-in</name>
<description>HTTP Management broker plug-in</description>
+ <properties>
+ <dojo-version>1.10.3</dojo-version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.apache.qpid</groupId>
@@ -84,6 +88,7 @@
<groupId>org.dojotoolkit</groupId>
<artifactId>dojo</artifactId>
<version>${dojo-version}</version>
+ <classifier>distribution</classifier>
<type>zip</type>
</dependency>
@@ -124,7 +129,7 @@
it gets picked up when using classpath wildcard
expansion, which only collects .jar files -->
<manifestEntries>
- <Class-Path>dojo-${dojo-version}.zip</Class-Path>
+ <Class-Path>dojo-${dojo-version}-distribution.zip</Class-Path>
</manifestEntries>
</archive>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]