Skip to content

Commit

Permalink
Moved projections from package de.oneos to org.cqrest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Oct 8, 2014
1 parent 3750bee commit a6fc6e3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.projections
package org.cqrest.projections

import org.apache.commons.logging.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package de.oneos.projections
package org.cqrest.projections

import org.apache.commons.logging.Log
import org.apache.commons.logging.LogFactory

import de.oneos.eventsourcing.EventEnvelope
import org.cqrest.eventsourcing.EventEnvelope


class Resource<T> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package de.oneos.projections
package org.cqrest.projections

import rx.lang.groovy.GroovyFunctionWrapper
import rx.observables.GroupedObservable
import rx.util.functions.Func2

import de.oneos.eventsourcing.EventEnvelope
import org.cqrest.eventsourcing.EventEnvelope


class ResourceAwareObservable<T> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.projections
package org.cqrest.projections

import org.apache.commons.logging.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.projections
package org.cqrest.projections

import groovy.transform.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.oneos.projections
package org.cqrest.projections

import groovy.transform.Canonical
import org.junit.Test
Expand Down

0 comments on commit a6fc6e3

Please sign in to comment.