From 6c6667dedf99a769c1ce1526c47b5eb8df0de838 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 5 Jul 2013 18:53:21 -0400 Subject: Bug 414714: [CBI] webtools.sourceediting.xpath patches for building with Maven/Tycho Signed-off-by: Thanh Ha --- .gitignore | 3 + pom.xml | 36 ++++++++++++ tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml | 27 +++++++++ tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml | 27 +++++++++ .../pom.xml | 67 +++++++++++++--------- .../pom.xml | 66 ++++++++++++--------- tests/org.w3c.xqts.testsuite/pom.xml | 42 ++++++++------ 7 files changed, 195 insertions(+), 73 deletions(-) create mode 100644 pom.xml create mode 100644 tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml create mode 100644 tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml diff --git a/.gitignore b/.gitignore index 749e0750..1e8d4629 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ temp.folder src.zip .fbwarnings javaCompiler...args + +# maven +target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..19fb93a1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + pom + + + tests/org.eclipse.wst.xml.xpath2.processor.tests + tests/org.eclipse.wst.xml.xpath2.wtptypes.tests + tests/org.eclipse.wst.xml.xpath.core.tests + tests/org.eclipse.wst.xml.xpath.ui.tests + tests/org.w3c.xqts.testsuite + + diff --git a/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml new file mode 100644 index 00000000..a5cb84f9 --- /dev/null +++ b/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath.core.tests + 1.1.0-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml new file mode 100644 index 00000000..7d55526e --- /dev/null +++ b/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath.ui.tests + 1.0.100-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml index 2843d1e1..5de00446 100644 --- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml +++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml @@ -1,31 +1,44 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.1.1-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.processor.tests - 2.1.1-SNAPSHOT - eclipse-test-plugin - PsychoPath XPath 2.0 Processor: Tests + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor.tests + 2.1.1-SNAPSHOT + eclipse-plugin + PsychoPath XPath 2.0 Processor: Tests - - - - org.sonatype.tycho - maven-osgi-test-plugin - ${tycho-version} - - org.eclipse.wst.xml.xpath2.processor.tests - org.eclipse.wst.xml.xpath2.processor.test.AllPsychoPathTests - - - - - \ No newline at end of file + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho.version} + + org.eclipse.wst.xml.xpath2.processor.tests + org.eclipse.wst.xml.xpath2.processor.test.AllPsychoPathTests + + + + + diff --git a/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml index 4b065f08..5d557eb0 100644 --- a/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml +++ b/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml @@ -1,31 +1,43 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.wtptypes.tests - 2.0.0-SNAPSHOT - eclipse-test-plugin - PsychoPath XPath 2.0 Processor: Tests for WTP type support + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.wtptypes.tests + 2.0.0-SNAPSHOT + eclipse-plugin + PsychoPath XPath 2.0 Processor: Tests for WTP type support - - - - org.sonatype.tycho - maven-osgi-test-plugin - ${tycho-version} - - org.eclipse.wst.xml.xpath2.wtptypes.tests - org.eclipse.wst.xml.xpath2.wtptypes.test.AllXPath2TestsForWTP - - - - - \ No newline at end of file + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho.version} + + org.eclipse.wst.xml.xpath2.wtptypes.tests + org.eclipse.wst.xml.xpath2.wtptypes.test.AllXPath2TestsForWTP + + + + + diff --git a/tests/org.w3c.xqts.testsuite/pom.xml b/tests/org.w3c.xqts.testsuite/pom.xml index 039d2fb4..e2a9c36f 100644 --- a/tests/org.w3c.xqts.testsuite/pom.xml +++ b/tests/org.w3c.xqts.testsuite/pom.xml @@ -1,25 +1,29 @@ - - 4.0.0 - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath.tests + 3.5.0-SNAPSHOT + ../../ + - org.w3c.xqts.testsuite - 1.0.2-SNAPSHOT - eclipse-plugin - PsychoPath XPath 2.0 Processor: XQuery Test Suite + org.eclipse.webtools.sourceediting + org.w3c.xqts.testsuite + 1.0.2-SNAPSHOT + eclipse-plugin + PsychoPath XPath 2.0 Processor: XQuery Test Suite -- cgit v1.2.3