Dear all,
I checked out the xeclipse source codes from github and created a branch
(fix_xeclipse_150) for it.
Based on that branch, the build scripts for XWiki Eclipse have been
created using maven + tycho.
The command "maven clean install" can do the following things:
1. generates product for multiple target platforms (linux+win 32bit) and
the binary files can launch successfully.
2. generate p2 repository
3. generate update site
Now my question is how to create a patch using git or Egit in Eclipse.
From my understanding from googling around, a patch in git can only be
created after several commits, which is different to SVN.
Since I do not have commits permission, I am not sure how to create a
patch against the master branch.
A zip file containing the whole project can be found in this link:
http://dl.dropbox.com/u/3466762/xwiki/xwiki-eclipse-b150.zip
Best regards
Jun Han