Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-03-07 20:34:15 +0000
committerEike Stepper2011-03-07 20:34:15 +0000
commite600c28d47db06c7f38cd3ac5e9702fdc102d503 (patch)
treed373c9c437c34591b28bcca46ac200d32065c226 /plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters
parent7eb060616a34b4c97e8b54772ea2b5b1860d73a1 (diff)
downloadcdo-e600c28d47db06c7f38cd3ac5e9702fdc102d503.tar.gz
cdo-e600c28d47db06c7f38cd3ac5e9702fdc102d503.tar.xz
cdo-e600c28d47db06c7f38cd3ac5e9702fdc102d503.zip
[248936] [UI] Provide a user interface for changing the CDOAudit time
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248936
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters b/plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters
new file mode 100644
index 0000000000..853d2ab3f5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui/.settings/.api_filters
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.emf.cdo.ui" version="2">
+ <resource path="src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java" type="org.eclipse.emf.cdo.internal.ui.editor.CDOEditor">
+ <filter id="571519004">
+ <message_arguments>
+ <message_argument value="org.eclipse.emf.cdo.internal.ui.editor.CDOEditor.createPages()"/>
+ <message_argument value="TreeViewer"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>

Back to the top