You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/10/01 22:30:37 UTC

svn commit: r1392568 - /activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am

Author: tabish
Date: Mon Oct  1 20:30:36 2012
New Revision: 1392568

URL: http://svn.apache.org/viewvc?rev=1392568&view=rev
Log:
Replace with generated version. 

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am?rev=1392568&r1=1392567&r2=1392568&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test-benchmarks/Makefile.am Mon Oct  1 20:30:36 2012
@@ -25,13 +25,13 @@ cc_sources = \
     decaf/io/DataOutputStreamBenchmark.cpp \
     decaf/lang/BooleanBenchmark.cpp \
     decaf/lang/ThreadBenchmark.cpp \
-    decaf/util/LinkedListBenchmark.cpp \
-    decaf/util/StlMapBenchmark.cpp \
     decaf/util/HashMapBenchmark.cpp \
+    decaf/util/LinkedListBenchmark.cpp \
     decaf/util/PropertiesBenchmark.cpp \
     decaf/util/QueueBenchmark.cpp \
     decaf/util/SetBenchmark.cpp \
     decaf/util/StlListBenchmark.cpp \
+    decaf/util/StlMapBenchmark.cpp \
     main.cpp \
     testRegistry.cpp
 
@@ -47,13 +47,13 @@ h_sources = \
     decaf/io/DataOutputStreamBenchmark.h \
     decaf/lang/BooleanBenchmark.h \
     decaf/lang/ThreadBenchmark.h \
-    decaf/util/LinkedListBenchmark.h \
-    decaf/util/StlMapBenchmark.h \
     decaf/util/HashMapBenchmark.h \
+    decaf/util/LinkedListBenchmark.h \
     decaf/util/PropertiesBenchmark.h \
     decaf/util/QueueBenchmark.h \
     decaf/util/SetBenchmark.h \
-    decaf/util/StlListBenchmark.h
+    decaf/util/StlListBenchmark.h \
+    decaf/util/StlMapBenchmark.h
 
 
 ## Compile this as part of make check