Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » How to exclude IU from aggregation maybe by ExclusionRule
icon5.gif  How to exclude IU from aggregation maybe by ExclusionRule [message #648617] Thu, 13 January 2011 17:01 Go to next message
Simon Linden is currently offline Simon LindenFriend
Messages: 35
Registered: July 2009
Member
Hello,

I'm trying zu aggregate the Eclipse Helios update site - but not the complete site - to a local update site. The first thing I want to achieve is to mirror only the category "Collaboration" from the official Eclipse Update site. There are some InstallUnits (IU) in this category I don't need, so I want to exclude this IU from aggregation. IU I don't need are for example Mylyn-Plugins and GIT-Plugins. I thought I can do this by exclusion rules, but it didn't work..!All the IU from the category "Collaboration" are aggregated when I use this configuration.

Can anybody confirm this issue or doing I something wrong? Embarrassed

best regards & many thanks for your help in advance! Smile

<?xml version="1.0" encoding="UTF-8"?>
<aggregator:Aggregator xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aggregator="http://www.eclipse.org/b3/2010/aggregator/1.0.0" description="example" label="Example" buildRoot="\temp\updateSite">
<configurations/>
<configurations operatingSystem="linux" windowSystem="gtk"/>
<contributions label="Helios 3.6">
<repositories location="http://download.eclipse.org/releases/helios">
<categories name="Collaboration" versionRange="0.0.0.7Y8K7icLUivEEBV2WnWXz0gAFkck"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.cdt.mylyn.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.dltk.mylyn.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.egit.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.jgit.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.bugzilla_feature.feature.group" versionRange="3.4.2.v20100916-0100-e3x-7D773BgJ9DH9fCc4CICE1 "/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.context_feature.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.ide_feature.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.java_feature.feature.group" versionRange="3.4.2.v20100916-0100-e3x-7D7F-AkF7B77V7c37B773 "/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.pde_feature.feature.group" versionRange="3.4.2.v20100916-0100-e3x-43-7w31211719012110"/ >
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.team_feature.feature.group" versionRange="3.4.2.v20100916-0100-e3x-4317w31211A1A012110"/ >
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.trac_feature.feature.group" versionRange="3.4.2.v20100916-0100-e3x-7D771BgJ9DH9cEd4CICE1 "/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn.wikitext_feature.feature.group" versionRange="1.3.2.v20100916-0100-e3x-7F7e1FC7sReRSnX-DReRRD "/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.mylyn_feature.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.team.svn.mylyn.feature.group"/>
</repositories>
</contributions>

</aggregator:Aggregator>
icon5.gif  Re: How to exclude IU from aggregation by b3 aggregator [message #649075 is a reply to message #648617] Mon, 17 January 2011 14:34 Go to previous message
Simon Linden is currently offline Simon LindenFriend
Messages: 35
Registered: July 2009
Member
Hello,

I'm still working on my task to aggregate only a part of the official Eclipse Helios update site. I try to do this with the configuration from my last posting above, but it didn't work as expected. Sad
The whole category "Collaboration" with the IU from Mylyn and GIT are aggrregated. Does anybody know how to exclude this IU from aggregation by b3...? Confused

Any help would be very appreciated - many thanks in advance!
Previous Topic:b3 aggregator maven mapping
Next Topic:Trouble installing b3 headless (3.6) under Windows
Goto Forum:
  


Current Time: Fri Apr 19 20:24:23 GMT 2024

Powered by FUDForum. Page generated in 0.03240 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top