Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-07-04 14:02:58 +0000
committerThanh Ha2012-07-04 15:38:25 +0000
commit274922612bcfeeecff9362f50a09966c6538c399 (patch)
tree23fceb1218bcecf8c77a03dae501999f55661946
parentd1694204720d94829bb5f6152e8881b53a3baec2 (diff)
downloadeclipse.platform.releng.aggregator-274922612bcfeeecff9362f50a09966c6538c399.tar.gz
eclipse.platform.releng.aggregator-274922612bcfeeecff9362f50a09966c6538c399.tar.xz
eclipse.platform.releng.aggregator-274922612bcfeeecff9362f50a09966c6538c399.zip
Bug 383538 - Disable natives repo
-rw-r--r--eclipse-parent/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 0703328a6..cba9c476e 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -31,8 +31,6 @@
<aspectj-repo.url>http://download.eclipse.org/tools/ajdt/aspectj/update</aspectj-repo.url>
<egit-repo.url>http://download.eclipse.org/egit/updates</egit-repo.url>
- <natives-repo.url>file:///var/tmp/lts/natives</natives-repo.url>
-
<tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
</properties>
@@ -62,11 +60,6 @@
<url>${egit-repo.url}</url>
<layout>p2</layout>
</repository>
- <repository>
- <id>natives</id>
- <url>${natives-repo.url}</url>
- <layout>p2</layout>
- </repository>
<repository>
<!-- aspectj is used by some rt.equinox.bundles and is required by sdk-tests feature -->

Back to the top