From ffe40914355c4e0a583ff2ca3f2d9b56aaf8d9cb Mon Sep 17 00:00:00 2001 From: "Torkild U. Resheim" Date: Mon, 10 Oct 2011 22:57:20 +0200 Subject: [PATCH] 332122: Add ANT task for converting from wiki markup to EPUB format https://bugs.eclipse.org/bugs/show_bug.cgi?id=332122 Removed source files and fonts. Change-Id: I284d9a9a9e97359d339507448b062e3d196e1105 --- org.eclipse.mylyn.docs-site/site.xml | 75 +++++++++++++++++---------------- pom.xml | 9 ++++- 2 files changed, 47 insertions(+), 37 deletions(-) diff --git a/org.eclipse.mylyn.docs-site/site.xml b/org.eclipse.mylyn.docs-site/site.xml index baf79ad..6b835ab 100644 --- a/org.eclipse.mylyn.docs-site/site.xml +++ b/org.eclipse.mylyn.docs-site/site.xml @@ -1,36 +1,39 @@ - - - - Mylyn Docs - - - - - - - - - - - - - - - - - - - Tools. - - - - - Connectors that integrate with ALM systems. - - - - - Source code and documentation for integrators. - - - + + + + Mylyn Docs + + + + + + + + + + + + + + + + + + + + + + Tools. + + + + + Connectors that integrate with ALM systems. + + + + + Source code and documentation for integrators. + + + diff --git a/pom.xml b/pom.xml index 89bf934..9e1acc7 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,13 @@ + + org.eclipse.mylyn.docs.epub.core + org.eclipse.mylyn.docs.epub.ant.core + org.eclipse.mylyn.docs.epub.ui + org.eclipse.mylyn.docs.epub.help + org.eclipse.mylyn.docs.epub.tests + org.eclipse.mylyn.docs.epub-feature org.eclipse.mylyn.docs-site org.eclipse.mylyn.docs.sdk-feature org.eclipse.mylyn.htmltext-feature @@ -93,7 +100,7 @@ org.eclipse.mylyn.wikitext.twiki.core org.eclipse.mylyn.wikitext.twiki.ui org.eclipse.mylyn.wikitext.ui - + org.eclipse.mylyn.wikitext-standalone -- 1.7.5.4