Author: dgeraskov
Date: 2011-06-29 06:21:36 -0400 (Wed, 29 Jun 2011)
New Revision: 32432
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/libsimport/
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
Log:
https://issues.jboss.org/browse/JBIDE-9238
Remove the automatic import of internal hibernate tools jars made possible via JBIDE-6098
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.properties
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.properties 2011-06-29
10:19:34 UTC (rev 32431)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.properties 2011-06-29
10:21:36 UTC (rev 32432)
@@ -11,5 +11,4 @@
#NavigatorContent_HibernateKnownConfigs=Hibernate Known Configurations
exportHibernateAntCodeGenerationWizardName=Ant Code Generation
exportHibernateAntCodeGenerationWizardDescription=Export Hibernate Code Generation
Configuration to Ant Code Generation script
-importHibernateLibsWizardName=Hibernate Jars
-importHibernateLibsWizardDescription=Import Hibernate Jars into project
+
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2011-06-29
10:19:34 UTC (rev 32431)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml 2011-06-29
10:21:36 UTC (rev 32432)
@@ -802,23 +802,6 @@
name="Hibernate">
</category>
</extension>
- <extension
- point="org.eclipse.ui.importWizards">
- <wizard
- category="org.hibernate.eclipse.console.HibernateToolsImport"
- class="org.hibernate.eclipse.libsimport.ImportHibernateJarsWizard"
- icon="icons/images/ant_codegen_export.gif"
- id="org.hibernate.eclipse.libsimport.ImportHibernateJarsWizard"
- name="%importHibernateLibsWizardName">
- <description>
- %importHibernateLibsWizardDescription
- </description>
- </wizard>
- <category
- id="org.hibernate.eclipse.console.HibernateToolsImport"
- name="Hibernate">
- </category>
- </extension>
<!-- <extension
point="org.eclipse.ui.themes">
<themeElementCategory
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java 2011-06-29
10:19:34 UTC (rev 32431)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.java 2011-06-29
10:21:36 UTC (rev 32432)
@@ -530,11 +530,6 @@
public static String
ExportAntCodeGenWizardPage_error_in_hibernate_code_generation_configuration;
public static String ExportAntCodeGenWizardPage_warning;
- public static String ImportHibernateJarsWizard_title;
- public static String ImportHibernateJarsWizardPage_title;
- public static String ImportHibernateJarsWizardPage_description;
- public static String ImportHibernateJarsWizardPage_error_message;
-
public static String QueryParametersPage_add_query_parameter_tooltip;
public static String QueryParametersPage_remove_query_parameter_tooltip;
public static String QueryParametersPage_enable_disable_parameters_tooltip;
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2011-06-29
10:19:34 UTC (rev 32431)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/HibernateConsoleMessages.properties 2011-06-29
10:21:36 UTC (rev 32432)
@@ -530,11 +530,6 @@
ExportAntCodeGenWizardPage_error_in_hibernate_code_generation_configuration=Error in
Hibernate Code Generation Configuration: ''{0}''
ExportAntCodeGenWizardPage_warning=Warning: ''{0}'' already exists.
-ImportHibernateJarsWizard_title=Import Hibernate Jars
-ImportHibernateJarsWizardPage_title=Hibernate Jars
-ImportHibernateJarsWizardPage_description=Import Hibernate Jars from Hibernate Tools
plugin.
-ImportHibernateJarsWizardPage_error_message=Hibernate Jars folder does not exist.
-
QueryParametersPage_add_query_parameter_tooltip=Add Query Parameter
QueryParametersPage_remove_query_parameter_tooltip=Remove Query Parameter
QueryParametersPage_enable_disable_parameters_tooltip=Enable/Disable Parameters