Skip to content

Commit

Permalink
TEIIDDES-2292 Added solr to list of non-jdbc built-in translator type…
Browse files Browse the repository at this point in the history
…s array
  • Loading branch information
blafond committed Aug 15, 2014
1 parent aad96ae commit 8df091c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class SelectDataSourcePage extends AbstractWizardPage
BUILTIN_TYPES.add("modeshape"); //$NON-NLS-1$
BUILTIN_TYPES.add("mongodb"); //$NON-NLS-1$
BUILTIN_TYPES.add("salesforce"); //$NON-NLS-1$
BUILTIN_TYPES.add("solr"); //$NON-NLS-1$
BUILTIN_TYPES.add("teiid"); //$NON-NLS-1$
BUILTIN_TYPES.add("teiid-local"); //$NON-NLS-1$
BUILTIN_TYPES.add("webservice"); //$NON-NLS-1$
Expand Down

0 comments on commit 8df091c

Please sign in to comment.