Opened 14 years ago
Last modified 14 years ago
#181 accepted enhancement
Fix launching problems and upgrade to the 3.6 runtime
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | major | Milestone: | MS4: Future extensions |
Component: | unspecified | Version: | 1.0.0 |
Keywords: | Cc: |
Description
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
New commit by hheimbuerger (revision [581]):
[Partial fix for ticket #181] Made the deployment script more flexible, it's now able to create x64 distributions as well (the NSIS installer hasn't been adapted to support x64 yet).
Also replaced the old 7z with a newer version.
The NSIS installer now removes the EPL licence file during uninstallation. (And old change that was never committed, but it might even be in the 1.0.1 distributions on the website.)
comment:5 Changed 14 years ago by
New commit by hheimbuerger (revision [582]):
[Partial fix for ticket #181] No longer packaging bin/ into the plugin, that adds the class files twice (not sure why it ever was in there). Also removed resource folders from the output list.
Pretty sure the latter is going to bite me, because I can remember we put it in there for a reason, I just don't remember what it was...
New commit by hheimbuerger (revision [579]):
[Partial fix for ticket #181] Fixed some warnings in Eclipse Helios (probably will cause warnings in older versions now).