From 90780f8029e024a12af80e51d7c0c4d782c1a453 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 27 Jun 2013 10:59:53 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 ++ .../org.eclipse.wst.jsdt_tests.feature/pom.xml | 27 +++++++++++++++ pom.xml | 38 ++++++++++++++++++++++ .../pom.xml | 27 +++++++++++++++ .../org.eclipse.wst.jsdt.core.tests.model/pom.xml | 27 +++++++++++++++ .../org.eclipse.wst.jsdt.debug.core.tests/pom.xml | 27 +++++++++++++++ .../org.eclipse.wst.jsdt.debug.rhino.tests/pom.xml | 27 +++++++++++++++ tests/org.eclipse.wst.jsdt.ui.tests/pom.xml | 27 +++++++++++++++ 8 files changed, 203 insertions(+) create mode 100644 features/org.eclipse.wst.jsdt_tests.feature/pom.xml create mode 100644 pom.xml create mode 100644 tests/org.eclipse.wst.jsdt.core.tests.compiler/pom.xml create mode 100644 tests/org.eclipse.wst.jsdt.core.tests.model/pom.xml create mode 100644 tests/org.eclipse.wst.jsdt.debug.core.tests/pom.xml create mode 100644 tests/org.eclipse.wst.jsdt.debug.rhino.tests/pom.xml create mode 100644 tests/org.eclipse.wst.jsdt.ui.tests/pom.xml diff --git a/.gitignore b/.gitignore index 749e075..1e8d462 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ temp.folder src.zip .fbwarnings javaCompiler...args + +# maven +target/ diff --git a/features/org.eclipse.wst.jsdt_tests.feature/pom.xml b/features/org.eclipse.wst.jsdt_tests.feature/pom.xml new file mode 100644 index 0000000..fb13ac1 --- /dev/null +++ b/features/org.eclipse.wst.jsdt_tests.feature/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt_tests.feature + 1.4.1-SNAPSHOT + eclipse-feature + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3be8bd4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,38 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + pom + + + features/org.eclipse.wst.jsdt_tests.feature + + tests/org.eclipse.wst.jsdt.core.tests.compiler + tests/org.eclipse.wst.jsdt.core.tests.model + tests/org.eclipse.wst.jsdt.debug.core.tests + tests/org.eclipse.wst.jsdt.debug.rhino.tests + tests/org.eclipse.wst.jsdt.ui.tests + + diff --git a/tests/org.eclipse.wst.jsdt.core.tests.compiler/pom.xml b/tests/org.eclipse.wst.jsdt.core.tests.compiler/pom.xml new file mode 100644 index 0000000..d1d0372 --- /dev/null +++ b/tests/org.eclipse.wst.jsdt.core.tests.compiler/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.core.tests.compiler + 1.0.502-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/pom.xml b/tests/org.eclipse.wst.jsdt.core.tests.model/pom.xml new file mode 100644 index 0000000..d826196 --- /dev/null +++ b/tests/org.eclipse.wst.jsdt.core.tests.model/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.core.tests.model + 1.0.502-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.jsdt.debug.core.tests/pom.xml b/tests/org.eclipse.wst.jsdt.debug.core.tests/pom.xml new file mode 100644 index 0000000..c37d83c --- /dev/null +++ b/tests/org.eclipse.wst.jsdt.debug.core.tests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.debug.core.tests + 1.0.300-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.jsdt.debug.rhino.tests/pom.xml b/tests/org.eclipse.wst.jsdt.debug.rhino.tests/pom.xml new file mode 100644 index 0000000..4b2928a --- /dev/null +++ b/tests/org.eclipse.wst.jsdt.debug.rhino.tests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.debug.rhino.tests + 1.0.400-SNAPSHOT + eclipse-plugin + diff --git a/tests/org.eclipse.wst.jsdt.ui.tests/pom.xml b/tests/org.eclipse.wst.jsdt.ui.tests/pom.xml new file mode 100644 index 0000000..c3d2dbf --- /dev/null +++ b/tests/org.eclipse.wst.jsdt.ui.tests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.tests + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.ui.tests + 1.1.201-SNAPSHOT + eclipse-plugin + -- 1.8.3.1