Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hallgren2010-03-06 00:03:28 +0000
committerThomas Hallgren2010-03-06 00:03:28 +0000
commitca7f326630a79a98a535fa35e5fea288dc14176c (patch)
tree978010dbfa953aa193ff543a8c877e2599f2ff87 /bundles/org.eclipse.equinox.p2.ql
parent9fe7fc7078564daa547dc308fff7bc5ee15d4eaa (diff)
downloadrt.equinox.p2-ca7f326630a79a98a535fa35e5fea288dc14176c.tar.gz
rt.equinox.p2-ca7f326630a79a98a535fa35e5fea288dc14176c.tar.xz
rt.equinox.p2-ca7f326630a79a98a535fa35e5fea288dc14176c.zip
304896 : Ambiguous expression parsers in OSGi runtime with p2 2.0.0.v20100301
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/OSGI-INF/qlParser.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/OSGI-INF/qlParser.xml b/bundles/org.eclipse.equinox.p2.ql/OSGI-INF/qlParser.xml
index 8617fa747..5cbb1f6e4 100644
--- a/bundles/org.eclipse.equinox.p2.ql/OSGI-INF/qlParser.xml
+++ b/bundles/org.eclipse.equinox.p2.ql/OSGI-INF/qlParser.xml
@@ -4,4 +4,5 @@
<service>
<provide interface="org.eclipse.equinox.p2.metadata.expression.IExpressionParser"/>
</service>
+ <property name="service.priority" type="Integer" value="2"/>
</scr:component> \ No newline at end of file

Back to the top