Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Butzke2012-08-02 18:58:32 +0000
committerKaren Butzke2012-08-02 18:58:32 +0000
commit8fe2b5ffb49cf82d3ce2d9042d58c16983d3717e (patch)
treea08aca7406cdbcde29ac014b2bc4c3220ef797e2
parent97a0c7ea5cbeb80b6dc1587a07df21d670c40f82 (diff)
downloadwebtools.dali-8fe2b5ffb49cf82d3ce2d9042d58c16983d3717e.tar.gz
webtools.dali-8fe2b5ffb49cf82d3ce2d9042d58c16983d3717e.tar.xz
webtools.dali-8fe2b5ffb49cf82d3ce2d9042d58c16983d3717e.zip
Revert "content assist activate = true -> don't push this change yet"
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml4
1 files changed, 1 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 59fedd160a..265977c237 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml
+++ b/jpa/plugins/org.eclipse.jpt.jpa.ui/plugin.xml
@@ -145,7 +145,6 @@
<javaCompletionProposalComputer
class="org.eclipse.jpt.jpa.ui.internal.JpaJavaCompletionProposalComputer"
- activate="true"
categoryId="org.eclipse.jpt.jpa.ui.jpaProposalCategory">
<partition type="__dftl_partition_content_type"/>
<partition type="__java_string"/>
@@ -182,18 +181,17 @@
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">
- <!-- Use xml instead of more specific mappingFile content type so JPA Proposals appears in the XML content assist preferences -->
<contentType
id="org.eclipse.core.runtime.xml">
</contentType>
</proposalComputer>
+ <!-- Use xml instead of more specific mappingFile content type so JPA Proposals appears in the XMl preferences -->
<proposalComputer
activate="true"
categoryId="org.eclipse.jpt.jpa.ui.xml.jpaProposalCategory"
class="org.eclipse.jpt.jpa.ui.internal.JpaXmlCompletionProposalComputer"
id="org.eclipse.jpt.jpa.ui.internal.JpaXmlCompletionProposalComputer">
- <!-- Use xml instead of more specific mappingFile content type so JPA Proposals appears in the XML content assist preferences -->
<contentType
id="org.eclipse.core.runtime.xml">
</contentType>

Back to the top