From 0bdcc715902ac8b88d5e865e21ca1c66905b1805 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 26 Jun 2013 16:47:16 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 ++ bundles/org.eclipse.wst.jsdt.core/pom.xml | 27 ++++++++++ bundles/org.eclipse.wst.jsdt.manipulation/pom.xml | 27 ++++++++++ .../org.eclipse.wst.jsdt.support.firefox/pom.xml | 27 ++++++++++ bundles/org.eclipse.wst.jsdt.support.ie/pom.xml | 27 ++++++++++ bundles/org.eclipse.wst.jsdt.ui/pom.xml | 47 +++++++++++++++++ development/org.eclipse.wst.jsdt.astview/pom.xml | 27 ++++++++++ development/org.eclipse.wst.jsdt.jseview/pom.xml | 27 ++++++++++ development/org.eclipse.wst.jsdt.unittests/pom.xml | 27 ++++++++++ docs/org.eclipse.wst.jsdt.doc/build.properties | 21 ++++++++ docs/org.eclipse.wst.jsdt.doc/pom.xml | 27 ++++++++++ features/org.eclipse.wst.jsdt.feature/pom.xml | 60 ++++++++++++++++++++++ features/org.eclipse.wst.jsdt_sdk.feature/pom.xml | 27 ++++++++++ pom.xml | 44 ++++++++++++++++ 14 files changed, 418 insertions(+) create mode 100644 bundles/org.eclipse.wst.jsdt.core/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.manipulation/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.support.firefox/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.support.ie/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.ui/pom.xml create mode 100644 development/org.eclipse.wst.jsdt.astview/pom.xml create mode 100644 development/org.eclipse.wst.jsdt.jseview/pom.xml create mode 100644 development/org.eclipse.wst.jsdt.unittests/pom.xml create mode 100644 docs/org.eclipse.wst.jsdt.doc/pom.xml create mode 100644 features/org.eclipse.wst.jsdt.feature/pom.xml create mode 100644 features/org.eclipse.wst.jsdt_sdk.feature/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 749e075..1e8d462 100755 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ temp.folder src.zip .fbwarnings javaCompiler...args + +# maven +target/ diff --git a/bundles/org.eclipse.wst.jsdt.core/pom.xml b/bundles/org.eclipse.wst.jsdt.core/pom.xml new file mode 100644 index 0000000..122af29 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.core + 1.1.202-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.manipulation/pom.xml b/bundles/org.eclipse.wst.jsdt.manipulation/pom.xml new file mode 100644 index 0000000..3998751 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.manipulation/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.manipulation + 1.0.400-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.support.firefox/pom.xml b/bundles/org.eclipse.wst.jsdt.support.firefox/pom.xml new file mode 100644 index 0000000..86b7ba6 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.support.firefox/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.support.firefox + 1.0.402-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/pom.xml b/bundles/org.eclipse.wst.jsdt.support.ie/pom.xml new file mode 100644 index 0000000..09a86a1 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.support.ie/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.support.ie + 1.0.402-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.ui/pom.xml b/bundles/org.eclipse.wst.jsdt.ui/pom.xml new file mode 100644 index 0000000..94ce2c9 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.ui/pom.xml @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.ui + 1.1.202-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/development/org.eclipse.wst.jsdt.astview/pom.xml b/development/org.eclipse.wst.jsdt.astview/pom.xml new file mode 100644 index 0000000..07d9dc8 --- /dev/null +++ b/development/org.eclipse.wst.jsdt.astview/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.astview + 1.0.0-SNAPSHOT + eclipse-plugin + diff --git a/development/org.eclipse.wst.jsdt.jseview/pom.xml b/development/org.eclipse.wst.jsdt.jseview/pom.xml new file mode 100644 index 0000000..4baeba5 --- /dev/null +++ b/development/org.eclipse.wst.jsdt.jseview/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.jseview + 1.0.0-SNAPSHOT + eclipse-plugin + diff --git a/development/org.eclipse.wst.jsdt.unittests/pom.xml b/development/org.eclipse.wst.jsdt.unittests/pom.xml new file mode 100644 index 0000000..243fbc4 --- /dev/null +++ b/development/org.eclipse.wst.jsdt.unittests/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.unittests + 0.0.1-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.jsdt.doc/build.properties b/docs/org.eclipse.wst.jsdt.doc/build.properties index 9426b40..536bc80 100644 --- a/docs/org.eclipse.wst.jsdt.doc/build.properties +++ b/docs/org.eclipse.wst.jsdt.doc/build.properties @@ -33,4 +33,25 @@ bin.includes = META-INF/,\ tasks/,\ tocgettingstarted.xml,\ index*/ +src.includes = about.html,\ + about.mappings,\ + book.css,\ + build.properties,\ + concepts/,\ + debug-contexts.xml,\ + images/,\ + index/,\ + notices.html,\ + plugin.properties,\ + plugin.xml,\ + reference/,\ + schema.css,\ + started/,\ + tasks/,\ + toc.xml,\ + tocconcepts.xml,\ + tocgettingstarted.xml,\ + tocreference.xml,\ + toctasks.xml,\ + ui-contexts.xml generateSourceBundle=false diff --git a/docs/org.eclipse.wst.jsdt.doc/pom.xml b/docs/org.eclipse.wst.jsdt.doc/pom.xml new file mode 100644 index 0000000..479b0fe --- /dev/null +++ b/docs/org.eclipse.wst.jsdt.doc/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.doc + 1.4.0-SNAPSHOT + eclipse-plugin + diff --git a/features/org.eclipse.wst.jsdt.feature/pom.xml b/features/org.eclipse.wst.jsdt.feature/pom.xml new file mode 100644 index 0000000..7555395 --- /dev/null +++ b/features/org.eclipse.wst.jsdt.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt.feature + 1.5.0-SNAPSHOT + eclipse-feature + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras.version} + + + source-feature + package + + source-feature + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho.version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + + diff --git a/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml b/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml new file mode 100644 index 0000000..ae76020 --- /dev/null +++ b/features/org.eclipse.wst.jsdt_sdk.feature/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsdt + org.eclipse.wst.jsdt_sdk.feature + 1.5.0-SNAPSHOT + eclipse-feature + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8effc44 --- /dev/null +++ b/pom.xml @@ -0,0 +1,44 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.jsdt + org.eclipse.webtools.jsdt.core + 3.5.0-SNAPSHOT + pom + + + development/org.eclipse.wst.jsdt.astview + development/org.eclipse.wst.jsdt.jseview + + docs/org.eclipse.wst.jsdt.doc + + features/org.eclipse.wst.jsdt.feature + features/org.eclipse.wst.jsdt_sdk.feature + + bundles/org.eclipse.wst.jsdt.core + bundles/org.eclipse.wst.jsdt.manipulation + bundles/org.eclipse.wst.jsdt.support.firefox + bundles/org.eclipse.wst.jsdt.support.ie + bundles/org.eclipse.wst.jsdt.ui + + -- 1.8.3.1