Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml')
-rwxr-xr-xplugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml b/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml
index e6516241ae7..40a00d54f42 100755
--- a/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml
+++ b/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -8,7 +9,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.infra.emf.expressions.doc</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<description>This plugin provides the documentation for users and developpers about the Papyrus Expressions Frameworks.</description>
@@ -20,17 +21,14 @@
<configuration>
<sourceFolder>src/site/mediawiki</sourceFolder>
<outputFolder>${project.build.directory}/site/generated-eclipse-help</outputFolder>
- <!-- copyrightNotice>${help.copyrightNotice}</copyrightNotice>
- <title>${help.documentTitle}</title-->
+ <!-- copyrightNotice>${help.copyrightNotice}</copyrightNotice> <title>${help.documentTitle}</title -->
<multipleOutputFiles>false</multipleOutputFiles>
<navigationImages>true</navigationImages>
<formatOutput>true</formatOutput>
<htmlFilenameFormat>$1.html</htmlFilenameFormat>
<xmlFilenameFormat>$1-toc.xml</xmlFilenameFormat>
<helpPrefix>target/site/generated-eclipse-help</helpPrefix>
- <!-- stylesheetUrls>
- <param>styles/main.css</param>
- </stylesheetUrls-->
+ <!-- stylesheetUrls> <param>styles/main.css</param> </stylesheetUrls -->
</configuration>
<executions>
<execution>
@@ -50,4 +48,4 @@
</plugins>
</build>
<name>Papyrus Infra Expression doc</name>
-</project>
+</project> \ No newline at end of file

Back to the top