Skip to content

Commit fc7ea7c

Browse files
committed
Add OSGI manifest headers
1 parent a4ee426 commit fc7ea7c

12 files changed

Lines changed: 12 additions & 0 deletions

File tree

core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

gson/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

httpclient/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

hystrix/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

jackson-jaxb/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

jackson/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

jaxb/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
dependencies {
45
compile project(':feign-core')

jaxrs/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

okhttp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

ribbon/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'java'
2+
apply plugin: 'osgi'
23

34
sourceCompatibility = 1.6
45

0 commit comments

Comments
 (0)