Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-06-10 13:45:42 +0000
committerDavid Williams2015-06-10 14:01:40 +0000
commitf22d92b9e3e5b16b86e93ac91fa81b2da56e4c20 (patch)
treeea11d7121ecbaf4d7f21b7a065e54fd39eb98835
parent83973b0a342dce5bca2bbd7daba24abb0571e9a9 (diff)
downloadorg.eclipse.simrel.build-f22d92b9e3e5b16b86e93ac91fa81b2da56e4c20.tar.gz
org.eclipse.simrel.build-f22d92b9e3e5b16b86e93ac91fa81b2da56e4c20.tar.xz
org.eclipse.simrel.build-f22d92b9e3e5b16b86e93ac91fa81b2da56e4c20.zip
Temp disable BIRT (and, MAT, since depends on BIRT)
Change-Id: If58c38450374b849b61d342e0fe27f0b8e335ff8 Signed-off-by: David Williams <david_williams@us.ibm.com>
-rw-r--r--birt.b3aggrcon2
-rw-r--r--mat.b3aggrcon2
2 files changed, 2 insertions, 2 deletions
diff --git a/birt.b3aggrcon b/birt.b3aggrcon
index 3f40310dc..a33a5d850 100644
--- a/birt.b3aggrcon
+++ b/birt.b3aggrcon
@@ -1,6 +1,6 @@
<?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/b3/2011/aggregator/1.1.0" label="BIRT">
- <repositories location="http://download.eclipse.org/birt/update-site/mars-interim/" description="BIRT interim">
+ <repositories enabled="false" location="http://download.eclipse.org/birt/update-site/mars-interim/" description="BIRT interim">
<features name="org.eclipse.birt.feature.group" versionRange="4.5.0.v201506092134">
<categories href="simrel.b3aggr#//@customCategories[identifier='Business%20Intelligence%2C%20Reporting%20and%20Charting']"/>
</features>
diff --git a/mat.b3aggrcon b/mat.b3aggrcon
index 2a02ca7c3..9ee59444d 100644
--- a/mat.b3aggrcon
+++ b/mat.b3aggrcon
@@ -1,6 +1,6 @@
<?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/b3/2011/aggregator/1.1.0" label="Memory Analyzer (MAT)">
- <repositories location="http://download.eclipse.org/mat/mars/RC2/update-site/" description="Memory Analyzer Updates">
+ <repositories enabled="false" location="http://download.eclipse.org/mat/mars/RC2/update-site/" description="Memory Analyzer Updates">
<features name="org.eclipse.mat.feature.feature.group" versionRange="1.5.0.201505271423">
<categories href="simrel.b3aggr#//@customCategories[identifier='Performance%2C%20Profiling%20and%20Tracing%20Tools']"/>
</features>

Back to the top