Author: dgeraskov
Date: 2010-07-20 06:02:23 -0400 (Tue, 20 Jul 2010)
New Revision: 23584
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ExporterAttributes.java
Log:
https://jira.jboss.org/browse/JBIDE-3315
Remove exporter's properties with the exporter.
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ExporterAttributes.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ExporterAttributes.java 2010-07-20
10:00:57 UTC (rev 23583)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/ExporterAttributes.java 2010-07-20
10:02:23 UTC (rev 23584)
@@ -190,7 +190,7 @@
for (String deleted : deletedExporterIds) {
configuration.setAttribute( getLaunchAttributePrefix( deleted ), (String)null);
configuration.setAttribute(getLaunchAttributePrefix(deleted ) +
".extension_id", (String)null); //$NON-NLS-1$
- configuration.setAttribute(getLaunchAttributePrefix(deleted), (String)null);
+ configuration.setAttribute(getLaunchAttributePrefix(deleted) +
".properties", (String)null); //$NON-NLS-1$
}
configuration.setAttribute(HibernateLaunchConstants.ATTR_EXPORTERS, names);