From a1ca121d4c81f3d4eff81037d58ccb41e05f6532 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 5 Jul 2013 15:40:37 -0400 Subject: [PATCH] Build with CBI --- .gitignore | 3 + bundles/org.eclipse.wst.xml.xpath.core/pom.xml | 27 ++++++++ bundles/org.eclipse.wst.xml.xpath.ui/pom.xml | 27 ++++++++ .../org.eclipse.wst.xml.xpath2.processor/pom.xml | 68 +++++++------------- .../org.eclipse.wst.xml.xpath2.wtptypes/pom.xml | 56 +++++++--------- .../org.eclipse.wst.xml.xpath2/build.properties | 6 ++ bundles/org.eclipse.wst.xml.xpath2/pom.xml | 37 +++++++---- .../pom.xml | 38 +++++++---- .../pom.xml | 36 +++++++---- .../pom.xml | 75 ++++++++++++++++++---- .../pom.xml | 36 +++++++---- pom.xml | 42 ++++++++++++ 12 files changed, 307 insertions(+), 144 deletions(-) create mode 100644 bundles/org.eclipse.wst.xml.xpath.core/pom.xml create mode 100644 bundles/org.eclipse.wst.xml.xpath.ui/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index cc43893..574bbe7 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ javaCompiler...args bundles/org.eclipse.wst.xml.xpath2.processor/lib/javacup10.jar bundles/org.eclipse.wst.xml.xpath2.processor/JavaCUP-dump.txt bundles/org.eclipse.wst.xml.xpath2.processor/lib/JFlex.jar + +# maven +target/ diff --git a/bundles/org.eclipse.wst.xml.xpath.core/pom.xml b/bundles/org.eclipse.wst.xml.xpath.core/pom.xml new file mode 100644 index 0000000..682abe4 --- /dev/null +++ b/bundles/org.eclipse.wst.xml.xpath.core/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath.core + 1.3.0-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml b/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml new file mode 100644 index 0000000..302a47c --- /dev/null +++ b/bundles/org.eclipse.wst.xml.xpath.ui/pom.xml @@ -0,0 +1,27 @@ + + + + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath.ui + 1.1.101-SNAPSHOT + eclipse-plugin + diff --git a/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml b/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml index 7be277a..a9bc0d0 100644 --- a/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml +++ b/bundles/org.eclipse.wst.xml.xpath2.processor/pom.xml @@ -1,49 +1,27 @@ - - 4.0.0 - org.eclipse.wst.xml.xpath2.processor - eclipse-plugin - 2.1.1-SNAPSHOT - PsychoPath XPath 2.0 Processor + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.1.1-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - - src - - - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - - - - - org.sonatype.tycho - maven-osgi-compiler-plugin - ${tycho-version} - - jdt - true - 1.5 - jsr14 - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor + 2.1.100-SNAPSHOT + eclipse-plugin diff --git a/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml b/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml index a8c18ed..7871e2c 100644 --- a/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml +++ b/bundles/org.eclipse.wst.xml.xpath2.wtptypes/pom.xml @@ -1,37 +1,27 @@ - - 4.0.0 - org.eclipse.wst.xml.xpath2.wtptypes - eclipse-plugin - 2.0.0-SNAPSHOT - PsychoPath XPath 2.0 Processor + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - - src - - - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.wtptypes + 2.0.0-SNAPSHOT + eclipse-plugin diff --git a/bundles/org.eclipse.wst.xml.xpath2/build.properties b/bundles/org.eclipse.wst.xml.xpath2/build.properties index 2f68529..7ccfc21 100644 --- a/bundles/org.eclipse.wst.xml.xpath2/build.properties +++ b/bundles/org.eclipse.wst.xml.xpath2/build.properties @@ -5,3 +5,9 @@ bin.includes = META-INF/,\ about.properties,\ icons/,\ plugin.properties +src.includes = about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + icons/,\ + plugin.properties diff --git a/bundles/org.eclipse.wst.xml.xpath2/pom.xml b/bundles/org.eclipse.wst.xml.xpath2/pom.xml index 1ad4bb1..cd98d23 100644 --- a/bundles/org.eclipse.wst.xml.xpath2/pom.xml +++ b/bundles/org.eclipse.wst.xml.xpath2/pom.xml @@ -1,16 +1,27 @@ - - 4.0.0 - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + - org.eclipse.wst.xml.xpath2 - 1.1.0-SNAPSHOT - eclipse-plugin - PsychoPath XPath 2.0 Processor: Branding Plug-in + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + + + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2 + 1.1.0-SNAPSHOT + eclipse-plugin diff --git a/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml b/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml index 543465b..42b66a3 100644 --- a/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml +++ b/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml @@ -1,17 +1,27 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.processor.doc.user - 2.0.0-SNAPSHOT - eclipse-plugin - PsychoPath XPath 2.0 Processor: User Documentation - \ No newline at end of file + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor.doc.user + 2.0.0-SNAPSHOT + eclipse-plugin + diff --git a/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml b/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml index 1d8770b..b2830fc 100644 --- a/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml +++ b/docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc/pom.xml @@ -1,17 +1,27 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.sdk.doc - 2.0.0-SNAPSHOT - eclipse-plugin - PsychoPath XPath 2.0 Processor: SDK Documentation + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor.sdk.doc + 2.0.0-SNAPSHOT + eclipse-plugin diff --git a/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml b/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml index 3c23faa..36bc102 100644 --- a/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml +++ b/features/org.eclipse.wst.xml.xpath2.processor.feature/pom.xml @@ -1,17 +1,66 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../development/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.processor.feature - 2.0.0-SNAPSHOT - eclipse-feature - PsychoPath XPath 2.0 Processor Feature + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor.feature + 2.0.200-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.xpath2.processor.sdk.feature/pom.xml b/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml index 9b95295..1a62951 100644 --- a/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml +++ b/features/org.eclipse.wst.xml.xpath2.processor.sdk.feature/pom.xml @@ -1,17 +1,27 @@ - - 4.0.0 + - - org.eclipse.wst.xml.xpath2 - org.eclipse.wst.xml.xpath2-parent - 2.0.0-SNAPSHOT - ../../sdevelopment/athena/org.eclipse.wst.xml.xpath2.releng - + + 4.0.0 + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + ../../ + - org.eclipse.wst.xml.xpath2.processor.sdk.feature - 2.0.0-SNAPSHOT - eclipse-feature - PsychoPath XPath 2.0 Processor: SDK Feature + org.eclipse.webtools.sourceediting + org.eclipse.wst.xml.xpath2.processor.sdk.feature + 2.0.100-SNAPSHOT + eclipse-feature diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..069e45c --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + + + + 4.0.0 + + + org.eclipse + wtp-parent + 3.5.0-SNAPSHOT + ../wtp-parent + + + org.eclipse.webtools.sourceediting + org.eclipse.webtools.sourceediting.xpath + 3.5.0-SNAPSHOT + pom + + + bundles/org.eclipse.wst.xml.xpath2 + bundles/org.eclipse.wst.xml.xpath2.processor + bundles/org.eclipse.wst.xml.xpath2.wtptypes + bundles/org.eclipse.wst.xml.xpath.core + bundles/org.eclipse.wst.xml.xpath.ui + + docs/org.eclipse.wst.xml.xpath2.processor.doc.user + docs/org.eclipse.wst.xml.xpath2.processor.sdk.doc + + features/org.eclipse.wst.xml.xpath2.processor.feature + features/org.eclipse.wst.xml.xpath2.processor.sdk.feature + + -- 1.8.3.1