Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-09-30 23:16:28 +0000
committerDavid Williams2014-09-30 23:16:28 +0000
commit4abe8741904d3fd23abd1747562cce0cb72b388e (patch)
tree9c120940fa9abd1f3c4c2ab7a9590bd1c08d4529 /eclipse-platform-parent/pom.xml
parent058ed6192e6dddbdbf17caef28f3d49d00e8d2b4 (diff)
downloadeclipse.platform.releng.aggregator-4abe8741904d3fd23abd1747562cce0cb72b388e.tar.gz
eclipse.platform.releng.aggregator-4abe8741904d3fd23abd1747562cce0cb72b388e.tar.xz
eclipse.platform.releng.aggregator-4abe8741904d3fd23abd1747562cce0cb72b388e.zip
Bug 445535 - Change the "individual bundle" repository to N-build,
instead of I-build
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 0d7dbaaef..4c46da5a9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -98,7 +98,7 @@
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
<!-- this eclipse-p2-repo.url is specifically for the build individual bundles profile. -->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.5-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.5-N-builds</eclipse-p2-repo.url>
<!--
If configuration is not specified at all, in signing plugin, the default

Back to the top