Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-28 10:37:07 +0000
committerSteffen Pingel2012-02-28 10:37:07 +0000
commitb5ffc0b2a1608e56da370d82d0b220243e3d63b8 (patch)
tree8c7430dbef2a7a0041ad1d5552bb38bedd311e68 /pom.xml
parentb2ba6c88e986d4d82bb34e51df30a2e452f9e872 (diff)
downloadorg.eclipse.mylyn.docs-b5ffc0b2a1608e56da370d82d0b220243e3d63b8.tar.gz
org.eclipse.mylyn.docs-b5ffc0b2a1608e56da370d82d0b220243e3d63b8.tar.xz
org.eclipse.mylyn.docs-b5ffc0b2a1608e56da370d82d0b220243e3d63b8.zip
NEW - bug 332122: Add ANT task for converting from wiki markup to EPUB
format https://bugs.eclipse.org/bugs/show_bug.cgi?id=332122 * Added generated code Change-Id: I128b447dd550b2a443e0b728ce052a5aba45da42
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml71
1 files changed, 36 insertions, 35 deletions
diff --git a/pom.xml b/pom.xml
index 178583760..8d3330812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.mylyn</groupId>
@@ -13,7 +13,7 @@
<version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
- <sonar.skippedModules>org.eclipse.mylyn.docs.sdk,org.eclipse.mylyn.docs-site,org.eclipse.mylyn.wikitext.help.sdk,org.eclipse.mylyn.wikitext.help.ui,org.eclipse.mylyn.htmltext,org.eclipse.mylyn.htmltext.ui,org.eclipse.mylyn.wikitext.extras,org.eclipse.mylyn.wikitext,org.eclipse.mylyn.wikitext.sdk,org.eclipse.mylyn.wikitext.confluence.ui,org.eclipse.mylyn.wikitext.creole.ui,org.eclipse.mylyn.wikitext.mediawiki.ui,org.eclipse.mylyn.wikitext.textile.ui,org.eclipse.mylyn.wikitext.tracwiki.ui,org.eclipse.mylyn.wikitext.twiki.ui</sonar.skippedModules>
+ <sonar.skippedModules>org.eclipse.mylyn.docs.sdk,org.eclipse.mylyn.docs-site,org.eclipse.mylyn.wikitext.help.sdk,org.eclipse.mylyn.wikitext.help.ui,org.eclipse.mylyn.htmltext,org.eclipse.mylyn.htmltext.ui,org.eclipse.mylyn.wikitext.extras,org.eclipse.mylyn.wikitext,org.eclipse.mylyn.wikitext.sdk,org.eclipse.mylyn.wikitext.confluence.ui,org.eclipse.mylyn.wikitext.creole.ui,org.eclipse.mylyn.wikitext.mediawiki.ui,org.eclipse.mylyn.wikitext.textile.ui,org.eclipse.mylyn.wikitext.tracwiki.ui,org.eclipse.mylyn.wikitext.twiki.ui</sonar.skippedModules>
</properties>
<mailingLists>
<mailingList>
@@ -44,36 +44,44 @@
</repository>
</repositories>
<profiles>
- <profile>
- <id>implicit-target</id>
+ <profile>
+ <id>implicit-target</id>
<activation>
- <property>
- <name>!explicit-target</name>
- </property>
+ <property>
+ <name>!explicit-target</name>
+ </property>
</activation>
- <repositories>
- <repository>
- <id>eclipse-mylyn-commons</id>
- <layout>p2</layout>
- <url>${mylyn-commons-repository-url}</url>
- </repository>
- <repository>
- <id>eclipse-mylyn-tasks</id>
- <layout>p2</layout>
- <url>${mylyn-tasks-repository-url}</url>
- </repository>
- <repository>
- <id>eclipse-mylyn-context</id>
- <layout>p2</layout>
- <url>${mylyn-context-repository-url}</url>
- </repository>
- </repositories>
- </profile>
+ <repositories>
+ <repository>
+ <id>eclipse-mylyn-commons</id>
+ <layout>p2</layout>
+ <url>${mylyn-commons-repository-url}</url>
+ </repository>
+ <repository>
+ <id>eclipse-mylyn-tasks</id>
+ <layout>p2</layout>
+ <url>${mylyn-tasks-repository-url}</url>
+ </repository>
+ <repository>
+ <id>eclipse-mylyn-context</id>
+ <layout>p2</layout>
+ <url>${mylyn-context-repository-url}</url>
+ </repository>
+ </repositories>
+ <modules>
+ <module>org.eclipse.mylyn.docs.epub.core</module>
+ <module>org.eclipse.mylyn.docs.epub.ant.core</module>
+ <module>org.eclipse.mylyn.docs.epub.ui</module>
+ <module>org.eclipse.mylyn.docs.epub.help</module>
+ <module>org.eclipse.mylyn.docs.epub.tests</module>
+ <module>org.eclipse.mylyn.docs.epub-feature</module>
+ <module>org.eclipse.mylyn.docs-site</module>
+ </modules>
+ </profile>
</profiles>
<modules>
- <module>org.eclipse.mylyn.docs-site</module>
<module>org.eclipse.mylyn.docs.sdk-feature</module>
-
+
<module>org.eclipse.mylyn.htmltext-feature</module>
<module>org.eclipse.mylyn.htmltext.ui</module>
@@ -99,14 +107,7 @@
<module>org.eclipse.mylyn.wikitext.ui</module>
<module>org.eclipse.mylyn.wikitext.tests</module>
<module>org.eclipse.mylyn.wikitext.creole.tests</module>
- <!-- needs to be last -->
+ <!-- needs to be last -->
<module>org.eclipse.mylyn.wikitext-standalone</module>
-
- <module>org.eclipse.mylyn.docs.epub.core</module>
- <module>org.eclipse.mylyn.docs.epub.ant.core</module>
- <module>org.eclipse.mylyn.docs.epub.ui</module>
- <module>org.eclipse.mylyn.docs.epub.help</module>
- <module>org.eclipse.mylyn.docs.epub.tests</module>
- <module>org.eclipse.mylyn.docs.epub-feature</module>
</modules>
</project>

Back to the top