Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.

Commit 384646c

Browse files
committed
Renamed and resttructured project to allign with other Scala DSL efforts
1 parent 098c09c commit 384646c

File tree

49 files changed

+22
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+22
-17
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ subprojects { subproject ->
5050
dependencies {
5151

5252
// Libraries needed for scala api
53-
compile 'org.scala-lang:scala-library:2.9.1'
53+
compile 'org.scala-lang:scala-library:2.9.2'
5454

5555
// Libraries needed to run the scala tools
56-
scalaTools 'org.scala-lang:scala-compiler:2.9.1'
57-
scalaTools 'org.scala-lang:scala-library:2.9.1'
56+
scalaTools 'org.scala-lang:scala-compiler:2.9.2'
57+
scalaTools 'org.scala-lang:scala-library:2.9.2'
5858

5959
testCompile "junit:junit-dep:$junitVersion"
6060
testCompile "log4j:log4j:$log4jVersion"
@@ -63,7 +63,7 @@ subprojects { subproject ->
6363
}
6464
}
6565

66-
project('spring-integration-scala-core') {
66+
project('spring-integration-dsl-scala-core') {
6767
description = 'Spring Integration Scala Core'
6868
dependencies {
6969
// dependent libraries
@@ -72,10 +72,10 @@ project('spring-integration-scala-core') {
7272
}
7373
}
7474

75-
project('spring-integration-scala-jms') {
75+
project('spring-integration-dsl-scala-jms') {
7676
description = 'Spring Integration Scala JMS'
7777
dependencies {
78-
compile project(":spring-integration-scala-core")
78+
compile project(":spring-integration-dsl-scala-core")
7979
compile "org.springframework.integration:spring-integration-jms:$springintegrationVersion"
8080
compile ("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1")
8181

@@ -86,22 +86,22 @@ project('spring-integration-scala-jms') {
8686
}
8787
}
8888

89-
project('spring-integration-scala-gemfire') {
89+
project('spring-integration-dsl-scala-gemfire') {
9090
description = 'Spring Integration Scala GemFire'
9191
test {
9292
forkEvery = 1
9393
systemProperties['gemfire.disableShutdownHook'] = 'true'
9494
}
9595
dependencies {
96-
compile project(":spring-integration-scala-core")
96+
compile project(":spring-integration-dsl-scala-core")
9797
compile "org.springframework.integration:spring-integration-gemfire:$springintegrationVersion"
9898
}
9999
}
100100

101-
project('spring-integration-scala-http') {
101+
project('spring-integration-dsl-scala-http') {
102102
description = 'Spring Integration Scala HTTP'
103103
dependencies {
104-
compile project(":spring-integration-scala-core")
104+
compile project(":spring-integration-dsl-scala-core")
105105
compile "org.springframework.integration:spring-integration-http:$springintegrationVersion"
106106
}
107107
}

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
rootProject.name = 'spring-integration-scala'
1+
rootProject.name = 'spring-integration-dsl-scala'
22

3-
include 'spring-integration-scala-core'
4-
include 'spring-integration-scala-http'
5-
include 'spring-integration-scala-jms'
6-
include 'spring-integration-scala-gemfire'
3+
include 'spring-integration-dsl-scala-core'
4+
include 'spring-integration-dsl-scala-http'
5+
include 'spring-integration-dsl-scala-jms'
6+
include 'spring-integration-dsl-scala-gemfire'

spring-integration-scala-gemfire/vf.gf.dmn-events.txt renamed to spring-integration-dsl-scala-gemfire/vf.gf.dmn-events.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,8 @@
316316
2012-05-22T10:19:18,INFO,LicenseActivatedEvent,expirationDate=unset|expirationType=floating-eval|serialNumber=G04E0-MFK43-M8E1H-0ZARK-AV25A|allowedVersions=vf.gf.dmn-6|available=60
317317
2012-05-22T10:19:18,INFO,ComponentStateChangeEvent,instanceIdType=self|instanceId=self|timestamp=2012-05-22T10:19:18|state=on
318318
2012-05-22T10:19:18,INFO,UpdatedLicenseStateEvent,enforcement=soft|licenseType=local|expirationDate=2012-07-21T10:19:18|used=1|available=60|addons=vf.gf.evaluation
319+
2012-05-22T10:37:10,INFO,EventManagerStartedEvent,
320+
2012-05-22T10:37:10,INFO,LicenseActivatedEvent,expirationDate=unset|expirationType=floating-eval|serialNumber=G04E0-MFK43-M8E1H-0ZARK-AV25A|allowedVersions=vf.gf.dmn-6|available=60
321+
2012-05-22T10:37:10,INFO,LicenseActivatedEvent,expirationDate=unset|expirationType=floating-eval|serialNumber=G04E0-MFK43-M8E1H-0ZARK-AV25A|allowedVersions=vf.gf.dmn-6|available=60
322+
2012-05-22T10:37:10,INFO,ComponentStateChangeEvent,instanceIdType=self|instanceId=self|timestamp=2012-05-22T10:37:10|state=on
323+
2012-05-22T10:37:10,INFO,UpdatedLicenseStateEvent,enforcement=soft|licenseType=local|expirationDate=2012-07-21T10:37:10|used=1|available=60|addons=vf.gf.evaluation
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# vf.gf.dmn written May 22, 2012 10:37:10 AM EDT
2+
instance.self=self,on,1337697430465

spring-integration-scala-gemfire/vf.gf.dmn-license.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)