Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-parent/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index 6ca1e51b..07744453 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -24,7 +24,6 @@
</prerequisites>
<properties>
- <mylyn-version>3.9.0-SNAPSHOT</mylyn-version>
<tycho-version>0.17.0</tycho-version>
<tycho-extras-version>0.17.0</tycho-extras-version>
@@ -666,15 +665,6 @@
<encoding>ISO-8859-1</encoding>
</configuration>
</plugin>
- <!-- computes git revision for manifest -->
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <strictBinIncludes>false</strictBinIncludes>
- </configuration>
- </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>

Back to the top