[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/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/src/org/hibernate/eclipse/jdt/ui 
                        Activator.java
  Log:
  New and improved HQL verification (requires no setup besides enabling hibernate support)
  
  Revision  Changes    Path
  1.3       +2 -0      jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/Activator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Activator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/Activator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Activator.java	7 Jul 2006 14:38:36 -0000	1.2
  +++ Activator.java	27 Nov 2006 15:31:47 -0000	1.3
  @@ -32,6 +32,8 @@
   	// The plug-in ID
   	public static final String PLUGIN_ID = "org.hibernate.eclipse.jdt.ui";
   
  +	public static final String HQL_SYNTAX_PROBLEM = PLUGIN_ID + ".hqlsyntax.problem";
  +
   	// The shared instance
   	private static Activator plugin;
   	
  
  
  



More information about the jboss-cvs-commits mailing list