Author: robbie
Date: Mon Apr 21 15:47:51 2014
New Revision: 1588909
URL: http://svn.apache.org/r1588909
Log:
QPID-5048: update to use the current antrun-plugin configuration syntax
merge from trunk r1588905
Modified:
qpid/branches/0.28/qpid/java/ (props changed)
qpid/branches/0.28/qpid/java/pom.xml
Propchange: qpid/branches/0.28/qpid/java/
------------------------------------------------------------------------------
Merged /qpid/trunk/qpid/java:r1588905
Modified: qpid/branches/0.28/qpid/java/pom.xml
URL:
http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/pom.xml?rev=1588909&r1=1588908&r2=1588909&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/pom.xml (original)
+++ qpid/branches/0.28/qpid/java/pom.xml Mon Apr 21 15:47:51 2014
@@ -168,7 +168,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<echo>Qpid Test Profile Properties</echo>
<echo>[profile] ${profile}</echo>
<echo>[profile.broker.language]
${profile.broker.language}</echo>
@@ -181,7 +181,7 @@
<echo>[profile.broker.virtualhosts-config]
${profile.broker.virtualhosts-config}</echo>
<echo>[profile.broker.persistent]
${profile.broker.persistent}</echo>
<echo>[profile.messagestore.class.name]
${profile.messagestore.class.name}</echo>
- </tasks>
+ </target>
</configuration>
</execution>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]