Implement maven build for org.eclipse.egit.doc
commit70ea07358d8347c43856b54484c7e9ea06595e91
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 16 Mar 2010 22:11:14 +0000 (16 23:11 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 16 Mar 2010 22:45:46 +0000 (16 23:45 +0100)
treeec4588a535b146d822ee171587a6a683f16b6b6d
parentbc81cc2f99e2f6bd7ae9be4a6d8f0989df4d9111
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>
org.eclipse.egit-feature/feature.xml
org.eclipse.egit.doc/.gitignore [new file with mode: 0644]
org.eclipse.egit.doc/build-help.xml
org.eclipse.egit.doc/plugin.properties
org.eclipse.egit.doc/pom.xml [new file with mode: 0644]
pom.xml