Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@

Wuff is a gradle plugin for developing and assembling OSGi/Eclipse applications and plugins *independently* of Eclipse-IDE. If you are familiar with [Eclipse Tycho](https://www.eclipse.org/tycho/), then think of Wuff as a gradle-based alternative.

#### What's new :star:

### Version 0.0.20

- introduced publicLib configuration for eclipse bundles and applications.

### Version 0.0.19

- implemented consistent interpretation of 'provided' configuration: all artifacts in provided are visible at compile-time, but excluded from application bundles

- introduced requireBundle mechanism for wrapped libs

### Version 0.0.18

- Using unpuzzle 0.0.22, which incorporates pull request "ArchiveUnpacker now preserves "executable" permissions in Tar and Zip" ( https://github.com/akhikhl/unpuzzle/pull/8 )

### Where to start?

- If you are new to Wuff, start your acquaintance with [main features](../../wiki/Main-features).
Expand All @@ -45,6 +29,24 @@ Wuff is a gradle plugin for developing and assembling OSGi/Eclipse applications

See more information on [prerequisites and usage](../../wiki/Prerequisites-and-usage) wiki page.

#### What's new :star:

### Version 0.0.20

- introduced publicLib configuration for eclipse bundles and applications.

### Version 0.0.19

- implemented consistent interpretation of 'provided' configuration: all artifacts in provided are visible at compile-time, but excluded from application bundles

- introduced requireBundle mechanism for wrapped libs

### Version 0.0.18

- Using unpuzzle 0.0.22, which incorporates pull request "ArchiveUnpacker now preserves "executable" permissions in Tar and Zip" ( https://github.com/akhikhl/unpuzzle/pull/8 )



### Copyright and License

Copyright 2014-2015 (c) Andrey Hihlovskiy and contributors
Expand Down