How to exclude IU from aggregation maybe by ExclusionRule [message #648617] |
Thu, 13 January 2011 17:01  |
Eclipse User |
|
|
|
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?
best regards & many thanks for your help in advance!
<?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>
|
|
|
Re: How to exclude IU from aggregation by b3 aggregator [message #649075 is a reply to message #648617] |
Mon, 17 January 2011 14:34  |
Eclipse User |
|
|
|
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.
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...?
Any help would be very appreciated - many thanks in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.04277 seconds