[jbosstools-commits] JBoss Tools SVN: r31173 - trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 10 02:45:39 EDT 2011


Author: dgeraskov
Date: 2011-05-10 02:45:39 -0400 (Tue, 10 May 2011)
New Revision: 31173

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java
Log:
https://issues.jboss.org/browse/JBIDE-8765
The method should be in this plugin

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java	2011-05-10 04:52:25 UTC (rev 31172)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ConsoleConfiguration.java	2011-05-10 06:45:39 UTC (rev 31173)
@@ -194,6 +194,10 @@
 							throw cnfe;
 						}
 					}
+					
+					public URL getResource(String name) {
+					      return super.getResource(name);
+					}
 				};
 			}
 		});



More information about the jbosstools-commits mailing list