Skip to content

Commit

Permalink
Renamed eventselection to eventbus
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Oct 8, 2014
1 parent 40bd6fc commit 86dac20
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/config-rabbitmq
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import com.rabbitmq.client.*
import org.apache.commons.logging.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import com.rabbitmq.client.*
import org.cqrest.eventsourcing.Correlation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.apache.commons.logging.*
import com.rabbitmq.client.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import groovy.json.*
import org.apache.commons.logging.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import com.rabbitmq.client.*
import org.cqrest.eventsourcing.Correlation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.apache.commons.logging.*
import com.rabbitmq.client.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import groovy.json.*
import org.apache.commons.logging.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.apache.commons.logging.Log
import org.apache.commons.logging.LogFactory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.cqrest.eventsourcing.EventProcessingException

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.junit.*
import static org.hamcrest.CoreMatchers.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.junit.*
import static org.junit.Assert.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import java.util.concurrent.CountDownLatch

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.cqrest.eventselection.amqp
package org.cqrest.eventbus.amqp

import org.cqrest.eventsourcing.*

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(
'eventstore-api-contracts',
'eventstore-inmemory',
'eventstore-springjdbc',
'eventselection-amqp',
'eventbus-amqp',
'projections',
'eventsourcing-test'
)

0 comments on commit 86dac20

Please sign in to comment.