Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml b/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml
index 1c9c280c4a..caaf08f032 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml
+++ b/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml
@@ -179,8 +179,9 @@
name="%JpaProposalCategory">
</proposalCategory>
+ <!-- activate = "false" to temporarily fix bug 386393 -->
<proposalComputer
- activate="true"
+ activate="false"
categoryId="org.eclipse.jpt.jpa.ui.xml.jpaProposalCategory"
class="org.eclipse.jpt.jpa.ui.internal.jpql.JpaJpqlSseCompletionProposalComputer"
id="org.eclipse.jpt.jpa.ui.internal.jpql.JpaJpqlSseCompletionProposalComputer">
@@ -189,9 +190,10 @@
</contentType>
</proposalComputer>
- <!-- Use xml instead of more specific mappingFile content type so JPA Proposals appears in the XMl preferences -->
+ <!-- Use xml instead of more specific mappingFile content type so JPA Proposals appears in the XML preferences -->
+ <!-- activate = "false" to temporarily fix bug 386393 -->
<proposalComputer
- activate="true"
+ activate="false"
categoryId="org.eclipse.jpt.jpa.ui.xml.jpaProposalCategory"
class="org.eclipse.jpt.jpa.ui.internal.JpaXmlCompletionProposalComputer"
id="org.eclipse.jpt.jpa.ui.internal.JpaXmlCompletionProposalComputer">

Back to the top