Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrum Tsvetkov2019-08-07 14:08:07 +0000
committerKrum Tsvetkov2019-08-07 14:08:07 +0000
commitb719141a1142b893741bea0174f9ecb0c954f79f (patch)
tree7aea3253004c7bcac2c373a4d4e1afcbeafd49fe
parentefcbac745644fb5a98179185dcb76cd35c65933e (diff)
downloadorg.eclipse.simrel.build-b719141a1142b893741bea0174f9ecb0c954f79f.tar.gz
org.eclipse.simrel.build-b719141a1142b893741bea0174f9ecb0c954f79f.tar.xz
org.eclipse.simrel.build-b719141a1142b893741bea0174f9ecb0c954f79f.zip
Memory Analyzer contribution M2 2019-09
Change-Id: I2802c7b60bfaa1468ce2355b7251fda23aa5cb4b Signed-off-by: Krum Tsvetkov <krum.tsvetkov@sap.com>
-rw-r--r--mat.aggrcon6
1 files changed, 3 insertions, 3 deletions
diff --git a/mat.aggrcon b/mat.aggrcon
index 89605d882..fbbe9f4e3 100644
--- a/mat.aggrcon
+++ b/mat.aggrcon
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="Memory Analyzer (MAT)">
- <repositories location="https://download.eclipse.org/mat/2019-06/RC1/update-site/" description="Memory Analyzer Updates">
- <features name="org.eclipse.mat.feature.feature.group" versionRange="[1.9.0.201906050844]">
+ <repositories location="https://download.eclipse.org/mat/2019-09/M2/update-site/" description="Memory Analyzer Updates">
+ <features name="org.eclipse.mat.feature.feature.group" versionRange="[1.9.1.201908071249]">
<categories href="simrel.aggr#//@customCategories[identifier='Performance%2C%20Profiling%20and%20Tracing%20Tools']"/>
</features>
- <features name="org.eclipse.mat.chart.feature.feature.group" versionRange="[1.9.0.201906050844]">
+ <features name="org.eclipse.mat.chart.feature.feature.group" versionRange="[1.9.1.201908071249]">
<categories href="simrel.aggr#//@customCategories[identifier='Performance%2C%20Profiling%20and%20Tracing%20Tools']"/>
</features>
</repositories>

Back to the top