Skip to content

Commit

Permalink
releng: Add autoIncludeRequirements to t.i.product
Browse files Browse the repository at this point in the history
As this default is automatically added to these files by recent Eclipse.

The other product files already had it added in.

Remove the redundant repositories in that same file while being there.

Change-Id: I580d43ef8fc1de603f2ef9ba557624bee6c0474b
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/196308
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
  • Loading branch information
marco-miller committed Oct 13, 2022
1 parent acc85cf commit 5932aed
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Trace Compass (Incubator)" uid="org.eclipse.tracecompass.incubator.rcp" id="org.eclipse.tracecompass.incubator.rcp.branding.product" application="org.eclipse.tracecompass.rcp.ui.application" version="0.3.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Trace Compass (Incubator)" uid="org.eclipse.tracecompass.incubator.rcp" id="org.eclipse.tracecompass.incubator.rcp.branding.product" application="org.eclipse.tracecompass.rcp.ui.application" version="0.3.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/org.eclipse.tracecompass.incubator.rcp.branding/icons/tc_about.png"/>
Expand Down Expand Up @@ -184,8 +184,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<repositories>
<repository location="http://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="http://download.eclipse.org/tracecompass.incubator/master/repository" enabled="true" />
<repository location="http://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="http://download.eclipse.org/tracecompass.incubator/master/repository" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down

0 comments on commit 5932aed

Please sign in to comment.