Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2021-01-25 17:07:52 +0000
committerEike Stepper2021-01-25 17:07:52 +0000
commit944b6870c7c16649c83edbbfad1494f13f42313f (patch)
tree0662ad5f7142e6ceb469333692b9854f8ce56fc7
parenta04c5915fc8e582626db86af49a011db76124147 (diff)
downloadcdo-944b6870c7c16649c83edbbfad1494f13f42313f.tar.gz
cdo-944b6870c7c16649c83edbbfad1494f13f42313f.tar.xz
cdo-944b6870c7c16649c83edbbfad1494f13f42313f.zip
[522544] CDOCompare issues LinkageError in presence of Guava 21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=522544
-rw-r--r--plugins/org.eclipse.emf.cdo.compare/buckminster.cspex9
-rw-r--r--plugins/org.eclipse.emf.cdo.server.mongodb/buckminster.cspex8
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.compare/buckminster.cspex9
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/buckminster.cspex8
4 files changed, 0 insertions, 34 deletions
diff --git a/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex b/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex
deleted file mode 100644
index b571ac68a7..0000000000
--- a/plugins/org.eclipse.emf.cdo.compare/buckminster.cspex
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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" versionDesignator="[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.server.mongodb/buckminster.cspex b/plugins/org.eclipse.emf.cdo.server.mongodb/buckminster.cspex
deleted file mode 100644
index ac2708ecdc..0000000000
--- a/plugins/org.eclipse.emf.cdo.server.mongodb/buckminster.cspex
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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.eclipse.orbit.mongodb" componentType="osgi.bundle" versionDesignator="[2.0.0,3.0.0)"/>
- </cs:dependencies>
-
-</cs:cspecExtension> \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.ui.compare/buckminster.cspex b/plugins/org.eclipse.emf.cdo.ui.compare/buckminster.cspex
deleted file mode 100644
index bbc02a038f..0000000000
--- a/plugins/org.eclipse.emf.cdo.ui.compare/buckminster.cspex
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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" versionDesignator="[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.ui/buckminster.cspex b/plugins/org.eclipse.emf.cdo.ui/buckminster.cspex
deleted file mode 100644
index 1d4030c532..0000000000
--- a/plugins/org.eclipse.emf.cdo.ui/buckminster.cspex
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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.eclipse.emf.ecp.emfforms.runtime.feature" componentType="eclipse.feature"/>
- </cs:dependencies>
-
-</cs:cspecExtension> \ No newline at end of file

Back to the top