-
Notifications
You must be signed in to change notification settings - Fork 51
Home
Andrey Hihlovskiy edited this page Jul 2, 2014
·
87 revisions
Welcome to Wuff wiki!
- Programming Equinox apps
- Programming RCP apps
- Programming IDE apps
- Programming SWT apps
- Programming manifests
- Convert existing Eclipse plugins and apps to Gradle
- Default "plugin.xml"
- "plugin.xml" for Eclipse bundle
- "plugin.xml" for Equinox app
- "plugin.xml" for RCP app
- "plugin.xml" for IDE app
- "plugin.xml" expression injection
- OSGi dependencies challenge
- Mavenizing OSGi bundles
- Wrapping non-OSGi libraries
- PrivateLib configuration
You may clone the wiki, edit, push over your own, then open an issue to act as a pull request.
git clone [email protected]:akhikhl/wuff.wiki.git
# substitute origin with your own
cd wuff.wiki
git remote rm origin
git remote add origin [email protected]:<YOUR_USERNAME>/wuff.wiki.git