diff options
author | Eike Stepper | 2010-06-18 14:52:25 +0000 |
---|---|---|
committer | Eike Stepper | 2010-06-18 14:52:25 +0000 |
commit | 430e0b5e60e6d7f9e3e95b938dceee05206aac3f (patch) | |
tree | c873761b6e762dfb1844837d7f855ab66a64739b /plugins/org.eclipse.emf.cdo.tests.model4interfaces | |
parent | 4158089f2abe8f975b52113ed0e5e0cfccdc2f1b (diff) | |
download | cdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.tar.gz cdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.tar.xz cdo-430e0b5e60e6d7f9e3e95b938dceee05206aac3f.zip |
setup VersionBuilder tooling
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model4interfaces')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project index 7ff2b128de..706b65a990 100644 --- a/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.project +++ b/plugins/org.eclipse.emf.cdo.tests.model4interfaces/.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> |