| author | Karen Butzke | 2013-02-13 13:22:12 (EST) |
|---|---|---|
| committer | Neil Hauge | 2013-02-13 13:22:12 (EST) |
| commit | 1a53e3418fa88b794778947009dfb5ef65488bc7 (patch) (side-by-side diff) | |
| tree | c1098c51cb60ee290b9d885c060ece0f8e0fac82 | |
| parent | 92cf4bcf901000f5766815c0222411b8f76b90dc (diff) | |
| download | webtools.dali-1a53e3418fa88b794778947009dfb5ef65488bc7.zip webtools.dali-1a53e3418fa88b794778947009dfb5ef65488bc7.tar.gz webtools.dali-1a53e3418fa88b794778947009dfb5ef65488bc7.tar.bz2 | |
386393 - Put temporary fix into Kepler so we don't regress from
Juno.
| -rw-r--r-- | jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml b/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml index 238eea6..0d1d633 100644 --- a/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml +++ b/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml @@ -186,8 +186,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"> @@ -195,8 +196,10 @@ </proposalComputer> <!-- 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"> |

