Community
Participate
Working Groups
This subtask was created to track the changes requested from bug# 259291 comment #73 - bug# 259291 comment #76 so we can close bug# 259291.
Created attachment 178216 [details] patch V1 This patch trigger an RepositoryConfigurationJob when you hit Finish button. Thoughts?
Created attachment 178217 [details] mylyn/context/zip
Created attachment 178233 [details] path V1.1 This is great -- thanks for taking a look. One small fix, the current patch doesn't refresh the repository when going from having a descriptor file to not having one. I removed the check for !descriptorFile.equals("") in BugzillaClientManager#repositoryChanged in this version. Thanks again!
Created attachment 178234 [details] mylyn/context/zip
Created attachment 178278 [details] commited patch I change the Listener to only use TaskRepositoryDelta.Type.PROPERTY and the two properties IBugzillaConstants.BUGZILLA_USE_XMLRPC and IBugzillaConstants.BUGZILLA_DESCRIPTOR_FILE
Created attachment 178279 [details] mylyn/context/zip
please verify.