On Thu, Oct 21, 2010 at 8:45 AM, Yousouf, Shenol <[email protected]> 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
_______________________________________________
p2-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/p2-dev

Reply via email to