Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-12-16 19:58:38 +0000
committerAndrew Overholt2011-12-16 20:30:39 +0000
commitdfc85990a59a3492274667c8b7bccafa91aa2bd2 (patch)
tree1045f89ce4d232e79674b18e21ef30f082ddf317 /valgrind/org.eclipse.linuxtools.valgrind.launch
parent789a5dec537b6e9f7f44690868ce4fd0187264a9 (diff)
downloadorg.eclipse.linuxtools-dfc85990a59a3492274667c8b7bccafa91aa2bd2.tar.gz
org.eclipse.linuxtools-dfc85990a59a3492274667c8b7bccafa91aa2bd2.tar.xz
org.eclipse.linuxtools-dfc85990a59a3492274667c8b7bccafa91aa2bd2.zip
Add some API filters to excuse API changes without major bundle version changes
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.launch')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.launch/.settings/.api_filters11
1 files changed, 11 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.launch/.settings/.api_filters b/valgrind/org.eclipse.linuxtools.valgrind.launch/.settings/.api_filters
new file mode 100644
index 0000000000..d7f7f40399
--- /dev/null
+++ b/valgrind/org.eclipse.linuxtools.valgrind.launch/.settings/.api_filters
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.linuxtools.valgrind.launch" version="2">
+ <resource path="META-INF/MANIFEST.MF">
+ <filter comment="Pre-1.0 we just bumped the minor (major for &lt; 1.0) version to 10 from 9" id="923795461">
+ <message_arguments>
+ <message_argument value="0.10.0"/>
+ <message_argument value="0.9.0"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>

Back to the top