You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
8
9
9
### Where to start?
10
10
11
-
If you want to create something from scratch quickly, take a look at the tutorials:
11
+
-If you want to create something from scratch quickly, take a look at the tutorials:
12
12
[first Equinox app](../../wiki/Create-first-Equinox-app), [first RCP app](../../wiki/Create-first-RCP-app) and [first IDE app](../../wiki/Create-first-IDE-app).
13
13
14
-
If you already have bunch of existing Eclipse plugins and apps, consider [converting them to Gradle/Wuff](../../wiki/Convert-existing-Eclipse-plugins-and-apps-to-Gradle).
14
+
-If you already have bunch of existing Eclipse plugins and apps, consider [converting them to Gradle/Wuff](../../wiki/Convert-existing-Eclipse-plugins-and-apps-to-Gradle).
15
15
16
-
You can systematically learn all about Wuff at [wiki pages](../../wiki).
16
+
-You can systematically learn all about Wuff at [wiki pages](../../wiki).
17
17
18
-
If you already use Wuff, it is always a good idea to look in [what's new](whatsnew.md) file.
18
+
-If you already use Wuff, it is always a good idea to look in [what's new](whatsnew.md) file.
0 commit comments