Author: snjeza
Date: 2010-04-12 19:06:44 -0400 (Mon, 12 Apr 2010)
New Revision: 21448
Modified:
trunk/birt/plugins/org.jboss.tools.birt.oda.ui/META-INF/MANIFEST.MF
trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/DataTypes.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-6041 attempting to create a birt report with
EnumType, gives Enuy
Modified:
trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/DataTypes.java
===================================================================
---
trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/DataTypes.java 2010-04-12
21:35:26 UTC (rev 21447)
+++
trunk/birt/plugins/org.jboss.tools.birt.oda/src/org/jboss/tools/birt/oda/impl/DataTypes.java 2010-04-12
23:06:44 UTC (rev 21448)
@@ -59,7 +59,9 @@
typeStringIntPair.put( "BIG_INTEGER", new Integer( INT ) );
//$NON-NLS-1$
typeStringIntPair.put( "NULL", new Integer ( NULL ) ); //$NON-NLS-1$
typeStringIntPair.put( UNKNOWN, new Integer ( STRING ) );
-
+ typeStringIntPair.put( "ORG.HIBERNATE.TYPE.ENUMTYPE", new Integer ( STRING )
); //$NON-NLS-1$
+ typeStringIntPair.put( "ENUMTYPE", new Integer ( STRING ) ); //$NON-NLS-1$
+
}
/**
Modified: trunk/birt/plugins/org.jboss.tools.birt.oda.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/birt/plugins/org.jboss.tools.birt.oda.ui/META-INF/MANIFEST.MF 2010-04-12
21:35:26 UTC (rev 21447)
+++ trunk/birt/plugins/org.jboss.tools.birt.oda.ui/META-INF/MANIFEST.MF 2010-04-12
23:06:44 UTC (rev 21448)
@@ -14,6 +14,7 @@
org.eclipse.jdt.core,
org.eclipse.ui.workbench.texteditor,
org.hibernate.eclipse.console,
- org.hibernate.eclipse
+ org.hibernate.eclipse,
+ org.eclipse.core.resources
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.5