Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.doc/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.doc/.project7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/.project b/plugins/org.eclipse.emf.cdo.releng.doc/.project
index 38228d640a..f0110ae072 100644
--- a/plugins/org.eclipse.emf.cdo.releng.doc/.project
+++ b/plugins/org.eclipse.emf.cdo.releng.doc/.project
@@ -16,13 +16,18 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
<arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng.release/release.xml</value>
+ </dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
</natures>
</projectDescription>

Back to the top