Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2018-09-18 12:47:16 +0000
committerPatrick Tessier2018-09-24 08:43:55 +0000
commit8ce938a4e2d790abb481a0d55f013736d9cb5a53 (patch)
tree5aea4d1141d1f5bedeeb7cd01fea6e89a9817c5b
parent01085f6167ea8690cbdfa982f203708b543f604b (diff)
downloadorg.eclipse.papyrus-8ce938a4e2d790abb481a0d55f013736d9cb5a53.tar.gz
org.eclipse.papyrus-8ce938a4e2d790abb481a0d55f013736d9cb5a53.tar.xz
org.eclipse.papyrus-8ce938a4e2d790abb481a0d55f013736d9cb5a53.zip
Bug 532754 - [Toolsmiths][Documentation] The documentation of the
profile migration tool is not accessible from the help content Change-Id: I7a7cc26bbf4d1aaebe356cb7789407a1f0168e76 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
-rw-r--r--plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.project23
-rw-r--r--plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/build.properties7
2 files changed, 22 insertions, 8 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.project b/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.project
index 34e9bd53f8f..dc75747ce16 100644
--- a/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.project
+++ b/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/.project
@@ -6,29 +6,42 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
+ <name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <name>org.eclipse.oomph.version.VersionBuilder</name>
<arguments>
+ <dictionary>
+ <key>check.maven.pom</key>
+ <value>true</value>
+ </dictionary>
+ <dictionary>
+ <key>ignore.lower.bound.dependency.ranges</key>
+ <value>true</value>
+ </dictionary>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.papyrus.releng.main.release/release.xml</value>
+ </dictionary>
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.oomph.version.VersionNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/build.properties b/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/build.properties
index daef8fae493..f3b4c118251 100644
--- a/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/build.properties
+++ b/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/build.properties
@@ -1,5 +1,6 @@
bin.includes = META-INF/,\
- plugin.xml,\
about.html,\
- src/
-src.includes = about.html
+ plugin.xml,\
+ target/generated-eclipse-help/**
+src.includes = about.html,\
+ src/site/mediawiki/

Back to the top