Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-23 19:47:07 +0000
committerDavid Williams2015-01-23 19:47:07 +0000
commit2b83ff37f04f4f6ef4cfa77791bb39a4b427864b (patch)
tree4f507c4725197b7f830eae252b6abd49ecef3699
parentf2e63898ac03b0cf99bd4fde415eb58e2ec4218c (diff)
downloadorg.eclipse.simrel.build-2b83ff37f04f4f6ef4cfa77791bb39a4b427864b.tar.gz
org.eclipse.simrel.build-2b83ff37f04f4f6ef4cfa77791bb39a4b427864b.tar.xz
org.eclipse.simrel.build-2b83ff37f04f4f6ef4cfa77791bb39a4b427864b.zip
Bug 458296 - Disabled BIRT due to missing repo (and MAT due to missing
BIRT)
-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 7f9c11bd2..ad6904d67 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.v20141217-0049">
<categories href="simrel.b3aggr#//@customCategories[identifier='Business%20Intelligence%2C%20Reporting%20and%20Charting']"/>
</features>
diff --git a/mat.b3aggrcon b/mat.b3aggrcon
index 333a221cb..9e39d5766 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/luna/RC3/update-site/" description="Memory Analyzer Updates">
+ <repositories enabled="false" location="http://download.eclipse.org/mat/luna/RC3/update-site/" description="Memory Analyzer Updates">
<features name="org.eclipse.mat.feature.feature.group" versionRange="1.4.0.201406041413">
<categories href="simrel.b3aggr#//@customCategories[identifier='Performance%2C%20Profiling%20and%20Tracing%20Tools']"/>
</features>

Back to the top