Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-09-13 09:39:29 +0000
committerSravan Kumar Lakkimsetti2017-09-13 09:49:24 +0000
commit5c41a8ef41e637552eb02332fdfb0dfa0a257ac7 (patch)
treedf3e04c47a396c483783c88dd2a0f3cb42f685ff
parent274736af37ad778427b471eb848942c7d8dd4a53 (diff)
downloadeclipse.platform.common-5c41a8ef41e637552eb02332fdfb0dfa0a257ac7.tar.gz
eclipse.platform.common-5c41a8ef41e637552eb02332fdfb0dfa0a257ac7.tar.xz
eclipse.platform.common-5c41a8ef41e637552eb02332fdfb0dfa0a257ac7.zip
-rw-r--r--bundles/org.eclipse.pde.doc.user/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index 3ef0de781..5c2c16077 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -122,10 +122,6 @@
<artifactId>org.eclipse.update.configurator</artifactId>
<type>eclipse-plugin</type>
</dependency>
- <dependency>
- <artifactId>org.eclipse.ui.genericeditor</artifactId>
- <type>eclipse-plugin</type>
- </dependency>
</dependencies>
</configuration>
<goals>

Back to the top