[eclipse] Workaround a problem with documentation not being build due to the tycho issue.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Sep 6 15:03:55 UTC 2012


commit 6de4969a8740b89bda2aa6a9a17603eab6346240
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Sep 6 14:08:19 2012 +0200

    Workaround a problem with documentation not being build due to the tycho
    issue.

 eclipse.spec |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index c877c07..206490a 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -492,6 +492,21 @@ mvn-rpmbuild clean install \
    -Dmaven.local.mode=true -Dtycho.local.keepTarget -Demf-repo.url=file:/`pwd`/repo
 # popd
 
+pushd eclipse.platform.common/bundles/org.eclipse.platform.doc.user
+	mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
+popd
+pushd eclipse.platform.common/bundles/org.eclipse.platform.doc.isv
+	mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
+popd
+pushd eclipse.platform.common/bundles/org.eclipse.jdt.doc.user
+	mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
+popd
+pushd eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv
+	mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
+popd
+pushd eclipse.platform.common/bundles/org.eclipse.pde.doc.user
+	mvn-rpmbuild install -Dmaven.test.skip=true -Dmaven.local.mode=true
+popd 
 mvn-rpmbuild clean install \
    -Dmaven.test.skip=true -Dnative=linux.gtk.${ARCH}  \
    -Dmaven.local.mode=true -Dtycho.local.keepTarget -Demf-repo.url=file:/`pwd`/repo


More information about the scm-commits mailing list