Skip to content

Releases: akhikhl/wuff

release version 0.0.18

16 Sep 11:21
Compare
Choose a tag to compare
v0.0.18

release version 0.0.18

release version 0.0.17

16 Sep 09:29
Compare
Choose a tag to compare
v0.0.17

release version 0.0.17

Version 0.0.10

28 Jun 19:19
Compare
Choose a tag to compare
  • Introduced support of Eclipse 4.4 Luna.
  • Introduced product generation for Mac OS X.

Version 0.0.7

22 Jun 10:10
Compare
Choose a tag to compare

Introduced Mac OSX support

Version 0.0.5

08 May 13:34
Compare
Choose a tag to compare

Bug fixes:

  • task "cleanEclipse" was renamed to "purgeEclipse" to avoid conflict with other similarly named task from another gradle plugin.

Other improvements:

  • new task "uninstallAllEclipseVersions" was implemented.

Version 0.0.4

08 May 11:15
Compare
Choose a tag to compare

Bug fixes:

  • added missing dependency of equinox apps on org.eclipse.osgi.services.
  • now writing property org.osgi.framework.executionenvironment to config.ini in order to fix loading of groovy-all 2.3.0.
  • fixed incompatibility between eclipse 3.7.x and eclipse 4.x: rcp/ide application would not start because of the missing bundle org.eclipse.ui.views, if some bundle implements org.eclipse.ui.views extension point. Fix: org.eclipse.ui.views bundle is now automatically added to Required-Bundle and dependencies as needed.

Other Improvements:

  • org.osgi.framework.executionenvironment could be set in wuff config via project.ext.osgiExecutionEnvironment in concrete module (equinoxApp, for example).

Version 0.0.3

07 May 19:38
Compare
Choose a tag to compare

Fixed bug: OSGi-manifests of wrapped libraries did not contain Export-Package instruction

Version 0.0.1

05 May 04:51
Compare
Choose a tag to compare

The very first release!