Skip to content

Commit

Permalink
Align group id with Karyon 1.x (com.netflix.karyon2 -> com.netflix.ka…
Browse files Browse the repository at this point in the history
…ryon).

Rename all modules to use karyon2 prefix.
  • Loading branch information
Tomasz Bak committed Jan 27, 2015
1 parent 39f5bd2 commit e72c244
Show file tree
Hide file tree
Showing 190 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {
apply plugin: 'nebula.provided-base'
apply plugin: "jacoco"

group = "com.netflix.karyon2"
group = "com.netflix.karyon"

repositories {
jcenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks.withType(Javadoc).each {

dependencies {
dependencies {
compile project(':karyon-admin-web')
compile project(':karyon2-admin-web')
compile "com.netflix.eureka:eureka-client:${eureka_version}"
}
}
Expand All @@ -46,7 +46,7 @@ idea {

jar {
manifest {
name = 'karyon-admin-eureka-plugin'
name = 'karyon2-admin-eureka-plugin'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
apply plugin: 'osgi'

dependencies {
compile project(':karyon-admin')
compile project(':karyon2-admin')
compile "org.apache.httpcomponents:httpclient:${apache_httpclient_version}"
compile 'com.google.code.gson:gson:2.1'
runtime 'org.freemarker:freemarker:2.3.15'
Expand All @@ -25,7 +25,7 @@ dependencies {

jar {
manifest {
name = 'karyon-admin-web'
name = 'karyon2-admin-web'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions karyon-admin/build.gradle → karyon2-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ apply plugin: 'osgi'

dependencies {
dependencies {
compile project(':karyon-core')
compile project(':karyon-governator')
compile project(':karyon2-core')
compile project(':karyon2-governator')
compile 'javax.ws.rs:jsr311-api:1.1.1'
compile 'javax.servlet:servlet-api:2.5'
compile 'org.eclipse.jetty:jetty-server:7.6.7.v20120910'
Expand All @@ -37,7 +37,7 @@ dependencies {

jar {
manifest {
name = 'karyon-admin'
name = 'karyon2-admin'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
apply plugin: 'osgi'

dependencies {
compile project(':karyon-governator')
compile project(':karyon2-governator')
compile 'com.netflix.archaius:archaius-core:0.6.3'
}

jar {
manifest {
name = 'karyon-archaius'
name = 'karyon2-archaius'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion karyon-core/build.gradle → karyon2-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

jar {
manifest {
name = 'karyon-core'
name = 'karyon2-core'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions karyon-eureka/build.gradle → karyon2-eureka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
apply plugin: 'osgi'

dependencies {
compile project(':karyon-governator')
compile project(':karyon2-governator')
compile 'com.netflix.eureka:eureka-client:1.1.146'
}

jar {
manifest {
name = 'karyon-eureka'
name = 'karyon2-eureka'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions karyon-examples/build.gradle → karyon2-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: 'application'

dependencies {
compile project(':karyon-admin-web')
compile project(':karyon-jersey-blocking')
compile project(':karyon-eureka')
compile project(':karyon-archaius')
compile project(':karyon-servo')
compile project(':karyon2-admin-web')
compile project(':karyon2-jersey-blocking')
compile project(':karyon2-eureka')
compile project(':karyon2-archaius')
compile project(':karyon2-servo')

compile 'org.codehaus.jettison:jettison:1.2'
compile 'com.google.inject:guice:3.0'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ apply plugin: 'osgi'

dependencies {
compile "com.netflix.governator:governator:${governator_version}"
compile project(':karyon-core')
compile project(':karyon2-core')
}

jar {
manifest {
name = 'karyon-governator'
name = 'karyon2-governator'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'osgi'

dependencies {
compile project(':karyon-governator')
compile project(':karyon2-governator')
compile 'com.google.guava:guava:14.0.1'
compile 'com.netflix.archaius:archaius-core:0.6.3'
compile "com.sun.jersey:jersey-core:${jersey_version}"
Expand All @@ -28,7 +28,7 @@ dependencies {

jar {
manifest {
name = 'karyon-jersey-blocking'
name = 'karyon2-jersey-blocking'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions karyon-servo/build.gradle → karyon2-servo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
apply plugin: 'osgi'

dependencies {
compile project(':karyon-governator')
compile project(':karyon2-governator')
compile "io.reactivex:rxnetty-servo:${rxnetty_version}"
}

jar {
manifest {
name = 'karyon-servo'
name = 'karyon2-servo'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/karyon'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
Expand Down
20 changes: 10 additions & 10 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
*/

rootProject.name='karyon'
include 'karyon-core', \
'karyon-governator', \
'karyon-eureka', \
'karyon-archaius', \
'karyon-servo', \
'karyon-admin', \
'karyon-admin-web', \
'karyon-admin-plugins:karyon-admin-eureka-plugin', \
'karyon-jersey-blocking', \
'karyon-examples'
include 'karyon2-core', \
'karyon2-governator', \
'karyon2-eureka', \
'karyon2-archaius', \
'karyon2-servo', \
'karyon2-admin', \
'karyon2-admin-web', \
'karyon2-admin-plugins:karyon2-admin-eureka-plugin', \
'karyon2-jersey-blocking', \
'karyon2-examples'

0 comments on commit e72c244

Please sign in to comment.