Author: scabanovich
Date: 2010-03-31 10:02:25 -0400 (Wed, 31 Mar 2010)
New Revision: 21151
Modified:
trunk/common/plugins/org.jboss.tools.common.verification/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.verification/plugin.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-5827
Modified: trunk/common/plugins/org.jboss.tools.common.verification/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.verification/META-INF/MANIFEST.MF 2010-03-31
14:01:35 UTC (rev 21150)
+++
trunk/common/plugins/org.jboss.tools.common.verification/META-INF/MANIFEST.MF 2010-03-31
14:02:25 UTC (rev 21151)
@@ -20,6 +20,7 @@
org.eclipse.ui,
org.jboss.tools.common.model,
org.eclipse.core.resources,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.wst.validation
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/plugins/org.jboss.tools.common.verification/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.verification/plugin.xml 2010-03-31
14:01:35 UTC (rev 21150)
+++ trunk/common/plugins/org.jboss.tools.common.verification/plugin.xml 2010-03-31
14:02:25 UTC (rev 21151)
@@ -56,4 +56,32 @@
<xclass id="org.jboss.tools.common.verification.vrules.model.VRulesTree"
class="org.jboss.tools.common.verification.vrules.model.VRulesTree"/>
</extension>
+
+
+ <extension
+ point="org.eclipse.wst.validation.validator"
+ id="CommonVerification"
+ name="Project Verification">
+ <validator>
+ <projectNature id="org.eclipse.jdt.core.javanature" />
+ <filter
+ objectClass="org.eclipse.core.resources.IFile"
+ nameFilter="*.xml"/>
+ <filter
+ objectClass="org.eclipse.core.resources.IFile"
+ nameFilter="*.tld"/>
+ <markerId
+ markerIdValue="org.jboss.tools.jst.web.ui.strutsmarker">
+ </markerId>
+ <helper
+ class="org.eclipse.wst.validation.internal.operations.WorkbenchContext">
+ </helper>
+ <run
+
class="org.jboss.tools.common.verification.vrules.core.resources.CommonValidator"
+ incremental="true"
+ fullBuild="true"
+ />
+ </validator>
+ </extension>
+
</plugin>
\ No newline at end of file