Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 429511

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: RelEngAssignee: 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 CLA 2014-03-03 16:23:58 EST
Up to now, each doc plug-in contains a libs directory containing the wikitext libs. We should provide these within org.eclipse.gef4.releng/libs, so they can be updated in a single location (as they are not bundled but only used at build-time, this is the best location to keep them).
Comment 1 Alexander Nyßen CLA 2014-03-25 06:09:33 EDT
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.