| Re: [p2-dev] Programatically disable an update site? |
Use the IMetadataRepositoryManager and IArtifactRepositoryManager services.
To disable the repo: setEnabled(URI, boolean)
To remove the repo: removeRepository(URI)
HTH
Travis Finch ---10/12/2009 07:47:37 PM---Hi all,
From: | Travis Finch <fincht@xxxxxxxxxx> |
To: | "'p2-dev@xxxxxxxxxxx'" <p2-dev@xxxxxxxxxxx> |
Date: | 10/12/2009 07:47 PM |
Subject: | [p2-dev] Programatically disable an update site? |