Skip to content
jeeeyul edited this page Aug 23, 2012 · 30 revisions

Warning

This plugin contains some API contract violations. The reasons are:

  • Limited SWT CSS Support.
  • High cohesiveness on SWT widgets and their look.
  • Absent of officially published APIs

Inspect Points

How to Build

  1. You need your own Key Store to sign build result.
keytool -keystore keystore -genkey -alias YOUR_KEY_NAME
  1. Follow keytool's instruction, it's easy. If done, you can see file "keystore" is generated.
  2. Replace "keystore" file in build project(net.jeeeyul.eclipse.themes.build) with yours.
  3. Create "keystore.properties" on build project, insert content likes:
sign-alias=YOUR_KEY_NAME
storepass=YOUR_KEY_STORE_PASSWORD
keypass=YOUR_KEY_PASSWORD
  1. Right click "release-build.launch" in build project, then select "Debug as / release-build"
  2. P2 repository will be created on "build-project/build/repo"

Clone this wiki locally