Index: IvydeContainerPage.java =================================================================== --- IvydeContainerPage.java (revision 724781) +++ IvydeContainerPage.java (working copy) @@ -144,6 +144,8 @@ conf.doRetrieve = retrieveComposite.isRetrieveEnabled(); conf.retrievePattern = retrieveComposite.getRetrievePattern(); conf.retrieveSync = retrieveComposite.isSyncEnabled(); + conf.retrieveConfs = retrieveComposite.getRetrieveConfs(); + conf.retrieveTypes = retrieveComposite.getRetrieveTypes(); } else { conf.isRetrieveProjectSpecific = false; }