Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-01-21 15:52:09 +0000
committerEike Stepper2017-01-21 15:52:09 +0000
commit624640a4e6c901cf60a1f05df4ccb93aad004a7b (patch)
treee1a6ab1a54239af279b4e4dbf1a9c497afe507bf /plugins/org.eclipse.emf.cdo.compare
parentfb25cc8b39d2227b40c15d23934a6ef7ee7dcb77 (diff)
downloadcdo-624640a4e6c901cf60a1f05df4ccb93aad004a7b.tar.gz
cdo-624640a4e6c901cf60a1f05df4ccb93aad004a7b.tar.xz
cdo-624640a4e6c901cf60a1f05df4ccb93aad004a7b.zip
[Releng] Remove all Dawn components that are not used by Papyrus
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.compare')
-rw-r--r--plugins/org.eclipse.emf.cdo.compare/buckminster.cspex15
-rw-r--r--plugins/org.eclipse.emf.cdo.compare/build.properties3
2 files changed, 10 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex b/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex
index 5b5b0346dd..72d942e942 100644
--- a/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex
+++ b/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cs:cspecExtension xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
-
- <cs:dependencies>
- <cs:dependency name="org.apache.log4j" componentType="osgi.bundle"/>
- </cs:dependencies>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<cs:cspecExtension xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
+
+ <cs:dependencies>
+ <cs:dependency name="com.google.guava" componentType="osgi.bundle" versionRange="[11.0.0,16.0.0)"/>
+ <cs:dependency name="org.apache.log4j" componentType="osgi.bundle"/>
+ </cs:dependencies>
+
</cs:cspecExtension> \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.compare/build.properties b/plugins/org.eclipse.emf.cdo.compare/build.properties
index d4c3de1710..47f6f56636 100644
--- a/plugins/org.eclipse.emf.cdo.compare/build.properties
+++ b/plugins/org.eclipse.emf.cdo.compare/build.properties
@@ -14,7 +14,8 @@ bin.includes = .,\
plugin.properties,\
.options,\
about.html
-src.includes = about.html
+src.includes = about.html,\
+ buckminster.cspex
jars.compile.order = .
additional.bundles = javax.annotation
source.. = src/

Back to the top