Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Butzke2013-01-10 21:13:14 +0000
committerKaren Butzke2013-01-10 21:13:14 +0000
commit1583e09bb0f6def90ef454c8eda036d4331d20aa (patch)
tree916c21402a123412355a361ab5638394ea1cf9c4 /common/plugins/org.eclipse.jpt.common.core/plugin.xml
parentdfa236dcc4a38ae158b0b52e92a9a80aa77f581d (diff)
downloadwebtools.dali-1583e09bb0f6def90ef454c8eda036d4331d20aa.tar.gz
webtools.dali-1583e09bb0f6def90ef454c8eda036d4331d20aa.tar.xz
webtools.dali-1583e09bb0f6def90ef454c8eda036d4331d20aa.zip
Bug 391360 - jdt refactoring extensions load the jpa.core plug-in even when there are no referencing JPA faceted projects
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.core/plugin.xml')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/plugin.xml b/common/plugins/org.eclipse.jpt.common.core/plugin.xml
index 4293622110..89832367c1 100644
--- a/common/plugins/org.eclipse.jpt.common.core/plugin.xml
+++ b/common/plugins/org.eclipse.jpt.common.core/plugin.xml
@@ -132,6 +132,13 @@
namespace="org.eclipse.jpt.common.core"
properties="resourceTypeIsKindOf"
class="org.eclipse.jpt.common.core.internal.JptResourceTypeReferencePropertyTester"/>
+
+ <propertyTester
+ id="org.eclipse.jpt.common.core.propertyTester.FacetedReferencingProjectsPropertyTester"
+ type="org.eclipse.core.resources.IResource"
+ namespace="org.eclipse.jpt.common.core"
+ properties="anyFacetedReferencingProjects"
+ class="org.eclipse.jpt.common.core.internal.bundleexclude.FacetedReferencingProjectsPropertyTester"/>
</extension>

Back to the top