| author | Karen Butzke | 2013-01-09 14:02:32 (EST) |
|---|---|---|
| committer | Neil Hauge | 2013-01-09 14:02:32 (EST) |
| commit | 5ca18c64206746c06a937be88fab8964f30a897f (patch) (side-by-side diff) | |
| tree | e248601c9b6aba55034d7b70d8f4a9355ba7b475 | |
| parent | 6168d4e46f897127850faadb47bb3ce49df1e026 (diff) | |
| download | webtools.dali-5ca18c64206746c06a937be88fab8964f30a897f.zip webtools.dali-5ca18c64206746c06a937be88fab8964f30a897f.tar.gz webtools.dali-5ca18c64206746c06a937be88fab8964f30a897f.tar.bz2 | |
386393 - temporarily stop jpt plugin activation on XML content assist
for Juno SR2.
| -rw-r--r-- | jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml | 8 |
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 1c9c280..caaf08f 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"> |

