You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/02/06 15:14:38 UTC

svn commit: r504143 - in /incubator/qpid/branches/perftesting/qpid/java: AppliedPatches.txt distribution/pom.xml

Author: ritchiem
Date: Tue Feb  6 06:14:37 2007
New Revision: 504143

URL: http://svn.apache.org/viewvc?view=rev&rev=504143
Log:
Forgot to update AppliedPatches.txt

Modified:
    incubator/qpid/branches/perftesting/qpid/java/AppliedPatches.txt
    incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml

Modified: incubator/qpid/branches/perftesting/qpid/java/AppliedPatches.txt
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/perftesting/qpid/java/AppliedPatches.txt?view=diff&rev=504143&r1=504142&r2=504143
==============================================================================
--- incubator/qpid/branches/perftesting/qpid/java/AppliedPatches.txt (original)
+++ incubator/qpid/branches/perftesting/qpid/java/AppliedPatches.txt Tue Feb  6 06:14:37 2007
@@ -3,7 +3,7 @@
 	- Hard coded to return 0
 
 -Latest Revision-
-503646,502576.499979
+504112,503646,502576.499979
 
 -Not Done-
 502610 QPID-84 UPdate PropertiesFileInitialContextFactoryTest Remove referencetest
@@ -67,6 +67,10 @@
 	* DeliveryManager Queue data size counting.
 
 -Done-
+504112 MNGMT Console fix for brokers with no virtualhost impl.
+504025 MNGMT compile fix
+503790 MNGMT QIPD-326 AMQQueueMBean update MaximumMessageAge
+503706 MNGMT QPID-213 boolean types made a check box.
 503646 local repository removed
 503637 Junit-toolkit update
 503609 Updated to performacen test to allow the use of shared destinations.

Modified: incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml?view=diff&rev=504143&r1=504142&r2=504143
==============================================================================
--- incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml (original)
+++ incubator/qpid/branches/perftesting/qpid/java/distribution/pom.xml Tue Feb  6 06:14:37 2007
@@ -38,6 +38,7 @@
         <java.source.version>1.5</java.source.version>
         <qpid.version>${pom.version}</qpid.version>
         <qpid.targetDir>${project.build.directory}</qpid.targetDir>
+		<release.revision>-r504143</release.revision>
     </properties>
    
     <repositories>
@@ -124,7 +125,7 @@
                                 <descriptor>src/main/assembly/management-eclipse-plugin.xml</descriptor>
                                 <descriptor>src/main/assembly/management-eclipse-plugin-unix.xml</descriptor>
                             </descriptors>
-                            <finalName>qpid-${pom.version}-r500219</finalName>
+                            <finalName>qpid-${pom.version}${release.revision}</finalName>
                         </configuration>
                     </execution>
                 </executions>
@@ -190,7 +191,7 @@
                                 <descriptors>
                                     <descriptor>src/main/assembly/bin-test.xml</descriptor>
                                 </descriptors>
-                                <finalName>qpid-${pom.version}-r500219</finalName>
+                                <finalName>qpid-${pom.version}${release.revision}</finalName>
                             </configuration>
                         </execution>
                         </executions>