You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jg...@apache.org on 2006/01/10 09:56:05 UTC

svn commit: r367528 - /incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java

Author: jgapuz
Date: Tue Jan 10 00:55:42 2006
New Revision: 367528

URL: http://svn.apache.org/viewcvs?rev=367528&view=rev
Log:
- updated file due to ActiveMQ package changes.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java

Modified: incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java?rev=367528&r1=367527&r2=367528&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java (original)
+++ incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/bpel/JMSClient.java Tue Jan 10 00:55:42 2006
@@ -22,8 +22,8 @@
 import javax.jms.TopicConnection;
 import javax.jms.TopicRequestor;
 import javax.jms.TopicSession;
-import org.activemq.ActiveMQConnectionFactory;
-import org.activemq.message.ActiveMQTopic;
+import org.apache.activemq.ActiveMQConnectionFactory;
+import org.apache.activemq.command.ActiveMQTopic;
 
 /**
  * @version $Revision$