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:19:24 +0000
commit24bb681479ef95f9aee821c9f32c047935bec7d3 (patch)
tree6b682fdbc1858e1eed3951836f530041867a33d4 /jaxb
parent9669809779bacac5b79f13099f152dd2322be8a3 (diff)
downloadwebtools.dali-24bb681479ef95f9aee821c9f32c047935bec7d3.tar.gz
webtools.dali-24bb681479ef95f9aee821c9f32c047935bec7d3.tar.xz
webtools.dali-24bb681479ef95f9aee821c9f32c047935bec7d3.zip
Bug 386171 - adding comments surround jdt.ui bug 386358, plus set ourv201208161838
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