Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-12-08 08:16:32 +0000
committerAlexander Kurtakov2016-12-08 08:16:32 +0000
commitee862c3bc8e1132fc0ef600212920b94647d8a98 (patch)
tree6fba028bf2e8c62989f4a449066f4511c072adbd /pom.xml
parentabfd7895114cf2603570a89081d8548ddc92e03e (diff)
downloadorg.eclipse.dltk.sh-ee862c3bc8e1132fc0ef600212920b94647d8a98.tar.gz
org.eclipse.dltk.sh-ee862c3bc8e1132fc0ef600212920b94647d8a98.tar.xz
org.eclipse.dltk.sh-ee862c3bc8e1132fc0ef600212920b94647d8a98.zip
releng: Don't set Linux Tools repository.
It's done in the target platform now. Change-Id: I956bef5f98dc2358123516c93a7e2324afa70898 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 5244c8c..65456b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,13 +46,6 @@
<module>features/org.eclipse.dltk.sh-feature</module>
<module>features/org.eclipse.dltk.sh.sdk</module>
</modules>
- <repositories>
- <repository>
- <id>LinuxTools repository</id>
- <layout>p2</layout>
- <url>http://download.eclipse.org/linuxtools/update-mars</url>
- </repository>
- </repositories>
<profiles>
<profile>
<id>individual</id>

Back to the top