Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-11-01 08:29:01 +0000
committerUwe Stieber2014-11-01 08:29:01 +0000
commitdba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275 (patch)
tree004d9bdce0f48a7e014431f6fd1730727ca8c4f3
parent44e45f73f2a5bd1d3295f903bcb5a7ff8c0b03c0 (diff)
downloadorg.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.tar.gz
org.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.tar.xz
org.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.zip
Tests: Adjust tests for Tycho 0.21.0
-rw-r--r--admin/pom-config.xml2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml5
2 files changed, 1 insertions, 6 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 0f943c607..7a4425834 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -265,7 +265,7 @@
<executions>
<execution>
<id>p2-metadata</id>
- <phase>verify</phase>
+ <phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index d33218252..7f6a231f5 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -38,11 +38,6 @@
<id>org.eclipse.sdk</id>
<versionRange>0.0.0</versionRange>
</requirement>
- <requirement>
- <type>eclipse-feature</type>
- <id>>org.eclipse.tcf.te.tcf.feature</id>
- <versionRange>0.0.0</versionRange>
- </requirement>
</extraRequirements>
</dependency-resolution>
</configuration>

Back to the top