-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge broadcaster and pipeline (#38)
* Merging broadcaster and pipeline to use routing slip, with header controlling the exchange pattern. * Removing pipeline now that we've merged * Un derping the bad upstream pull * Checkstyle fixees
- Loading branch information
Showing
8 changed files
with
14 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
islandora-connector-pipeline/src/main/cfg/ca.islandora.alpaca.connector.pipeline.cfg
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
...nnector-pipeline/src/main/java/ca/islandora/alpaca/connector/pipeline/PipelineRouter.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
islandora-connector-pipeline/src/main/resources/OSGI-INF/blueprint/blueprint.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
include ':islandora-karaf' | ||
include ':islandora-indexing-triplestore' | ||
include ':islandora-connector-broadcast' | ||
include ':islandora-connector-pipeline' | ||
|
||
project(':islandora-karaf').projectDir = "$rootDir/karaf" as File | ||
project(':islandora-indexing-triplestore').projectDir = "$rootDir/islandora-indexing-triplestore" as File | ||
project(':islandora-connector-broadcast').projectDir = "$rootDir/islandora-connector-broadcast" as File | ||
project(':islandora-connector-pipeline').projectDir = "$rootDir/islandora-connector-pipeline" as File |