[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui ...

Max Rydahl Andersen mandersen at jboss.com
Mon Nov 27 10:31:47 EST 2006


  User: mandersen
  Date: 06/11/27 10:31:47

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.jdt.ui 
                        plugin.xml
  Log:
  New and improved HQL verification (requires no setup besides enabling hibernate support)
  
  Revision  Changes    Path
  1.3       +14 -0     jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/plugin.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- plugin.xml	2 Jun 2006 21:16:36 -0000	1.2
  +++ plugin.xml	27 Nov 2006 15:31:47 -0000	1.3
  @@ -24,4 +24,18 @@
          </javaCompletionProposalComputer>
          <proposalCategory icon="icons/hibernate_proposalcategory.png"/>
       </extension>
  +  <extension
  +        point="org.eclipse.jdt.core.compilationParticipant">
  +     <compilationParticipant
  +           class="org.hibernate.eclipse.jdt.ui.internal.HQLExpressionCompilerParticipant"
  +           createsProblems="true"
  +           id="org.hibernate.eclipse.jdt.ui.internal.HQLExpressionCompilerParticipant">
  +        <managedMarker markerType="org.hibernate.eclipse.jdt.ui.hqlsyntax.problem"/>
  +     </compilationParticipant>
  +  </extension>
  +<extension id="org.hibernate.eclipse.jdt.ui.hqlsyntax.problem" point="org.eclipse.core.resources.markers" name="HQL syntax problem">
  +	<super type="org.eclipse.core.resources.problemmarker"/>
  +	<super type="org.eclipse.core.resources.textmarker"/>
  +	<persistent value="true"/>
  +</extension>  
   </plugin>
  
  
  



More information about the jboss-cvs-commits mailing list