| Summary: | [GEF4] Ensure org.eclipse.mylyn.wikitext.* jars are not bundled by each GEF4 doc plug-in but centralized into org.eclipse.gef4.releng/libs | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | RelEng | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | Alexander Nyßen <nyssen> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Centralized generation of documentation into org.eclipse.gef4.releng project. It now contains the libs, as well as two ant scripts (generateWikitext.xml and generateJavadoc.xml) that are called from the org.eclipe.gef4.releng/pom.xml and generate documentation in case a javadocOptions.txt and a wikitextOptions.txt file can be found in the project.basesdir. Changed the doc plug-ins to no longer bundle the libs and the generateDoc.xml ant script, but instead (in addition to the already existing javadocOptions.txt) to provide only a wikitextOptions.txt file. |