Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc')
-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