Skip to content

Commit

Permalink
Revert "Add OSGi import instruction to on all packages (#29)"
Browse files Browse the repository at this point in the history
Not sure why this fails on travis but runs locally. I'll have to retry
piecemeal...

This reverts commit 98a7282.
  • Loading branch information
ben-manes committed Sep 26, 2015
1 parent 704b1b7 commit 3e2526d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: java
sudo: true
sudo: false

jdk:
- oraclejdk8
Expand Down
6 changes: 0 additions & 6 deletions guava/build.gradle
Expand Up @@ -14,12 +14,6 @@ dependencies {
}

bundle {
instruction 'Import-Package', [
'com.github.benmanes.caffeine',
'com.github.benmanes.caffeine.base',
'com.github.benmanes.caffeine.cache',
'com.github.benmanes.caffeine.cache.stats',
].join(';')
instruction 'Export-Package', 'com.github.benmanes.caffeine.guava.*'
}

Expand Down
6 changes: 0 additions & 6 deletions jcache/build.gradle
Expand Up @@ -25,12 +25,6 @@ dependencies {
}

bundle {
instruction 'Import-Package', [
'com.github.benmanes.caffeine',
'com.github.benmanes.caffeine.base',
'com.github.benmanes.caffeine.cache',
'com.github.benmanes.caffeine.cache.stats',
].join(';')
instruction 'Export-Package', 'com.github.benmanes.caffeine.jcache.*'
}

Expand Down
4 changes: 0 additions & 4 deletions simulator/build.gradle
Expand Up @@ -28,10 +28,6 @@ test {
}

bundle {
instruction 'Import-Package', [
'com.github.benmanes.caffeine.cache.tracing',
'com.github.benmanes.caffeine.cache.tracing.async',
].join(';')
instruction 'Export-Package', [
'com.github.benmanes.caffeine.simulator',
'com.github.benmanes.caffeine.simulator.admission',
Expand Down
1 change: 0 additions & 1 deletion tracing/async/build.gradle
Expand Up @@ -14,6 +14,5 @@ test {
}

bundle {
instruction 'Import-Package', 'com.github.benmanes.caffeine.cache.tracing'
instruction 'Export-Package', 'com.github.benmanes.caffeine.cache.tracing.async.*'
}

0 comments on commit 3e2526d

Please sign in to comment.