Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2013-10-22 13:41:02 +0000
committerChristian W. Damus2013-10-22 14:17:52 +0000
commitff457354e34db7b9a32c229edc39c4c8d30a5c04 (patch)
tree135864bfa2fbd280ff796e7d10af8566b7dc54e5
parente17b4e4d9142107cfdbd12a1c9c55f2952a7e8cc (diff)
downloadcdo-ff457354e34db7b9a32c229edc39c4c8d30a5c04.tar.gz
cdo-ff457354e34db7b9a32c229edc39c4c8d30a5c04.tar.xz
cdo-ff457354e34db7b9a32c229edc39c4c8d30a5c04.zip
[418452] [Security] Simplified security model editorcommitters/cdamus/security-editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418452 Update API filter for PROTOCOL_VERSION constant's incompatible changes.
-rw-r--r--plugins/org.eclipse.emf.cdo.common/.settings/.api_filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/.settings/.api_filters b/plugins/org.eclipse.emf.cdo.common/.settings/.api_filters
index 6f5fed218e..3e376fa871 100644
--- a/plugins/org.eclipse.emf.cdo.common/.settings/.api_filters
+++ b/plugins/org.eclipse.emf.cdo.common/.settings/.api_filters
@@ -141,7 +141,7 @@
</filter>
</resource>
<resource path="src/org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.java" type="org.eclipse.emf.cdo.common.protocol.CDOProtocolConstants">
- <filter id="388194388">
+ <filter comment="The fact of this value being different from one deployment to another is deliberate to enable detection of incompatible protocols." id="388194388">
<message_arguments>
<message_argument value="org.eclipse.emf.cdo.common.protocol.CDOProtocolConstants"/>
<message_argument value="PROTOCOL_VERSION"/>

Back to the top