From 3f12c79773ab8cfd1836e0e7b6964130e960ac12 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 25 Jun 2013 15:42:42 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 ++ org.eclipse.wst.common.snippets.tests/pom.xml | 26 +++++++++++++++ org.eclipse.wst.common.snippets/pom.xml | 46 +++++++++++++++++++++++++++ pom.xml | 33 +++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 org.eclipse.wst.common.snippets.tests/pom.xml create mode 100644 org.eclipse.wst.common.snippets/pom.xml create mode 100644 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/org.eclipse.wst.common.snippets.tests/pom.xml b/org.eclipse.wst.common.snippets.tests/pom.xml new file mode 100644 index 0000000..667066f --- /dev/null +++ b/org.eclipse.wst.common.snippets.tests/pom.xml @@ -0,0 +1,26 @@ + + + + + 4.0.0 + + org.eclipse.webtools.common + org.eclipse.webtools.common.snippets + 3.5.0-SNAPSHOT + + + org.eclipse.webtools.common + org.eclipse.wst.common.snippets.tests + 1.0.400-SNAPSHOT + eclipse-plugin + diff --git a/org.eclipse.wst.common.snippets/pom.xml b/org.eclipse.wst.common.snippets/pom.xml new file mode 100644 index 0000000..f458a33 --- /dev/null +++ b/org.eclipse.wst.common.snippets/pom.xml @@ -0,0 +1,46 @@ + + + + + 4.0.0 + + org.eclipse.webtools.common + org.eclipse.webtools.common.snippets + 3.5.0-SNAPSHOT + + + org.eclipse.webtools.common + org.eclipse.wst.common.snippets + 1.2.200-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5655273 --- /dev/null +++ b/pom.xml @@ -0,0 +1,33 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.common + org.eclipse.webtools.common.snippets + 3.5.0-SNAPSHOT + pom + + + org.eclipse.wst.common.snippets + org.eclipse.wst.common.snippets.tests + + -- 1.8.3.1