Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2012-04-12 19:36:53 +0000
committerpfullbright2012-04-12 19:36:53 +0000
commitb7298b42a3bf04841b204cfa9309f8a41a1820c0 (patch)
tree8e7b3426d682042576f17f580cfe049b2ab24b77 /jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml
parent40b2be4b87da52fe70eb43d664c2305a1ed4216a (diff)
downloadwebtools.dali-b7298b42a3bf04841b204cfa9309f8a41a1820c0.tar.gz
webtools.dali-b7298b42a3bf04841b204cfa9309f8a41a1820c0.tar.xz
webtools.dali-b7298b42a3bf04841b204cfa9309f8a41a1820c0.zip
bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.properties
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml
index febcbf61d0..28efc2f92f 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/plugin.xml
@@ -12,6 +12,19 @@
<plugin>
+ <extension
+ point="org.eclipse.core.expressions.propertyTesters">
+
+ <propertyTester
+ id="org.eclipse.jpt.jaxb.eclipselink.core.propertyTester.jaxbPackage"
+ type="org.eclipse.jpt.jaxb.core.context.JaxbPackage"
+ namespace="org.eclipse.jpt.jaxb.eclipselink.core"
+ properties="hasEclipseLinkJaxbProperty"
+ class="org.eclipse.jpt.jaxb.eclipselink.core.internal.context.JaxbPackageTester"/>
+
+ </extension>
+
+
<extension
point="org.eclipse.jpt.jaxb.core.jaxbPlatforms">

Back to the top