Skip to content

Commit fad8f74

Browse files
Merge pull request #950 from Acardiac/eclipse-pde-support
Add support for Eclipse PDE
2 parents a0ebbc7 + a455b69 commit fad8f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rxjava-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jar {
2929
instruction 'Bundle-Vendor', 'Netflix'
3030
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
3131
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
32+
instruction 'Eclipse-ExtensibleAPI', 'true'
3233
}
3334
}
3435

0 commit comments

Comments
 (0)