Committed by
Gerrit Code Review
Changing malfunctioning bundle plugin
Change-Id: I592307b2167335a608427cc42f52527ff70eb826
Showing
1 changed file
with
1 additions
and
7 deletions
| ... | @@ -47,14 +47,8 @@ | ... | @@ -47,14 +47,8 @@ |
| 47 | <configuration> | 47 | <configuration> |
| 48 | <instructions> | 48 | <instructions> |
| 49 | <Export-Package> | 49 | <Export-Package> |
| 50 | - io.atomix.catalyst.serializer;version="1.0.0-rc4", | 50 | + io.atomix.catalyst.* |
| 51 | - io.atomix.catalyst.buffer;version="1.0.0-rc4", | ||
| 52 | - io.atomix.catalyst.transport;version="1.0.0-rc4", | ||
| 53 | </Export-Package> | 51 | </Export-Package> |
| 54 | - <Private-Package> | ||
| 55 | - io.atomix.catalyst.*;version="1.0.0-rc4" | ||
| 56 | - </Private-Package> | ||
| 57 | - | ||
| 58 | </instructions> | 52 | </instructions> |
| 59 | </configuration> | 53 | </configuration> |
| 60 | </plugin> | 54 | </plugin> | ... | ... |
-
Please register or login to post a comment