Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-06-18 14:52:25 +0000
committerEike Stepper2010-06-18 14:52:25 +0000
commit430e0b5e60e6d7f9e3e95b938dceee05206aac3f (patch)
treec873761b6e762dfb1844837d7f855ab66a64739b /plugins/org.eclipse.emf.cdo.examples.company.edit
parent4158089f2abe8f975b52113ed0e5e0cfccdc2f1b (diff)
downloadcdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.tar.gz
cdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.tar.xz
cdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.zip
setup VersionBuilder tooling
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.company.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.company.edit/.project18
1 files changed, 17 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.company.edit/.project b/plugins/org.eclipse.emf.cdo.examples.company.edit/.project
index 41708db467..2bf4a52f3d 100644
--- a/plugins/org.eclipse.emf.cdo.examples.company.edit/.project
+++ b/plugins/org.eclipse.emf.cdo.examples.company.edit/.project
@@ -20,9 +20,25 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
</natures>
</projectDescription>

Back to the top