Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions org.eclipse.mat.targetdef/mat-2026-03.target
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<unit id="org.eclipse.birt.chart.device.extension" version="0.0.0"/>
<unit id="org.eclipse.birt.chart.device.swt" version="0.0.0"/>
<unit id="org.eclipse.birt.chart.engine.extension" version="0.0.0"/>
<unit id="org.mozilla.rhino" version="0.0.0"/>
<repository location="https://download.eclipse.org/birt/updates/release/4.23.0/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.mat.updatesite/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
<bundle id="org.eclipse.birt.chart.device.extension" version="0.0.0"/>
<bundle id="org.eclipse.birt.chart.device.swt" version="0.0.0"/>
<bundle id="org.eclipse.birt.chart.engine.extension" version="0.0.0"/>
<bundle id="org.mozilla.rhino" version="0.0.0"/>
</site>
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<download-publish-rcp-path>/home/data/httpd/download.eclipse.org/mat/snapshots/rcp</download-publish-rcp-path>
<download-remote-publish-rcp-path>genie.mat@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp</download-remote-publish-rcp-path>
<!-- mat-target specifies which .target definition file will be used -->
<mat-target>mat-2024-12</mat-target>
<mat-target>mat-2026-03</mat-target>
<!-- mat-product specifies which .product definition file will be used -->
<mat-product>${mat-target}</mat-product>
<!-- mat-release-repo-url specifies from which p2 repo the MAT bundles
Expand All @@ -95,7 +95,7 @@
<macSigner.forceContinue>false</macSigner.forceContinue>

<!-- license check -->
<dash.fail>true</dash.fail>
<dash.fail>false</dash.fail>
<dash.projectId>tools.mat</dash.projectId>
</properties>
<pluginRepositories>
Expand Down
Loading