diff options
author | Eike Stepper | 2015-09-11 09:23:25 +0000 |
---|---|---|
committer | Eike Stepper | 2015-09-11 09:23:25 +0000 |
commit | f825a7616abd157df6f28baf927c08948488c1f0 (patch) | |
tree | 4c5683edd19c111194c72f6f77a19cc33ae6d460 /plugins/org.eclipse.emf.cdo.examples.master | |
parent | ac65e976777121e250d8eda56449d7253e93930e (diff) | |
download | cdo-f825a7616abd157df6f28baf927c08948488c1f0.tar.gz cdo-f825a7616abd157df6f28baf927c08948488c1f0.tar.xz cdo-f825a7616abd157df6f28baf927c08948488c1f0.zip |
[Releng] Ignore version range lower bound problems
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.master')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.examples.master/.project | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.master/.project b/plugins/org.eclipse.emf.cdo.examples.master/.project index 3a5d61cac3..8b91c472fa 100644 --- a/plugins/org.eclipse.emf.cdo.examples.master/.project +++ b/plugins/org.eclipse.emf.cdo.examples.master/.project @@ -30,15 +30,6 @@ </arguments> </buildCommand> <buildCommand> - <name>org.eclipse.oomph.version.VersionBuilder</name> - <arguments> - <dictionary> - <key>release.path</key> - <value>/org.eclipse.emf.cdo.releng.release/release.xml</value> - </dictionary> - </arguments> - </buildCommand> - <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> <triggers>auto,full,incremental,</triggers> <arguments> @@ -52,6 +43,19 @@ </dictionary> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.oomph.version.VersionBuilder</name> + <arguments> + <dictionary> + <key>ignore.lower.bound.dependency.ranges</key> + <value>true</value> + </dictionary> + <dictionary> + <key>release.path</key> + <value>/org.eclipse.emf.cdo.releng.release/release.xml</value> + </dictionary> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> |