Skip to content

Commit

Permalink
TEIIDDES-1588 Removed Datatype File importer
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Feb 8, 2013
1 parent 939c714 commit b1e02ab
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 2,405 deletions.
1 change: 0 additions & 1 deletion plugins/org.teiid.designer.xsd.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Bundle-Localization: plugin
Export-Package: org.teiid.designer.xsd.ui,
org.teiid.designer.xsd.ui.actions,
org.teiid.designer.xsd.ui.editor,
org.teiid.designer.xsd.ui.textimport,
org.teiid.designer.xsd.ui.wizards
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.6.100,4.0.0)",
Expand Down
1 change: 0 additions & 1 deletion plugins/org.teiid.designer.xsd.ui/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ semanticEditor.tabname = Semantics
simpleDatatypesEditor.name = XSD Simple Datatype Editor
simpleDatatypesEditor.tabname = Simple Datatypes
xsdSchemaUiNewModelObjectHelper = XSD SChema Selection Helper
datatypeUiTextImporter = Datatype UI Text Importer

xsdFileSystemImportWizard.name = XML Schemas
xsdFileSystemImportWizard.description = Import XML Schemas from file system or via URL
Expand Down
8 changes: 0 additions & 8 deletions plugins/org.teiid.designer.xsd.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
name="org.teiid.designer.xsd.ui.XsdSchemaUiNewModelObjectHelper">
</class>
</extension>
<extension
id="datatypeUiTextImporter"
name="%datatypeUiTextImporter"
point="org.teiid.designer.tools.textimport.ui.textImportContributor">
<class
name="org.teiid.designer.xsd.ui.wizards.ImportDatatypesMainPage">
</class>
</extension>
<extension
point="org.eclipse.ui.importWizards">
<wizard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,55 +231,6 @@ ComplexSchemaTypesPage.done=Click Finish to create virtual tables.
ComplexSchemaTypesPage.none=No Global Entities available.
ComplexSchemaTypesPage.noneSelected=No Global Entities are selected.

ImportDatatypesMainPage.textImport.sampleData= \
TYPETAG,Name,Description,BaseType,Length,MinLength,MaxLength,MinBound,MinInclusive,MaxBound,MaxInclusive,TotalDigits,Fraction Digits \
|TYPE, Atomic1, "Description for Type1", BType, 5, 1, 10, 1, 2, 1, 2, 5, 2 \
|TYPE, Atomic2, "Description for Type2", BType, 5, 1, 10, 1, 2, 1, 2, 5, 2 \
|TYPE, Atomic3, "Description for Type3", BType, 5, 1, 10, 1, 2, 1, 2, 5, 2 \
|TYPE, Atomic4, "Description for Type4", BType, 5, 1, 10, 1, 2, 1, 2, 5, 2 \
|TYPE, Atomic5, "Description for Type5", BType, 5, 1, 10, 1, 2, 1, 2, 5, 2

ImportDatatypesMainPage.initialMessage= \
Select CSV File to Import and Destination Model or model folder

ImportDatatypesMainPage.pageTitle = Select Source Text File and Target Datatypes Model.
ImportDatatypesMainPage.undoTitle = Import Datatypes
ImportDatatypesMainPage.progressTitle = Creating Datatypes
ImportDatatypesMainPage.browse_1=B&rowse...
ImportDatatypesMainPage.groupLabel= Select Source Text File
ImportDatatypesMainPage.modelListMessage= File Contents
ImportDatatypesMainPage.targetLocation= Target Location
ImportDatatypesMainPage.noValidSourceSelectedMessage=No Valid Source File Selected
ImportDatatypesMainPage.noValidLocationSelectedMessage=Target Datatypes Model location not defined.
ImportDatatypesMainPage.problemLoadingFileContentsMessage=Problem loading contents of text file.
ImportDatatypesMainPage.storeSourceNamesId = ImportDatatypesMainPage.STORE_SOURCE_NAMES_ID
ImportDatatypesMainPage.createError=Error creating datatypes from text file: {0}

DatatypeObjectProcessor.incrementalProgress = Creating Object[{0}] of [{1}] : NAME = {2};

#-----------------DatatypesModelSelectorDialog-----------------
DatatypeModelSelectorDialog.title=Datatypes Model Selector Dialog
DatatypeModelSelectorDialog.noName.message=
DatatypeModelSelectorDialog.invalidName.message=The model name is invalid.
DatatypeModelSelectorDialog.alreadyExists.message=The model already exists.
DatatypeModelSelectorDialog.sameNameAsDatatype.message=The model name is the same as the Datatypes model name.
DatatypeModelSelectorDialog.isValid.message=Click OK to create the Datatypes model
DatatypeModelSelectorDialog.titleLabel.text=Create a new Datatypes model:
DatatypeModelSelectorDialog.datatypeModelName.text=New Model Name:
DatatypeModelSelectorDialog.createButton.text=Create
DatatypeModelSelectorDialog.modelCreateInstruction.message=Enter name and click OK to create a new Datatypes Model in folder "{0}"
DatatypeModelSelectorDialog.invalidName.message=Name must start with an alpha character and can only contain A-Z, a-z, 0-9 or _
DatatypeModelSelectorDialog.useExistingModelInstruction.message=Click OK to use existing Datatypes Model "{0}"
DatatypeModelSelectorDialog.existingModelFolderLocationSelected.message=Click OK to use selected Datatypes model folder location
DatatypeModelSelectorDialog.selModelNotDatatype.message=Selected Model is not a Datatypes Model
DatatypeModelSelectorDialog.selResrcNotDatatype.message=Selected Resource is not a Datatypes Model

DatatypeLocationSelectionValidator.wrongClassErrorMessage.text=Selection must only contain Datatypes model
DatatypeLocationSelectionValidator.containerReadOnlyErrorMessage.text=Selected object is read only
DatatypeLocationSelectionValidator.containerObjectReadOnlyErrorMessage.text=Selected location is in a read only model. Please select another.
DatatypeLocationSelectionValidator.containerModelReadOnlyErrorMessage.text=Selected Datatypes model is read only. Please select another.
DatatypeLocationSelectionValidator.nothingSelectedErrorMessage.text=Nothing is selected

#-----------------XsdFileSystemImportWizard-----------------
XsdFileSystemImportWizard.title=Import XML Schema Files
XsdFileSystemImportWizard.importErrorMessage = \
Expand Down
Loading

0 comments on commit b1e02ab

Please sign in to comment.