Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2015-07-06 21:55:12 +0000
committerDavid Green2015-07-06 22:35:21 +0000
commit4afe3ab740a245747cb08ef3606543f17571dd02 (patch)
tree65c395aa3a954cc8910f42d28eaa0e269af70025 /org.eclipse.mylyn.help.ui/pom.xml
parent09bfc5bc1c7534b29d5fc60bfee2e887f328ccd6 (diff)
downloadorg.eclipse.mylyn.tasks-4afe3ab740a245747cb08ef3606543f17571dd02.tar.gz
org.eclipse.mylyn.tasks-4afe3ab740a245747cb08ef3606543f17571dd02.tar.xz
org.eclipse.mylyn.tasks-4afe3ab740a245747cb08ef3606543f17571dd02.zip
471965: update mediawiki-to-eclipse-help taskdef
Change-Id: I926fbd8dd4d361fa3148b92f2667dda7d806f72a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471965
Diffstat (limited to 'org.eclipse.mylyn.help.ui/pom.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/org.eclipse.mylyn.help.ui/pom.xml b/org.eclipse.mylyn.help.ui/pom.xml
index a48de18f9..0b16738fc 100644
--- a/org.eclipse.mylyn.help.ui/pom.xml
+++ b/org.eclipse.mylyn.help.ui/pom.xml
@@ -13,27 +13,6 @@
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <configuration>
- <target>
- <property name="wikitext.tasks.classpath.path" refid="maven.compile.classpath"/>
- <ant target="all" inheritRefs="true" antfile="build-helper.xml"/>
- </target>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>

Back to the top