From: Sebastian M. <seb...@un...> - 2007-10-23 10:44:30
|
Hey all I'm a little bit confused about this commit. Could it be that the logmessage is wrong? Can you please give us a general status report of whats going on there? Perhaps someone can help? Thanks, Sebastian. PS I'm practising here what is called "conspicuous code review". see http://producingoss.com/en/setting-tone.html#code-review Please feel encouraged to review my commits too. (subscribe to the vimplugin-commits list) Am Mon, 22 Oct 2007 10:39:09 -0700 schrieb kri...@us...: > Log Message: > ----------- > New MinGW and Solaris scripts > > Modified Paths: > -------------- > branches/eclimplugin/eeedit/eeedit/src/org/vimplugin/VimPlugin.java > > Modified: > branches/eclimplugin/eeedit/eeedit/src/org/vimplugin/VimPlugin.java > =================================================================== > --- > branches/eclimplugin/eeedit/eeedit/src/org/vimplugin/VimPlugin.java > 2007-10-21 22:17:28 UTC (rev 169) +++ > branches/eclimplugin/eeedit/eeedit/src/org/vimplugin/VimPlugin.java > 2007-10-22 17:39:09 UTC (rev 170) @@ -26,6 +26,8 @@ > * The shared instance. > */ > private static VimPlugin plugin; > + > + private static org.eclim.eclipse.EclimApplication eclim; > > /** > * ID of the default Vim instance. > @@ -79,6 +81,7 @@ > */ > public VimPlugin() { > plugin = this; > + eclim = new org.eclim.eclipse.EclimApplication (); > new UtilFunctions(); > } |