From 16f84471cbe661e018648445d8bdd6f52d376158 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 26 Jun 2013 11:25:08 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 + bundles/org.eclipse.jst.jsp.core/pom.xml | 27 ++++++++ bundles/org.eclipse.jst.jsp.ui/pom.xml | 27 ++++++++ bundles/org.eclipse.jst.standard.schemas/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.css.core/pom.xml | 47 +++++++++++++ bundles/org.eclipse.wst.css.ui/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.dtd.core/pom.xml | 47 +++++++++++++ bundles/org.eclipse.wst.dtd.ui/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.html.core/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.html.ui/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.jsdt.web.core/pom.xml | 27 ++++++++ .../org.eclipse.wst.jsdt.web.support.jsp/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.jsdt.web.ui/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.sse.core/pom.xml | 48 ++++++++++++++ bundles/org.eclipse.wst.sse.ui/pom.xml | 47 +++++++++++++ bundles/org.eclipse.wst.standard.schemas/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.xml.core/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.xml.ui/pom.xml | 47 +++++++++++++ bundles/org.eclipse.wst.xsd.core/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.xsd.ui/pom.xml | 27 ++++++++ .../pom.xml | 27 ++++++++ bundles/org.eclipse.wtp.web.capabilities/pom.xml | 27 ++++++++ bundles/org.eclipse.wtp.xml.capabilities/pom.xml | 27 ++++++++ .../build.properties | 5 ++ docs/org.eclipse.jst.jsp.ui.infopop/pom.xml | 27 ++++++++ docs/org.eclipse.wst.doc.user/build.properties | 12 ++++ docs/org.eclipse.wst.doc.user/pom.xml | 27 ++++++++ .../build.properties | 5 ++ docs/org.eclipse.wst.dtd.ui.infopop/pom.xml | 27 ++++++++ docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml | 27 ++++++++ .../build.properties | 5 ++ docs/org.eclipse.wst.html.ui.infopop/pom.xml | 27 ++++++++ docs/org.eclipse.wst.sse.doc.user/pom.xml | 27 ++++++++ .../build.properties | 5 ++ docs/org.eclipse.wst.sse.ui.infopop/pom.xml | 27 ++++++++ docs/org.eclipse.wst.webtools.doc.user/pom.xml | 27 ++++++++ .../build.properties | 12 +++- docs/org.eclipse.wst.xml.ui.infopop/pom.xml | 27 ++++++++ docs/org.eclipse.wst.xmleditor.doc.user/pom.xml | 27 ++++++++ docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml | 27 ++++++++ .../org.eclipse.wst.web_core.feature.patch/pom.xml | 27 ++++++++ features/org.eclipse.wst.web_core.feature/pom.xml | 60 +++++++++++++++++ features/org.eclipse.wst.web_sdk.feature/pom.xml | 27 ++++++++ .../org.eclipse.wst.web_ui.feature.patch/pom.xml | 27 ++++++++ features/org.eclipse.wst.web_ui.feature/pom.xml | 60 +++++++++++++++++ .../org.eclipse.wst.web_userdoc.feature/pom.xml | 60 +++++++++++++++++ features/org.eclipse.wst.xml_core.feature/pom.xml | 68 +++++++++++++++++++ features/org.eclipse.wst.xml_sdk.feature/pom.xml | 27 ++++++++ .../feature.xml | 2 +- .../org.eclipse.wst.xml_ui.feature.patch/pom.xml | 27 ++++++++ features/org.eclipse.wst.xml_ui.feature/pom.xml | 60 +++++++++++++++++ .../org.eclipse.wst.xml_userdoc.feature/pom.xml | 60 +++++++++++++++++ pom.xml | 77 ++++++++++++++++++++++ 53 files changed, 1618 insertions(+), 3 deletions(-) create mode 100644 bundles/org.eclipse.jst.jsp.core/pom.xml create mode 100644 bundles/org.eclipse.jst.jsp.ui/pom.xml create mode 100644 bundles/org.eclipse.jst.standard.schemas/pom.xml create mode 100644 bundles/org.eclipse.wst.css.core/pom.xml create mode 100644 bundles/org.eclipse.wst.css.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.dtd.core/pom.xml create mode 100644 bundles/org.eclipse.wst.dtd.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.html.core/pom.xml create mode 100644 bundles/org.eclipse.wst.html.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.web.core/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml create mode 100644 bundles/org.eclipse.wst.jsdt.web.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.sse.core/pom.xml create mode 100644 bundles/org.eclipse.wst.sse.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.standard.schemas/pom.xml create mode 100644 bundles/org.eclipse.wst.xml.core/pom.xml create mode 100644 bundles/org.eclipse.wst.xml.ui/pom.xml create mode 100644 bundles/org.eclipse.wst.xsd.core/pom.xml create mode 100644 bundles/org.eclipse.wst.xsd.ui/pom.xml create mode 100644 bundles/org.eclipse.wtp.javascript.capabilities/pom.xml create mode 100644 bundles/org.eclipse.wtp.web.capabilities/pom.xml create mode 100644 bundles/org.eclipse.wtp.xml.capabilities/pom.xml create mode 100644 docs/org.eclipse.jst.jsp.ui.infopop/pom.xml create mode 100644 docs/org.eclipse.wst.doc.user/pom.xml create mode 100644 docs/org.eclipse.wst.dtd.ui.infopop/pom.xml create mode 100644 docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml create mode 100644 docs/org.eclipse.wst.html.ui.infopop/pom.xml create mode 100644 docs/org.eclipse.wst.sse.doc.user/pom.xml create mode 100644 docs/org.eclipse.wst.sse.ui.infopop/pom.xml create mode 100644 docs/org.eclipse.wst.webtools.doc.user/pom.xml create mode 100644 docs/org.eclipse.wst.xml.ui.infopop/pom.xml create mode 100644 docs/org.eclipse.wst.xmleditor.doc.user/pom.xml create mode 100644 docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml create mode 100644 features/org.eclipse.wst.web_core.feature.patch/pom.xml create mode 100644 features/org.eclipse.wst.web_core.feature/pom.xml create mode 100644 features/org.eclipse.wst.web_sdk.feature/pom.xml create mode 100644 features/org.eclipse.wst.web_ui.feature.patch/pom.xml create mode 100644 features/org.eclipse.wst.web_ui.feature/pom.xml create mode 100644 features/org.eclipse.wst.web_userdoc.feature/pom.xml create mode 100644 features/org.eclipse.wst.xml_core.feature/pom.xml create mode 100644 features/org.eclipse.wst.xml_sdk.feature/pom.xml create mode 100644 features/org.eclipse.wst.xml_ui.feature.patch/pom.xml create mode 100644 features/org.eclipse.wst.xml_ui.feature/pom.xml create mode 100644 features/org.eclipse.wst.xml_userdoc.feature/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index dbd9f46..892dc1e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ temp.folder src.zip .fbwarnings javaCompiler...args + +# maven +target/ diff --git a/bundles/org.eclipse.jst.jsp.core/pom.xml b/bundles/org.eclipse.jst.jsp.core/pom.xml new file mode 100644 index 0000000..90b0d73 --- /dev/null +++ b/bundles/org.eclipse.jst.jsp.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.jst.jsp.core + 1.2.600-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.jst.jsp.ui/pom.xml b/bundles/org.eclipse.jst.jsp.ui/pom.xml new file mode 100644 index 0000000..0d8a140 --- /dev/null +++ b/bundles/org.eclipse.jst.jsp.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.jst.jsp.ui + 1.1.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.jst.standard.schemas/pom.xml b/bundles/org.eclipse.jst.standard.schemas/pom.xml new file mode 100644 index 0000000..5f4770b --- /dev/null +++ b/bundles/org.eclipse.jst.standard.schemas/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.jst.standard.schemas + 1.2.100-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.css.core/pom.xml b/bundles/org.eclipse.wst.css.core/pom.xml new file mode 100644 index 0000000..14d5587 --- /dev/null +++ b/bundles/org.eclipse.wst.css.core/pom.xml @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.css.core + 1.1.700-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/bundles/org.eclipse.wst.css.ui/pom.xml b/bundles/org.eclipse.wst.css.ui/pom.xml new file mode 100644 index 0000000..12460d8 --- /dev/null +++ b/bundles/org.eclipse.wst.css.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.css.ui + 1.0.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.dtd.core/pom.xml b/bundles/org.eclipse.wst.dtd.core/pom.xml new file mode 100644 index 0000000..349b155 --- /dev/null +++ b/bundles/org.eclipse.wst.dtd.core/pom.xml @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.dtd.core + 1.1.700-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/bundles/org.eclipse.wst.dtd.ui/pom.xml b/bundles/org.eclipse.wst.dtd.ui/pom.xml new file mode 100644 index 0000000..39b91d9 --- /dev/null +++ b/bundles/org.eclipse.wst.dtd.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.dtd.ui + 1.0.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.html.core/pom.xml b/bundles/org.eclipse.wst.html.core/pom.xml new file mode 100644 index 0000000..95da7e6 --- /dev/null +++ b/bundles/org.eclipse.wst.html.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.html.core + 1.1.700-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.html.ui/pom.xml b/bundles/org.eclipse.wst.html.ui/pom.xml new file mode 100644 index 0000000..d7d3127 --- /dev/null +++ b/bundles/org.eclipse.wst.html.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.html.ui + 1.0.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.web.core/pom.xml b/bundles/org.eclipse.wst.jsdt.web.core/pom.xml new file mode 100644 index 0000000..0518d5f --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.web.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.jsdt.web.core + 1.0.600-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml b/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml new file mode 100644 index 0000000..266faf7 --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.jsdt.web.support.jsp + 1.0.500-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.jsdt.web.ui/pom.xml b/bundles/org.eclipse.wst.jsdt.web.ui/pom.xml new file mode 100644 index 0000000..b9deaff --- /dev/null +++ b/bundles/org.eclipse.wst.jsdt.web.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.jsdt.web.ui + 1.0.600-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.sse.core/pom.xml b/bundles/org.eclipse.wst.sse.core/pom.xml new file mode 100644 index 0000000..7ede050 --- /dev/null +++ b/bundles/org.eclipse.wst.sse.core/pom.xml @@ -0,0 +1,48 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.sse.core + 1.1.800-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + + diff --git a/bundles/org.eclipse.wst.sse.ui/pom.xml b/bundles/org.eclipse.wst.sse.ui/pom.xml new file mode 100644 index 0000000..f5061e1 --- /dev/null +++ b/bundles/org.eclipse.wst.sse.ui/pom.xml @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.sse.ui + 1.3.200-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/bundles/org.eclipse.wst.standard.schemas/pom.xml b/bundles/org.eclipse.wst.standard.schemas/pom.xml new file mode 100644 index 0000000..16e73a9 --- /dev/null +++ b/bundles/org.eclipse.wst.standard.schemas/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.standard.schemas + 1.0.700-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.xml.core/pom.xml b/bundles/org.eclipse.wst.xml.core/pom.xml new file mode 100644 index 0000000..0a8f6f7 --- /dev/null +++ b/bundles/org.eclipse.wst.xml.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.core + 1.1.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.xml.ui/pom.xml b/bundles/org.eclipse.wst.xml.ui/pom.xml new file mode 100644 index 0000000..55982c0 --- /dev/null +++ b/bundles/org.eclipse.wst.xml.ui/pom.xml @@ -0,0 +1,47 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.ui + 1.1.400-SNAPSHOT + eclipse-plugin + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + + + + + + diff --git a/bundles/org.eclipse.wst.xsd.core/pom.xml b/bundles/org.eclipse.wst.xsd.core/pom.xml new file mode 100644 index 0000000..2a06ab2 --- /dev/null +++ b/bundles/org.eclipse.wst.xsd.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xsd.core + 1.1.800-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.xsd.ui/pom.xml b/bundles/org.eclipse.wst.xsd.ui/pom.xml new file mode 100644 index 0000000..9f46f12 --- /dev/null +++ b/bundles/org.eclipse.wst.xsd.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xsd.ui + 1.2.500-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wtp.javascript.capabilities/pom.xml b/bundles/org.eclipse.wtp.javascript.capabilities/pom.xml new file mode 100644 index 0000000..cff1bee --- /dev/null +++ b/bundles/org.eclipse.wtp.javascript.capabilities/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wtp.javascript.capabilities + 1.0.100-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wtp.web.capabilities/pom.xml b/bundles/org.eclipse.wtp.web.capabilities/pom.xml new file mode 100644 index 0000000..ec11bf7 --- /dev/null +++ b/bundles/org.eclipse.wtp.web.capabilities/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wtp.web.capabilities + 1.0.100-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wtp.xml.capabilities/pom.xml b/bundles/org.eclipse.wtp.xml.capabilities/pom.xml new file mode 100644 index 0000000..e81a5e8 --- /dev/null +++ b/bundles/org.eclipse.wtp.xml.capabilities/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wtp.xml.capabilities + 1.0.100-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties index 58c6973..ea7d118 100644 --- a/docs/org.eclipse.jst.jsp.ui.infopop/build.properties +++ b/docs/org.eclipse.jst.jsp.ui.infopop/build.properties @@ -10,4 +10,9 @@ bin.includes = EditorJspContexts.xml,\ plugin.properties,\ plugin.xml,\ plugin.properties +src.includes = plugin.xml,\ + EditorJspContexts.xml,\ + EditorJspContexts2.xml,\ + about.html,\ + plugin.properties generateSourceBundle=false diff --git a/docs/org.eclipse.jst.jsp.ui.infopop/pom.xml b/docs/org.eclipse.jst.jsp.ui.infopop/pom.xml new file mode 100644 index 0000000..36e614d --- /dev/null +++ b/docs/org.eclipse.jst.jsp.ui.infopop/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.jst.jsp.ui.infopop + 1.0.200-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.doc.user/build.properties b/docs/org.eclipse.wst.doc.user/build.properties index 8307a8e..fd7bb54 100644 --- a/docs/org.eclipse.wst.doc.user/build.properties +++ b/docs/org.eclipse.wst.doc.user/build.properties @@ -11,3 +11,15 @@ bin.includes = about.html,\ topics/,\ book.css,\ commonrtl.css +src.includes = about.html,\ + plugin.properties,\ + plugin.xml,\ + book.css,\ + common.css,\ + commontr.css,\ + commontl.css,\ + images/,\ + notices.html,\ + reference_toc.xml,\ + toc.xml,\ + topics/ diff --git a/docs/org.eclipse.wst.doc.user/pom.xml b/docs/org.eclipse.wst.doc.user/pom.xml new file mode 100644 index 0000000..d9df6ae --- /dev/null +++ b/docs/org.eclipse.wst.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.doc.user + 1.2.0-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties index 7e8b37a..d01e3a4 100644 --- a/docs/org.eclipse.wst.dtd.ui.infopop/build.properties +++ b/docs/org.eclipse.wst.dtd.ui.infopop/build.properties @@ -4,4 +4,9 @@ bin.includes = plugin.xml,\ EditorDtdContexts.xml,\ META-INF/,\ EditorDtdContexts2.xml +src.includes = plugin.xml,\ + about.html,\ + plugin.properties,\ + EditorDtdContexts.xml,\ + EditorDtdContexts2.xml generateSourceBundle=false diff --git a/docs/org.eclipse.wst.dtd.ui.infopop/pom.xml b/docs/org.eclipse.wst.dtd.ui.infopop/pom.xml new file mode 100644 index 0000000..b97e7da --- /dev/null +++ b/docs/org.eclipse.wst.dtd.ui.infopop/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.dtd.ui.infopop + 1.0.400-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml b/docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml new file mode 100644 index 0000000..6cb73a3 --- /dev/null +++ b/docs/org.eclipse.wst.dtdeditor.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.dtdeditor.doc.user + 1.0.700-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.html.ui.infopop/build.properties b/docs/org.eclipse.wst.html.ui.infopop/build.properties index f1a352e..164ad79 100644 --- a/docs/org.eclipse.wst.html.ui.infopop/build.properties +++ b/docs/org.eclipse.wst.html.ui.infopop/build.properties @@ -4,4 +4,9 @@ bin.includes = plugin.xml,\ META-INF/,\ EditorHtmlContexts2.xml,\ plugin.properties +src.includes = about.html,\ + plugin.properties,\ + plugin.xml,\ + EditorHtmlContexts.xml,\ + EditorHtmlContexts2.xml generateSourceBundle=false diff --git a/docs/org.eclipse.wst.html.ui.infopop/pom.xml b/docs/org.eclipse.wst.html.ui.infopop/pom.xml new file mode 100644 index 0000000..767c03d --- /dev/null +++ b/docs/org.eclipse.wst.html.ui.infopop/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.html.ui.infopop + 1.0.200-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.sse.doc.user/pom.xml b/docs/org.eclipse.wst.sse.doc.user/pom.xml new file mode 100644 index 0000000..8e9f93c --- /dev/null +++ b/docs/org.eclipse.wst.sse.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.sse.doc.user + 1.1.100-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.sse.ui.infopop/build.properties b/docs/org.eclipse.wst.sse.ui.infopop/build.properties index 94c7f99..3a66ffa 100644 --- a/docs/org.eclipse.wst.sse.ui.infopop/build.properties +++ b/docs/org.eclipse.wst.sse.ui.infopop/build.properties @@ -4,4 +4,9 @@ bin.includes = EditorContexts.xml,\ META-INF/,\ EditorCssContexts2.xml,\ plugin.properties +src.includes = plugin.xml,\ + plugin.properties,\ + about.html,\ + EditorContexts.xml,\ + EditorCssContexts2.xml generateSourceBundle=false diff --git a/docs/org.eclipse.wst.sse.ui.infopop/pom.xml b/docs/org.eclipse.wst.sse.ui.infopop/pom.xml new file mode 100644 index 0000000..1dc13fa --- /dev/null +++ b/docs/org.eclipse.wst.sse.ui.infopop/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.sse.ui.infopop + 1.0.300-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.webtools.doc.user/pom.xml b/docs/org.eclipse.wst.webtools.doc.user/pom.xml new file mode 100644 index 0000000..436f48c --- /dev/null +++ b/docs/org.eclipse.wst.webtools.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.webtools.doc.user + 1.0.500-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.xml.ui.infopop/build.properties b/docs/org.eclipse.wst.xml.ui.infopop/build.properties index 780ce89..de5c2e4 100644 --- a/docs/org.eclipse.wst.xml.ui.infopop/build.properties +++ b/docs/org.eclipse.wst.xml.ui.infopop/build.properties @@ -8,5 +8,13 @@ bin.includes = META-INF/,\ TableTree.xml,\ WSDLContexts.xml,\ XSDContexts.xml - -generateSourceBundle=false \ No newline at end of file +src.includes = plugin.xml,\ + plugin.properties,\ + about.html,\ + EditorXmlContexts.xml,\ + EditorXmlContexts2.xml,\ + TableTree.xml,\ + WSDLContexts.xml,\ + XMLWizardContexts.xml,\ + XSDContexts.xml +generateSourceBundle=false diff --git a/docs/org.eclipse.wst.xml.ui.infopop/pom.xml b/docs/org.eclipse.wst.xml.ui.infopop/pom.xml new file mode 100644 index 0000000..aed3913 --- /dev/null +++ b/docs/org.eclipse.wst.xml.ui.infopop/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.ui.infopop + 1.0.400-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/pom.xml b/docs/org.eclipse.wst.xmleditor.doc.user/pom.xml new file mode 100644 index 0000000..c1b0b0f --- /dev/null +++ b/docs/org.eclipse.wst.xmleditor.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xmleditor.doc.user + 1.0.700-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml new file mode 100644 index 0000000..25e9fee --- /dev/null +++ b/docs/org.eclipse.wst.xsdeditor.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xsdeditor.doc.user + 1.0.800-SNAPSHOT + eclipse-plugin + diff --git a/features/org.eclipse.wst.web_core.feature.patch/pom.xml b/features/org.eclipse.wst.web_core.feature.patch/pom.xml new file mode 100644 index 0000000..a28d549 --- /dev/null +++ b/features/org.eclipse.wst.web_core.feature.patch/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_core.feature.patch + 1.5.5-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.web_core.feature/pom.xml b/features/org.eclipse.wst.web_core.feature/pom.xml new file mode 100644 index 0000000..3ff9405 --- /dev/null +++ b/features/org.eclipse.wst.web_core.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_core.feature + 3.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.web_sdk.feature/pom.xml b/features/org.eclipse.wst.web_sdk.feature/pom.xml new file mode 100644 index 0000000..84a547c --- /dev/null +++ b/features/org.eclipse.wst.web_sdk.feature/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_sdk.feature + 3.5.0-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.web_ui.feature.patch/pom.xml b/features/org.eclipse.wst.web_ui.feature.patch/pom.xml new file mode 100644 index 0000000..41c52a9 --- /dev/null +++ b/features/org.eclipse.wst.web_ui.feature.patch/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_ui.feature.patch + 3.0.4-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.web_ui.feature/pom.xml b/features/org.eclipse.wst.web_ui.feature/pom.xml new file mode 100644 index 0000000..f8d1863 --- /dev/null +++ b/features/org.eclipse.wst.web_ui.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_ui.feature + 3.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.web_userdoc.feature/pom.xml b/features/org.eclipse.wst.web_userdoc.feature/pom.xml new file mode 100644 index 0000000..2b3208a --- /dev/null +++ b/features/org.eclipse.wst.web_userdoc.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.web_userdoc.feature + 3.3.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.xml_core.feature/pom.xml b/features/org.eclipse.wst.xml_core.feature/pom.xml new file mode 100644 index 0000000..473031e --- /dev/null +++ b/features/org.eclipse.wst.xml_core.feature/pom.xml @@ -0,0 +1,68 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml_core.feature + 3.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.xml_sdk.feature/pom.xml b/features/org.eclipse.wst.xml_sdk.feature/pom.xml new file mode 100644 index 0000000..dc7d94e --- /dev/null +++ b/features/org.eclipse.wst.xml_sdk.feature/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml_sdk.feature + 3.5.0-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.xml_ui.feature.patch/feature.xml b/features/org.eclipse.wst.xml_ui.feature.patch/feature.xml index 889095b..6e6bbb2 100644 --- a/features/org.eclipse.wst.xml_ui.feature.patch/feature.xml +++ b/features/org.eclipse.wst.xml_ui.feature.patch/feature.xml @@ -2,7 +2,7 @@ + version="1.0.0.qualifier"> [Enter Feature Description here.] diff --git a/features/org.eclipse.wst.xml_ui.feature.patch/pom.xml b/features/org.eclipse.wst.xml_ui.feature.patch/pom.xml new file mode 100644 index 0000000..5691168 --- /dev/null +++ b/features/org.eclipse.wst.xml_ui.feature.patch/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml_ui.feature.patch + 1.0.0-SNAPSHOT + eclipse-feature + diff --git a/features/org.eclipse.wst.xml_ui.feature/pom.xml b/features/org.eclipse.wst.xml_ui.feature/pom.xml new file mode 100644 index 0000000..4198a0b --- /dev/null +++ b/features/org.eclipse.wst.xml_ui.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml_ui.feature + 3.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.xml_userdoc.feature/pom.xml b/features/org.eclipse.wst.xml_userdoc.feature/pom.xml new file mode 100644 index 0000000..aa7d89c --- /dev/null +++ b/features/org.eclipse.wst.xml_userdoc.feature/pom.xml @@ -0,0 +1,60 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml_userdoc.feature + 3.3.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/pom.xml b/pom.xml new file mode 100644 index 0000000..4db8041 --- /dev/null +++ b/pom.xml @@ -0,0 +1,77 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting + 3.5.0-SNAPSHOT + pom + + + docs/org.eclipse.jst.jsp.ui.infopop + docs/org.eclipse.wst.doc.user + docs/org.eclipse.wst.dtdeditor.doc.user + docs/org.eclipse.wst.dtd.ui.infopop + docs/org.eclipse.wst.html.ui.infopop + docs/org.eclipse.wst.sse.doc.user + docs/org.eclipse.wst.sse.ui.infopop + docs/org.eclipse.wst.webtools.doc.user + docs/org.eclipse.wst.xmleditor.doc.user + docs/org.eclipse.wst.xml.ui.infopop + docs/org.eclipse.wst.xsdeditor.doc.user + + features/org.eclipse.wst.web_core.feature + features/org.eclipse.wst.web_core.feature.patch + features/org.eclipse.wst.web_sdk.feature + features/org.eclipse.wst.web_ui.feature + features/org.eclipse.wst.web_ui.feature.patch + features/org.eclipse.wst.web_userdoc.feature + features/org.eclipse.wst.xml_core.feature + features/org.eclipse.wst.xml_sdk.feature + features/org.eclipse.wst.xml_ui.feature + features/org.eclipse.wst.xml_ui.feature.patch + features/org.eclipse.wst.xml_userdoc.feature + + bundles/org.eclipse.jst.jsp.core + bundles/org.eclipse.jst.jsp.ui + bundles/org.eclipse.jst.standard.schemas + bundles/org.eclipse.wst.css.core + bundles/org.eclipse.wst.css.ui + bundles/org.eclipse.wst.dtd.core + bundles/org.eclipse.wst.dtd.ui + bundles/org.eclipse.wst.html.core + bundles/org.eclipse.wst.html.ui + bundles/org.eclipse.wst.jsdt.web.core + bundles/org.eclipse.wst.jsdt.web.support.jsp + bundles/org.eclipse.wst.jsdt.web.ui + bundles/org.eclipse.wst.sse.core + bundles/org.eclipse.wst.sse.ui + bundles/org.eclipse.wst.standard.schemas + bundles/org.eclipse.wst.xml.core + bundles/org.eclipse.wst.xml.ui + bundles/org.eclipse.wst.xsd.core + bundles/org.eclipse.wst.xsd.ui + bundles/org.eclipse.wtp.javascript.capabilities + bundles/org.eclipse.wtp.web.capabilities + bundles/org.eclipse.wtp.xml.capabilities + + -- 1.8.3.3