Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] how do you want to see importing and exporting queries in a nutshell?

Hi,
I am currently working on bug 189518
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=189518). There are few
ways of doing it (internally):
1. When export, create queries.xml.zip file and when import -> update
tasklist.xml.zip file. (easy way, most of API is already there)
2. Move query management from tasklist.xml.zip to queries.xml.zip file
and manage them separately from tasklist (similar to managing contexts
in separate files)

Which way should I prefer according to vision of mylyn architecture?
Or, it really doesn't matter and I can go with the simplest one? :)

With best regards,
Jevgeni Holodkov


Back to the top