Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
diff options
context:
space:
mode:
authorKaren Butzke2012-08-14 21:13:04 +0000
committerKaren Butzke2012-08-14 21:13:04 +0000
commit250b5cad594eb91d084bbec2ec7bfd3560b92c23 (patch)
treefaa9fc982cb76de1921c3c58265e3f59d2427afd /jaxb
parent8c0d77936463dd270e0b95e462535345d901d344 (diff)
downloadwebtools.dali-250b5cad594eb91d084bbec2ec7bfd3560b92c23.tar.gz
webtools.dali-250b5cad594eb91d084bbec2ec7bfd3560b92c23.tar.xz
webtools.dali-250b5cad594eb91d084bbec2ec7bfd3560b92c23.zip
Bug 386171 - adding comments surround jdt.ui bug 386358, plus set our
JpaJavaCompletionProposalComputer to activate="true"
Diffstat (limited to 'jaxb')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
index 287d099477..ad4c06debc 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/plugin.xml
@@ -85,6 +85,7 @@
id="jaxbCompletionProposalComputer"
name="%jaxbCompletionProposalComputer">
+ <!-- activate = "true", but our plug-in will only activate if the JAXB proposal category is enabled (has JAXB facet) bug 386358 -->
<javaCompletionProposalComputer
class="org.eclipse.jpt.jaxb.ui.internal.JaxbJavaCompletionProposalComputer"
categoryId="org.eclipse.jpt.jaxb.ui.jaxbCompletionProposals"

Back to the top