Skip to content

Commit

Permalink
Rename cloudfoundry-identity-models -> cloudfoundry-identity-model
Browse files Browse the repository at this point in the history
- Delete gatling/

[#110098890] https://www.pivotaltracker.com/story/show/110098890

Signed-off-by: Paul Warren <paul.warren@emc.com>
  • Loading branch information
jlo authored and Paul Warren committed Dec 14, 2015
1 parent 28c6ecd commit e449a71
Show file tree
Hide file tree
Showing 102 changed files with 15 additions and 14,516 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -259,7 +259,7 @@ project.gradle.taskGraph.whenReady { TaskExecutionGraph graph ->

apply plugin: 'com.github.kt3k.coveralls'

Project identityModels = subprojects.find { it.name.equals('cloudfoundry-identity-models') }
Project identityModel = subprojects.find { it.name.equals('cloudfoundry-identity-model') }
Project identityCommon = subprojects.find { it.name.equals('cloudfoundry-identity-common') }
Project identityScim = subprojects.find { it.name.equals('cloudfoundry-identity-scim') }
Project identityLogin = subprojects.find { it.name.equals('cloudfoundry-identity-login') }
Expand Down
8 changes: 4 additions & 4 deletions client-lib/build.gradle
@@ -1,12 +1,12 @@
Project identityModels = parent.subprojects.find { it.name.equals('cloudfoundry-identity-models') }
Project identityModel = parent.subprojects.find { it.name.equals('cloudfoundry-identity-model') }

description = 'CloudFoundry Identity Client Library Jar'

dependencies {
compile identityModels
compile identityModel
testCompile group: 'junit', name: 'junit', version:parent.junitVersion
testCompile identityModels.configurations.testCompile.dependencies
testCompile identityModels.sourceSets.test.output
testCompile identityModel.configurations.testCompile.dependencies
testCompile identityModel.sourceSets.test.output
}

processResources {
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
@@ -1,9 +1,9 @@
Project identityModels = parent.subprojects.find { it.name.equals('cloudfoundry-identity-models') }
Project identityModel = parent.subprojects.find { it.name.equals('cloudfoundry-identity-model') }

description = 'CloudFoundry Identity Common Jar'

dependencies {
compile identityModels
compile identityModel
compile group: 'org.passay', name: 'passay', version:'1.0'
compile group: 'com.google.guava', name: 'guava', version: '18.0'
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version:parent.bcpkixVersion
Expand Down
69 changes: 0 additions & 69 deletions gatling/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions gatling/gatling

This file was deleted.

59 changes: 0 additions & 59 deletions gatling/project/Build.scala

This file was deleted.

1 change: 0 additions & 1 deletion gatling/src/main/ab/login_marissa.txt

This file was deleted.

9 changes: 0 additions & 9 deletions gatling/src/main/resources/application.conf

This file was deleted.

0 comments on commit e449a71

Please sign in to comment.