From 217ad8abd666763418292674206b291f21727964 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Tue, 28 Nov 2017 16:43:20 -0500 Subject: Bug 480380 - disable the three tests that don't work with Tycho 1.0 and which are NOT currently run as part of the wtp releng.aggregator build add missing repository refs to root pom (test dali gerrit runner works) Signed-off-by: nickboldt --- pom.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 8430c8b1c8..b3ffe26901 100644 --- a/pom.xml +++ b/pom.xml @@ -28,22 +28,54 @@ scm:git:git://git.eclipse.org/gitroot/dali/webtools.dali.git + 1.0.0 + 1.0.0 - - - - - org.eclipse.tycho - tycho-compiler-plugin - ${tycho.version} - - false - - - - - + + + webtools-common-site + p2 + ${webtools-common-site} + + + webtools-servertools-site + p2 + ${webtools-servertools-site} + + + webtools-jsdt-site + p2 + ${webtools-jsdt-site} + + + + + Webtools Repository - Releases + Webtools Repository - Releases + https://repo.eclipse.org/content/repositories/webtools-releases/ + + + Webtools Repository - Snapshots + Webtools Repository - Snapshots + https://repo.eclipse.org/content/repositories/webtools-snapshots/ + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho.version} + + false + + + + + assembly/features/org.eclipse.jpt.assembly.feature @@ -89,8 +121,9 @@ jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui jaxb/plugins/org.eclipse.jpt.jaxb.ui - jaxb/tests/org.eclipse.jpt.jaxb.core.tests - jaxb/tests/org.eclipse.jpt.jaxb.eclipselink.core.tests + + + jpa/features/org.eclipse.jpt.jpa.eclipselink.feature @@ -114,7 +147,8 @@ jpa/plugins/org.eclipse.jpt.jpa.gen jpa/plugins/org.eclipse.jpt.jpa.ui - jpa/tests/org.eclipse.jpt.jpa.core.tests + + jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource jpa/tests/org.eclipse.jpt.jpa.eclipselink.core.tests -- cgit v1.2.3