Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-03-16 22:11:14 +0000
committerMatthias Sohn2010-03-16 22:45:46 +0000
commit70ea07358d8347c43856b54484c7e9ea06595e91 (patch)
treeec4588a535b146d822ee171587a6a683f16b6b6d /org.eclipse.egit-feature
parentbc81cc2f99e2f6bd7ae9be4a6d8f0989df4d9111 (diff)
downloadegit-70ea07358d8347c43856b54484c7e9ea06595e91.tar.gz
egit-70ea07358d8347c43856b54484c7e9ea06595e91.tar.xz
egit-70ea07358d8347c43856b54484c7e9ea06595e91.zip
Implement maven build for org.eclipse.egit.doc
To package checked in userguide run mvn install to update documentation from Eclipse EGit wiki call mvn -Dupdate.egit.doc=1 install If necessary correct resulting documentation sources under userguide folder manually and commit the resulting changes under folder userguide to the repository. Change-Id: I89c69b2efb6e64f9434aa1faeae8cd467c8422b2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index ee62e45b03..27a9a77a45 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -61,4 +61,11 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.egit.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top