Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2012-07-03 17:00:04 +0000
committerkmoore2012-07-03 17:00:04 +0000
commit119b09e3f011058ca9907505a2b625bacf093f54 (patch)
treeb320cd2abffca3d2e6a0cdcb4453427cfa1cf8a1 /common/plugins
parent5b20bf8701e07efd587cda36745ce607ebcc4595 (diff)
downloadwebtools.dali-119b09e3f011058ca9907505a2b625bacf093f54.tar.gz
webtools.dali-119b09e3f011058ca9907505a2b625bacf093f54.tar.xz
webtools.dali-119b09e3f011058ca9907505a2b625bacf093f54.zip
correctly reference org.eclipse.jpt.common.core.libval.LibraryValidator, it moved to common.core
Diffstat (limited to 'common/plugins')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/schema/libraryValidators.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/schema/libraryValidators.exsd b/common/plugins/org.eclipse.jpt.common.core/schema/libraryValidators.exsd
index 52dacbb094..de22d26281 100644
--- a/common/plugins/org.eclipse.jpt.common.core/schema/libraryValidators.exsd
+++ b/common/plugins/org.eclipse.jpt.common.core/schema/libraryValidators.exsd
@@ -62,7 +62,7 @@
The implementation class, which implements <samp>org.eclipse.jpt.common.core.libval.LibraryValidator</samp>.
</documentation>
<appinfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.jpt.core.libval.LibraryValidator"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.jpt.common.core.libval.LibraryValidator"/>
</appinfo>
</annotation>
</attribute>

Back to the top