Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-11-05 23:01:11 +0000
committerJonah Graham2020-11-05 23:01:11 +0000
commit461261914a64a65f4beece2790c4e8ba5ccf0787 (patch)
treed18e19c564915c873a42a30b6612ca621c1e1477
parent87cf84e2284b2bf1cf529fdffd6999d48cecef6a (diff)
downloadcbi-461261914a64a65f4beece2790c4e8ba5ccf0787.tar.gz
cbi-461261914a64a65f4beece2790c4e8ba5ccf0787.tar.xz
cbi-461261914a64a65f4beece2790c4e8ba5ccf0787.zip
Remove out of date informationHEADmaster
The aggregatorLatest link has all the info needed, so redirect to there rather than reproduce information that becomes out of date. Change-Id: I12fbd59bc93b9c40f92ef2b731dfe54e0844a859
-rw-r--r--downloads/index.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/downloads/index.html b/downloads/index.html
index a08302a..e397127 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -159,14 +159,7 @@ That p2 repository can be used in targets or prereq repositories for builds to g
of the <a href="https://eclipse.org/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a>
that is required to be built into features.</p>
<h3 id="p2repoAggregator">CBI p2repo Aggregator</h3>
-<p><strong>IDE:</strong> For installation into IDEs, start a development IDE based on a Oxygen (2017) level Platform (Platform 4.7.x) and use the software repository at
-<br /><a href="http://download.eclipse.org/cbi/updates/aggregator/ide/4.7/">http://download.eclipse.org/cbi/updates/aggregator/ide/4.7/</a><br /></p>
-<p><strong>Headless:</strong> To use the Headless CLI version of the CBI aggregator, you can use the p2Director to create a product from the headless update site at
-<br /><a href="http://download.eclipse.org/cbi/updates/aggregator/headless/4.7/">http://download.eclipse.org/cbi/updates/aggregator/headless/4.7/</a></p>
-<p>For Photon level development environments, the correct repository to use it the "4.8" level, namely
-<br /><a href="http://download.eclipse.org/cbi/updates/aggregator/ide/4.8/">http://download.eclipse.org/cbi/updates/aggregator/ide/4.8/</a>, or
-<br /><a href="http://download.eclipse.org/cbi/updates/aggregator/headless/4.8/">http://download.eclipse.org/cbi/updates/aggregator/headless/4.8/</a></p>
-<p>For convenience, you can <a href="./aggregatorLatest/">download the most recent "pre-built" CLI products.</a></p>
+<p>For the latest version of the aggregator <a href="./aggregatorLatest/">visit this site where you can get the P2 URL or download the most recent "pre-built" CLI products.</a></p>
<p>For more detail, see the <a href="https://wiki.eclipse.org/CBI/aggregator/manual">CBI Aggregator Manual</a></p>
<h3 id="p2repoAnalyzer">CBI p2repo Analyzer</h3>
<p>Similar to the CBI Aggregator (but with just one repository) you can install into a Oxygen based IDE, or create a headless product. The repository URL is

Back to the top