Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Unpublish from p2 repository

On Thu, Oct 21, 2010 at 8:45 AM, Yousouf, Shenol <s.yousouf@xxxxxxx> wrote:
>
> Hello guys,
>
> I am looking for a way to unpublish IUs and artifacts from p2 repositories. Except through the repository APIs, is this possible to be done via the p2 publisher applications or another tool ?

Our p2 ant tasks expose this as well:

ex:

<p2.remove.iu>
	<repository location="file:${localRepoLocation}" />
	<iu id="org.eclipse.rap.jface" />
	<iu id="org.eclipse.rap.rwt" />
	<iu id="org.eclipse.rap.ui.forms" />
</p2.remove.iu>


--
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top