Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-28 10:19:58 +0000
committerEike Stepper2017-12-28 10:19:58 +0000
commit90222c597d8690fac29caf79f9705f6ae600f399 (patch)
treef621949b4a18e697b1e50e73d4f363a09a2d4004 /plugins/org.eclipse.emf.cdo
parent3c423a25bea23e610b3e6c1c92bba6aeb90a955a (diff)
downloadcdo-90222c597d8690fac29caf79f9705f6ae600f399.tar.gz
cdo-90222c597d8690fac29caf79f9705f6ae600f399.tar.xz
cdo-90222c597d8690fac29caf79f9705f6ae600f399.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'plugins/org.eclipse.emf.cdo')
-rw-r--r--plugins/org.eclipse.emf.cdo/.project26
1 files changed, 15 insertions, 11 deletions
diff --git a/plugins/org.eclipse.emf.cdo/.project b/plugins/org.eclipse.emf.cdo/.project
index 386cf973b9..a114779316 100644
--- a/plugins/org.eclipse.emf.cdo/.project
+++ b/plugins/org.eclipse.emf.cdo/.project
@@ -29,6 +29,10 @@
<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>
@@ -45,15 +49,15 @@
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
<nature>org.eclipse.oomph.version.VersionNature</nature>
</natures>
- <filteredResources>
- <filter>
- <id>1396938000000</id>
- <name></name>
- <type>10</type>
- <matcher>
- <id>org.eclipse.ui.ide.multiFilter</id>
- <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
- </matcher>
- </filter>
- </filteredResources>
+ <filteredResources>
+ <filter>
+ <id>1396938000000</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
</projectDescription>

Back to the top