From a0dde664925d918785b8fedd284241f806422056 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 3 Jul 2013 16:34:46 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 ++ features/org.eclipse.jst.jsf.doc.feature/pom.xml | 27 +++++++++++++++++ .../org.eclipse.jst.jsf.doc.dev/build.properties | 10 +++++++ plugins/org.eclipse.jst.jsf.doc.dev/pom.xml | 27 +++++++++++++++++ .../org.eclipse.jst.jsf.doc.user/build.properties | 13 +++++++++ plugins/org.eclipse.jst.jsf.doc.user/pom.xml | 27 +++++++++++++++++ pom.xml | 34 ++++++++++++++++++++++ 7 files changed, 141 insertions(+) create mode 100644 features/org.eclipse.jst.jsf.doc.feature/pom.xml create mode 100644 plugins/org.eclipse.jst.jsf.doc.dev/pom.xml create mode 100644 plugins/org.eclipse.jst.jsf.doc.user/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 092357e..96b729c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ bin + +# maven +target/ diff --git a/features/org.eclipse.jst.jsf.doc.feature/pom.xml b/features/org.eclipse.jst.jsf.doc.feature/pom.xml new file mode 100644 index 0000000..f6375dc --- /dev/null +++ b/features/org.eclipse.jst.jsf.doc.feature/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsf + org.eclipse.webtools.jsf.docs + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsf + org.eclipse.jst.jsf.doc.feature + 2.3.0-SNAPSHOT + eclipse-feature + diff --git a/plugins/org.eclipse.jst.jsf.doc.dev/build.properties b/plugins/org.eclipse.jst.jsf.doc.dev/build.properties index b5fc44e..3055c85 100644 --- a/plugins/org.eclipse.jst.jsf.doc.dev/build.properties +++ b/plugins/org.eclipse.jst.jsf.doc.dev/build.properties @@ -19,3 +19,13 @@ bin.includes = META-INF/,\ about.html,\ topics_ExtPoint_Reference.xml,\ javadoctoc.xml +src.includes = about.html,\ + plugin.properties,\ + plugin.xml,\ + html/,\ + toc.xml,\ + tocprogrammersguide.xml,\ + tocreference.xml,\ + toctutorials.xml,\ + topics_ExtPoint_Reference.xml,\ + javadoctoc.xml diff --git a/plugins/org.eclipse.jst.jsf.doc.dev/pom.xml b/plugins/org.eclipse.jst.jsf.doc.dev/pom.xml new file mode 100644 index 0000000..5a1c215 --- /dev/null +++ b/plugins/org.eclipse.jst.jsf.doc.dev/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsf + org.eclipse.webtools.jsf.docs + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsf + org.eclipse.jst.jsf.doc.dev + 1.4.0-SNAPSHOT + eclipse-plugin + diff --git a/plugins/org.eclipse.jst.jsf.doc.user/build.properties b/plugins/org.eclipse.jst.jsf.doc.user/build.properties index a2d50e9..5c48764 100644 --- a/plugins/org.eclipse.jst.jsf.doc.user/build.properties +++ b/plugins/org.eclipse.jst.jsf.doc.user/build.properties @@ -17,3 +17,16 @@ bin.includes = plugin.xml,\ images/,\ plugin.properties,\ about.html +src.includes = about.html,\ + plugin.properties,\ + plugin.xml,\ + book.css,\ + build.xml,\ + facesconfig_ui_contexts.xml,\ + html/,\ + images/,\ + toc.xml,\ + tocconcepts.xml,\ + tocgettingstarted.xml,\ + tocreference.xml,\ + toctasks.xml diff --git a/plugins/org.eclipse.jst.jsf.doc.user/pom.xml b/plugins/org.eclipse.jst.jsf.doc.user/pom.xml new file mode 100644 index 0000000..82f315e --- /dev/null +++ b/plugins/org.eclipse.jst.jsf.doc.user/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.jsf + org.eclipse.webtools.jsf.docs + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.jsf + org.eclipse.jst.jsf.doc.user + 1.4.0-SNAPSHOT + eclipse-plugin + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..561bbed --- /dev/null +++ b/pom.xml @@ -0,0 +1,34 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.jsf + org.eclipse.webtools.jsf.docs + 3.5.0-SNAPSHOT + pom + + + features/org.eclipse.jst.jsf.doc.feature + plugins/org.eclipse.jst.jsf.doc.dev + plugins/org.eclipse.jst.jsf.doc.user + + -- 1.8.3.1