From e5f4de8cf713f9fabadd5e8e47b2dc811062f19b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 28 Nov 2012 12:20:47 -0500 Subject: Bug 390119 - branding plugins buildId aren't updated --- bundles/org.eclipse.jdt.doc.isv/pom.xml | 136 +++++++++++++++++++++++++++++++ bundles/org.eclipse.jdt.doc.user/pom.xml | 81 ++++++++++++++++++ bundles/org.eclipse.pde.doc.user/pom.xml | 127 +++++++++++++++++++++++++++++ 3 files changed, 344 insertions(+) diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml index c99a2552f..943ba7b94 100644 --- a/bundles/org.eclipse.jdt.doc.isv/pom.xml +++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml @@ -23,4 +23,140 @@ org.eclipse.jdt.doc.isv 3.8.1-SNAPSHOT eclipse-plugin + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + 'v${maven.build.timestamp}' + + + + + + + + update-branding-plugins + + + + maven-antrun-plugin + + + process-resources + + + + + + + run + + + + + + + + + build-docs + + true + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + com.ibm.icu + 0.0.0 + + + eclipse-plugin + org.apache.ant + 0.0.0 + + + eclipse-plugin + org.junit + 0.0.0 + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy + process-resources + + copy-dependencies + + + true + true + + + + + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + + ${tycho.version} + + + -Dhelp.lucene.tokenizer=standard + + -application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml -Dbasedir.properties=cbi_basedirs.properties + + + + org.eclipse.ant.core + eclipse-plugin + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + org.eclipse.pde.build + eclipse-plugin + + + org.eclipse.pde.core + eclipse-plugin + + + + + + + eclipse-run + + compile + + + + + + + diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml index 2589fc619..ab16139c7 100644 --- a/bundles/org.eclipse.jdt.doc.user/pom.xml +++ b/bundles/org.eclipse.jdt.doc.user/pom.xml @@ -23,4 +23,85 @@ org.eclipse.jdt.doc.user 3.8.1-SNAPSHOT eclipse-plugin + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + 'v${maven.build.timestamp}' + + + + + + + + update-branding-plugins + + + + maven-antrun-plugin + + + process-resources + + + + + + + run + + + + + + + + + build-docs + + true + + + + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + ${tycho.version} + + -Dhelp.lucene.tokenizer=standard + -application org.eclipse.ant.core.antRunner -buildfile build.xml build.index + + + org.eclipse.ant.core + eclipse-plugin + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + + + + + eclipse-run + + compile + + + + + + + diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml index 7a181fdb7..f7f159b44 100644 --- a/bundles/org.eclipse.pde.doc.user/pom.xml +++ b/bundles/org.eclipse.pde.doc.user/pom.xml @@ -23,4 +23,131 @@ org.eclipse.pde.doc.user 3.8.1-SNAPSHOT eclipse-plugin + + + + + org.eclipse.tycho + tycho-packaging-plugin + ${tycho.version} + + 'v${maven.build.timestamp}' + + + + + + + + update-branding-plugins + + + + maven-antrun-plugin + + + process-resources + + + + + + + run + + + + + + + + + build-docs + + true + + + + + org.eclipse.tycho + target-platform-configuration + + + + + eclipse-plugin + org.eclipse.jdt.debug + 0.0.0 + + + eclipse-plugin + org.eclipse.jdt.junit + 0.0.0 + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy + process-resources + + copy-dependencies + + + true + true + + + + + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + ${tycho.version} + + -Dhelp.lucene.tokenizer=standard + -application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml -Dbasedir.properties=cbi_basedirs.properties + + + org.eclipse.ant.core + eclipse-plugin + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + org.eclipse.pde.build + eclipse-plugin + + + org.eclipse.pde.core + eclipse-plugin + + + + + + + eclipse-run + + compile + + + + + + + -- cgit v1.2.3