Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-10-21 15:12:49 +0000
committerDavid Williams2015-10-21 15:12:49 +0000
commit01dc3cd9dd5e2797bd674eb9dec71439ad0b34e3 (patch)
tree2e181186fe1a499ec5c9d6356554ef2af4d98222 /bundles/org.eclipse.platform.doc.isv/pom.xml
parentd65119c0536402714ab7c5025756d2b1cd22278d (diff)
downloadeclipse.platform.common-01dc3cd9dd5e2797bd674eb9dec71439ad0b34e3.tar.gz
eclipse.platform.common-01dc3cd9dd5e2797bd674eb9dec71439ad0b34e3.tar.xz
eclipse.platform.common-01dc3cd9dd5e2797bd674eb9dec71439ad0b34e3.zip
Diffstat (limited to 'bundles/org.eclipse.platform.doc.isv/pom.xml')
-rw-r--r--bundles/org.eclipse.platform.doc.isv/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index 380fb8998..d046b1330 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -230,7 +230,6 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
- <version>${tycho-extras.version}</version>
<executions>
<execution>
<id>dont_skip_me</id>
@@ -274,13 +273,6 @@
<type>eclipse-plugin</type>
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>eclipse</id>
- <layout>p2</layout>
- <url>${eclipserun-repo}</url>
- </repository>
- </repositories>
</configuration>
<goals>
<goal>eclipse-run</goal>

Back to the top