PreviousNextTracker indexSee it online !

(122/212) 333 - Replace LatestVersion with Updater plugin

LatestVersion plugin is obsolete. Updater works.
We should get rid of LatestVersion and package Updater with core.

Submitted ezust - 2010-02-13 21:41:43 Assigned
Priority 7 Labels
Status open Group None
Resolution None

Comments

2010-02-13 23:06:45
ezust

Well, I started working on this.
The approach I took was, to first svn propedit svn:externals in the "jars" directory,
and I added Updater to that.
But then I realized CommonControls is needed by Updater.
So that would mean we need to roll CommonControls into jEdit core too.
So I added that to the jars also as an svn externals, But now the problem is,
what happens when a newer version is available on the plugin manager? Then there will be 2 installed copies in different folders, so I have not yet determined how to resolve that issue.

2010-02-16 23:23:26
ezust

removed latest version from trunk.