Author: dgeraskov
Date: 2007-12-11 04:09:06 -0500 (Tue, 11 Dec 2007)
New Revision: 5237
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenMappingActionDelegate.java
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenSourceActionDelegate.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1412
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenMappingActionDelegate.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenMappingActionDelegate.java 2007-12-11
08:54:38 UTC (rev 5236)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenMappingActionDelegate.java 2007-12-11
09:09:06 UTC (rev 5237)
@@ -25,6 +25,12 @@
import org.hibernate.mapping.RootClass;
import org.hibernate.util.XMLHelper;
+/**
+ * @author Dmitry Geraskov
+ * @deprecated - Can't shine selected element in the Editor.
+ * Use OpenMappingAction instead of this.
+ */
+
public class OpenMappingActionDelegate extends OpenActionDelegate {
private static XMLHelper helper = new XMLHelper();
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenSourceActionDelegate.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenSourceActionDelegate.java 2007-12-11
08:54:38 UTC (rev 5236)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/actions/OpenSourceActionDelegate.java 2007-12-11
09:09:06 UTC (rev 5237)
@@ -25,6 +25,11 @@
import org.hibernate.eclipse.console.utils.ProjectUtils;
import org.hibernate.mapping.RootClass;
+/**
+ * @author Dmitry Geraskov
+ * @deprecated - Can't shine selected element in the Editor.
+ * Use OpenSourceAction instead of this.
+ */
public class OpenSourceActionDelegate extends OpenActionDelegate {
public void run(IAction action) {