Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2016-05-16 16:31:41 +0000
committerStephan Herrmann2016-05-16 16:31:41 +0000
commit263b793898ca57b309bd6778ade0cd2b4161c32a (patch)
tree1b383e9c5d3fef656de993db97bab5c177763a62 /org.eclipse.jdt.core.tests.model/pom.xml
parentca4e90737984d83a5ee00c4ca1b4c096a9685078 (diff)
downloadorg.eclipse.objectteams-263b793898ca57b309bd6778ade0cd2b4161c32a.tar.gz
org.eclipse.objectteams-263b793898ca57b309bd6778ade0cd2b4161c32a.tar.xz
org.eclipse.objectteams-263b793898ca57b309bd6778ade0cd2b4161c32a.zip
Releng: update to and build against I20160511-2000 for 4.6RC1
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.model/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.eclipse.jdt.core.tests.model/pom.xml b/org.eclipse.jdt.core.tests.model/pom.xml
index 8349d0781..30eb075db 100644
--- a/org.eclipse.jdt.core.tests.model/pom.xml
+++ b/org.eclipse.jdt.core.tests.model/pom.xml
@@ -30,14 +30,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <format>'v${buildTimestamp}'</format>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>

Back to the top