You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/03/27 16:27:30 UTC

svn commit: r1669604 [1/14] - in /directory/studio/trunk/plugins/templateeditor: ./ resources/ resources/icons/ resources/templates/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/directory/ src/main...

Author: elecharny
Date: Fri Mar 27 15:27:27 2015
New Revision: 1669604

URL: http://svn.apache.org/r1669604
Log:
Added the template editor plugin code

Added:
    directory/studio/trunk/plugins/templateeditor/   (with props)
    directory/studio/trunk/plugins/templateeditor/build.properties
    directory/studio/trunk/plugins/templateeditor/plugin.properties
    directory/studio/trunk/plugins/templateeditor/plugin.xml
    directory/studio/trunk/plugins/templateeditor/plugin_de.properties
    directory/studio/trunk/plugins/templateeditor/plugin_fr.properties
    directory/studio/trunk/plugins/templateeditor/pom-first.xml
    directory/studio/trunk/plugins/templateeditor/pom.xml
    directory/studio/trunk/plugins/templateeditor/resources/
    directory/studio/trunk/plugins/templateeditor/resources/icons/
    directory/studio/trunk/plugins/templateeditor/resources/icons/editor_multi_tab.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/editor_single_tab.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/export_templates_wizard.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/file.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/import_templates_wizard.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/no_image.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/object_class.png   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/switch_template.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/template.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/template_disabled.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_add_value.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_file.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_image.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_clear.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_delete_value.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_date.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_password.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_value.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_save_as.gif   (with props)
    directory/studio/trunk/plugins/templateeditor/resources/templates/
    directory/studio/trunk/plugins/templateeditor/resources/templates/domain-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/domain-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfUniqueNames-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfUniqueNames-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/inetOrgPerson-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/inetOrgPerson-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaAttributeType-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaAttributeType-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaComparator-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaComparator-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaMatchingRule-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaMatchingRule-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaNormalizer-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaObjectClass-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaObjectClass-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSchema-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSchema-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSyntax-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSyntax-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSyntaxChecker-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/metaSyntaxChecker-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/organization-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/organization-view.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/organizationalUnit-edit.xml
    directory/studio/trunk/plugins/templateeditor/resources/templates/organizationalUnit-view.xml
    directory/studio/trunk/plugins/templateeditor/src/
    directory/studio/trunk/plugins/templateeditor/src/main/
    directory/studio/trunk/plugins/templateeditor/src/main/java/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/EntryTemplatePlugin.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/EntryTemplatePluginConstants.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/EntryTemplatePluginUtils.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/PreferenceInitializer.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/TemplatesManager.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/TemplatesManagerListener.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/DisplayEntryInTemplateAction.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/DisplayEntryInTemplateMenuManager.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/EditorPagePropertiesAction.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/EntryTemplatePreferencePageAction.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/RefreshAction.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/SimpleActionProxy.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/SwitchTemplateAction.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/SwitchTemplateListener.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/actions/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/MultiTabTemplateEntryEditor.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/SingleTabTemplateEntryEditor.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/TemplateEditorWidget.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/TemplateEntryEditor.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/TemplateEntryEditorNavigationLocation.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorCheckbox.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorComposite.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorDate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorFileChooser.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorImage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorLabel.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorLink.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorListbox.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorPassword.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorRadioButtons.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorSection.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorSpinner.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorTable.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorTextField.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorWidget.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/EditorWidgetUtils.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/editor/widgets/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/AbstractTemplate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/ExtensionPointTemplate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/FileTemplate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/Template.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/TemplateIO.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/TemplateIOException.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/parser/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/AbstractTemplateWidget.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateCheckbox.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateComposite.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateDate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateFileChooser.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateForm.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateImage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateLabel.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateLink.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateListbox.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplatePassword.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateRadioButtons.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateSection.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateSpinner.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateTable.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateTextField.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/TemplateWidget.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/ValueItem.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/model/widgets/WidgetAlignment.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/ColumnsLabelProvider.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/ColumnsTableViewerComparator.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/ColumnViewerSortColumnUtils.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/PreferencesFileTemplate.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/PreferencesTemplatesManager.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/TemplateEntryEditorPreferencePage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/TemplatesCheckStateListener.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/TemplatesContentProvider.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/TemplatesLabelProvider.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/preferences/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/AbstractWizardPage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/ExportTemplatesWizard.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/ExportTemplatesWizardPage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/ImportTemplatesWizard.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/ImportTemplatesWizardPage.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/Messages.java
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/messages.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/messages_de.properties
    directory/studio/trunk/plugins/templateeditor/src/main/java/org/apache/directory/studio/templateeditor/view/wizards/messages_fr.properties
    directory/studio/trunk/plugins/templateeditor/src/main/resources/
    directory/studio/trunk/plugins/templateeditor/src/main/resources/org.apache.directory.studio.templateeditor.templates.exsd
    directory/studio/trunk/plugins/templateeditor/src/test/
    directory/studio/trunk/plugins/templateeditor/src/test/java/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/studio/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/studio/templateeditor/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/studio/templateeditor/model/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/studio/templateeditor/model/parser/
    directory/studio/trunk/plugins/templateeditor/src/test/java/org/apache/directory/studio/templateeditor/model/parser/TemplateIOTest.java
    directory/studio/trunk/plugins/templateeditor/src/test/resources/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_checkbox_with_attributetype_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_checkbox_with_checked_and_unchecked_values.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_checkbox_with_checked_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_checkbox_with_unchecked_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_composite_with_columns_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_filechooser_with_all_values.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_filechooser_with_attributetype_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_image_with_all_values.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_image_with_attributetype_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_label_with_attributetype_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_label_with_value_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_link_with_attributetype_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_link_with_value_value.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_listbox_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_listbox_multiple_items.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_listbox_single_selection.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_minimal_with_composite.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_form_element.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_id_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_objectClasses_element.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_section_element.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_structural_element.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_no_title_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_password_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_password_not_hidden.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_password_not_show_edit_button.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_radiobuttons_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_radiobuttons_multiple_buttons.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_section_with_columns_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_section_with_description_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_section_with_title_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_section_with_wrong_columns_attribute.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_spinner_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_spinner_with_all_values.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_table.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_textfield_minimal.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_textfield_with_all_values.xml
    directory/studio/trunk/plugins/templateeditor/src/test/resources/org/apache/directory/studio/templateeditor/model/parser/template_wrong_root_element.xml

Propchange: directory/studio/trunk/plugins/templateeditor/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Mar 27 15:27:27 2015
@@ -0,0 +1,16 @@
+target
+maven-eclipse.xml
+lib
+bin
+.externalToolBuilders
+felix-cache
+.project
+.classpath
+.settings
+eclipse-classes
+*.log
+*.iml
+*.ipr
+dependency-reduced-pom.xml
+META-INF
+

Added: directory/studio/trunk/plugins/templateeditor/build.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/build.properties?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/build.properties (added)
+++ directory/studio/trunk/plugins/templateeditor/build.properties Fri Mar 27 15:27:27 2015
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+source.. = src/main/java/
+bin.includes = META-INF/,\
+               .,\
+               plugin.properties,\
+               plugin_fr.properties,\
+               plugin_de.properties,\
+               plugin.xml,\
+               resources/

Added: directory/studio/trunk/plugins/templateeditor/plugin.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/plugin.properties?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/plugin.properties (added)
+++ directory/studio/trunk/plugins/templateeditor/plugin.properties Fri Mar 27 15:27:27 2015
@@ -0,0 +1,32 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+Plugin_id=org.apache.directory.studio.templateeditor
+
+PrefPage_EntryEditorsPreferencePage_id=org.apache.directory.studio.ldapbrowser.preferences.EntryEditorsPreferencePage
+
+PrefPage_TemplateEntryEditorPreferencePage_id=org.apache.directory.studio.templateeditor.view.preferences.TemplateEntryEditorPreferencePage
+PrefPage_TemplateEntryEditorPreferencePage_name=Template Entry Editor
+
+Editor_SingleTabTemplateEntryEditor_id=org.apache.directory.studio.entrytemplate.editor.SingleTabEditor
+Editor_SingleTabTemplateEntryEditor_shortname=Template Entry Editor
+Editor_SingleTabTemplateEntryEditor_fullname=Template Entry Editor (single-tab)
+Editor_SingleTabTemplateEntryEditor_description=Opens each entry in the same single editor tab.
+
+Editor_MultiTabTemplateEntryEditor_id=org.apache.directory.studio.entrytemplate.editor.MultiTabEditor
+Editor_MultiTabTemplateEntryEditor_shortname=Template Entry Editor
+Editor_MultiTabTemplateEntryEditor_fullname=Template Entry Editor (multi-tab)
+Editor_MultiTabTemplateEntryEditor_description=Opens each entry in a separate editor tab.
\ No newline at end of file

Added: directory/studio/trunk/plugins/templateeditor/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/plugin.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/plugin.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/plugin.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<?eclipse version="3.0"?>
+<plugin>
+  <extension-point id="templates" name="Entry Templates" schema="src/main/resources/org.apache.directory.studio.templateeditor.templates.exsd"/>
+  <extension point="org.apache.directory.studio.templateeditor.templates">
+    <template file="resources/templates/domain-view.xml"/>
+    <template file="resources/templates/domain-edit.xml"/>
+    <template file="resources/templates/groupOfNames-view.xml"/>
+    <template file="resources/templates/groupOfNames-edit.xml"/>
+    <template file="resources/templates/groupOfUniqueNames-view.xml"/>
+    <template file="resources/templates/groupOfUniqueNames-edit.xml"/>
+    <template file="resources/templates/inetOrgPerson-view.xml"/>
+    <template file="resources/templates/inetOrgPerson-edit.xml"/>
+    <template file="resources/templates/metaAttributeType-view.xml"/>
+    <template file="resources/templates/metaAttributeType-edit.xml"/>
+    <template file="resources/templates/metaComparator-view.xml"/>
+    <template file="resources/templates/metaComparator-edit.xml"/>
+    <template file="resources/templates/metaMatchingRule-view.xml"/>
+    <template file="resources/templates/metaMatchingRule-edit.xml"/>
+    <template file="resources/templates/metaNormalizer-view.xml"/>
+    <template file="resources/templates/metaNormalizer-edit.xml"/>
+    <template file="resources/templates/metaObjectClass-view.xml"/>
+    <template file="resources/templates/metaObjectClass-edit.xml"/>
+    <template file="resources/templates/metaSchema-view.xml"/>
+    <template file="resources/templates/metaSchema-edit.xml"/>
+    <template file="resources/templates/metaSyntax-view.xml"/>
+    <template file="resources/templates/metaSyntax-edit.xml"/>
+    <template file="resources/templates/metaSyntaxChecker-view.xml"/>
+    <template file="resources/templates/metaSyntaxChecker-edit.xml"/>
+    <template file="resources/templates/organization-view.xml"/>
+    <template file="resources/templates/organization-edit.xml"/>
+    <template file="resources/templates/organizationalUnit-view.xml"/>
+    <template file="resources/templates/organizationalUnit-edit.xml"/>
+  </extension>
+    
+  <extension point="org.eclipse.ui.preferencePages">
+    <page
+      class="org.apache.directory.studio.templateeditor.view.preferences.TemplateEntryEditorPreferencePage"
+      id="%PrefPage_TemplateEntryEditorPreferencePage_id"
+      category="%PrefPage_EntryEditorsPreferencePage_id"
+      name="%PrefPage_TemplateEntryEditorPreferencePage_name">
+    </page>
+  </extension>
+    
+  <extension point="org.eclipse.equinox.preferences.preferences">
+    <initializer class="org.apache.directory.studio.templateeditor.PreferenceInitializer"/>
+  </extension>
+   
+  <extension point="org.eclipse.ui.editors">
+    <editor
+      class="org.apache.directory.studio.templateeditor.editor.SingleTabTemplateEntryEditor"
+      default="false"
+      icon="resources/icons/editor_single_tab.gif"
+      id="%Editor_SingleTabTemplateEntryEditor_id"
+      matchingStrategy="org.apache.directory.studio.entryeditors.SingleTabEntryEditorMatchingStrategy"
+      name="%Editor_SingleTabTemplateEntryEditor_shortname">
+    </editor>
+	  
+    <editor
+      class="org.apache.directory.studio.templateeditor.editor.MultiTabTemplateEntryEditor"
+      default="false"
+      icon="resources/icons/editor_multi_tab.gif"
+      id="%Editor_MultiTabTemplateEntryEditor_id"
+      matchingStrategy="org.apache.directory.studio.entryeditors.MultiTabEntryEditorMatchingStrategy"
+      name="%Editor_MultiTabTemplateEntryEditor_shortname">
+    </editor>
+  </extension>
+   
+  <extension point="org.apache.directory.studio.entryeditors">
+    <entryEditor
+	  class="org.apache.directory.studio.templateeditor.editor.SingleTabTemplateEntryEditor"
+      description="%Editor_SingleTabTemplateEntryEditor_description"
+      editorId="%Editor_SingleTabTemplateEntryEditor_id"
+      icon="resources/icons/editor_single_tab.gif"
+      id="%Editor_SingleTabTemplateEntryEditor_id"
+      name="%Editor_SingleTabTemplateEntryEditor_fullname"
+      priority="9"
+      multiWindow="false">
+    </entryEditor>
+		
+    <entryEditor
+      class="org.apache.directory.studio.templateeditor.editor.MultiTabTemplateEntryEditor"
+      description="%Editor_MultiTabTemplateEntryEditor_description"
+      editorId="%Editor_MultiTabTemplateEntryEditor_id"
+      icon="resources/icons/editor_multi_tab.gif"
+      id="%Editor_MultiTabTemplateEntryEditor_id"
+      name="%Editor_MultiTabTemplateEntryEditor_fullname"
+      priority="8"
+      multiWindow="true">
+    </entryEditor>
+  </extension>
+</plugin>

Added: directory/studio/trunk/plugins/templateeditor/plugin_de.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/plugin_de.properties?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/plugin_de.properties (added)
+++ directory/studio/trunk/plugins/templateeditor/plugin_de.properties Fri Mar 27 15:27:27 2015
@@ -0,0 +1,30 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+Editor_MultiTabTemplateEntryEditor_description=\u00D6ffnet jeden Eintrag in einem eigenen Editor.
+
+Editor_MultiTabTemplateEntryEditor_fullname=Template-Eintrags-Editor (mehrere Reiter)
+
+Editor_MultiTabTemplateEntryEditor_shortname=Template-Eintrags-Editor
+
+Editor_SingleTabTemplateEntryEditor_description=\u00D6ffnet alle Eintr\u00E4ge in einem einzelnen Editor.
+
+Editor_SingleTabTemplateEntryEditor_fullname=Template-Eintrags-Editor (einzelner Reiter)
+
+Editor_SingleTabTemplateEntryEditor_shortname=Template-Eintrags-Editor
+
+PrefPage_TemplateEntryEditorPreferencePage_name=Template-Eintrags-Editor

Added: directory/studio/trunk/plugins/templateeditor/plugin_fr.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/plugin_fr.properties?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/plugin_fr.properties (added)
+++ directory/studio/trunk/plugins/templateeditor/plugin_fr.properties Fri Mar 27 15:27:27 2015
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+PrefPage_TemplateEntryEditorPreferencePage_name=Editeur d'entr\u00E9e format\u00E9
+
+Editor_SingleTabTemplateEntryEditor_shortname=Editeur d'entr\u00E9e format\u00E9
+Editor_SingleTabTemplateEntryEditor_fullname=Editeur d'entr\u00E9e format\u00E9 (\u00E0 onglet unique)
+Editor_SingleTabTemplateEntryEditor_description=Chaque entr\u00E9e est ouverte dans le m\u00EAme \u00E9diteur \u00E0 onglet unique.
+
+Editor_MultiTabTemplateEntryEditor_shortname=Editeur d'entr\u00E9e format\u00E9
+Editor_MultiTabTemplateEntryEditor_fullname=Editeur d'entr\u00E9e format\u00E9 (\u00E0 onglets multiples)
+Editor_MultiTabTemplateEntryEditor_description=Chaque entr\u00E9e est ouverte dans un \u00E9diteur \u00E0 onglet s\u00E9par\u00E9.
\ No newline at end of file

Added: directory/studio/trunk/plugins/templateeditor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/pom-first.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/pom-first.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/pom-first.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.studio</groupId>
+    <artifactId>parent-plugins</artifactId>
+    <version>2.0.0.qualifier</version>
+    <relativePath>../pom-first.xml</relativePath>
+  </parent>
+
+  <artifactId>templateeditor</artifactId>
+  <name>Apache Directory Studio Template Editor</name>
+  <packaging>bundle</packaging>
+  <description />
+
+  <build>
+    <plugins>
+      <!-- MANIFEST.MF Generation -->
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <manifestLocation>META-INF</manifestLocation>
+          <instructions>            
+            <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
+            <Bundle-Localization>plugin</Bundle-Localization>
+            <Eclipse-LazyStart>true</Eclipse-LazyStart>
+            <Bundle-Activator>org.apache.directory.studio.templateeditor.EntryTemplatePlugin</Bundle-Activator>
+            <Export-Package>org.apache.directory.studio.templateeditor</Export-Package>
+            <Require-Bundle>
+              org.eclipse.core.runtime,
+              org.eclipse.ui,
+              org.eclipse.ui.forms,
+              org.eclipse.jface.text,
+              org.apache.commons.collections,
+              org.apache.directory.api.ldap.model,
+              org.apache.directory.api.util,
+              org.apache.directory.studio.common.core,
+              org.apache.directory.studio.common.ui,
+              org.apache.directory.studio.connection.core,
+              org.apache.directory.studio.connection.ui,
+              org.apache.directory.studio.ldapbrowser.core,
+              org.apache.directory.studio.ldapbrowser.common,
+              org.apache.directory.studio.ldapbrowser.ui,
+              org.apache.directory.studio.ldifparser,
+              org.apache.directory.studio.ldifeditor,
+              org.apache.directory.studio.valueeditors,
+              org.apache.servicemix.bundles.dom4j,
+              slf4j.api
+            </Require-Bundle>
+          </instructions>
+        </configuration>
+        <executions>
+          <execution>
+            <id>generate-manifest</id>
+            <phase>process-classes</phase>
+            <goals>    
+              <goal>manifest</goal>
+            </goals>   
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: directory/studio/trunk/plugins/templateeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/pom.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/pom.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/pom.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.studio</groupId>
+    <artifactId>parent-plugins</artifactId>
+    <version>2.0.0-SNAPSHOT</version>
+    <relativePath>../</relativePath>
+  </parent>
+
+  <artifactId>templateeditor</artifactId>
+  <name>Apache Directory Studio Template Editor</name>
+  <packaging>eclipse-plugin</packaging>
+  <description />
+</project>

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/editor_multi_tab.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/editor_multi_tab.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/editor_multi_tab.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/editor_single_tab.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/editor_single_tab.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/editor_single_tab.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/export_templates_wizard.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/export_templates_wizard.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/export_templates_wizard.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/file.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/file.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/file.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/import_templates_wizard.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/import_templates_wizard.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/import_templates_wizard.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/no_image.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/no_image.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/no_image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/object_class.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/object_class.png?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/object_class.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/switch_template.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/switch_template.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/switch_template.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/template.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/template.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/template.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/template_disabled.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/template_disabled.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/template_disabled.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_add_value.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_add_value.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_add_value.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_file.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_file.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_file.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_image.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_image.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_browse_image.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_clear.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_clear.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_clear.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_delete_value.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_delete_value.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_delete_value.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_date.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_date.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_date.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_password.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_password.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_password.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_value.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_value.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_edit_value.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_save_as.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_save_as.gif?rev=1669604&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/plugins/templateeditor/resources/icons/toolbar_save_as.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/plugins/templateeditor/resources/templates/domain-edit.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/templates/domain-edit.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/resources/templates/domain-edit.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/resources/templates/domain-edit.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<template id="domain-edit" title="Domain - Edit">
+	<objectClasses>
+		<structural>domain</structural>
+	</objectClasses>
+	<form>
+		<composite numberOfColumns="2" equalColumns="false"
+			horizontalAlignment="fill" grabExcessHorizontalSpace="true"
+			verticalAlignment="fill" grabExcessVerticalSpace="true">
+			<!-- GENERAL INFORMATION -->
+			<section title="General Information" numberOfColumns="2"
+				equalColumns="false" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true">
+
+				<!-- Name -->
+				<label value="Name:" horizontalAlignment="end" width="70" />
+				<textfield attributeType="dc" horizontalAlignment="fill"
+					grabExcessHorizontalSpace="true" />
+
+				<!-- Description -->
+				<label value="Description:" horizontalAlignment="end" />
+				<textfield attributeType="description" numberOfRows="3"
+					horizontalAlignment="fill" grabExcessHorizontalSpace="true" />
+
+			</section>
+			<!-- Image -->
+			<image imageWidth="64" imageHeight="64" showSaveAsButton="false"
+				showClearButton="false" showBrowseButton="false">
+				<data>/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4AJkFkb2Jl
+					AGTAAAAAAQMAFQQDBgoNAAAD+AAABVkAAAdwAAAK7f/bAIQAAgICAgICAgICAgMCAgIDBAMCAgM
+					EBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQ
+					sJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8IAE
+					QgAQABAAwERAAIRAQMRAf/EAMoAAAEFAQADAAAAAAAAAAAAAAYAAwQFCAcBAgkBAAIDAQEAAAAA
+					AAAAAAAAAAMEAAEFBgIQAAIBAwMEAwEBAAAAAAAAAAECAwAEBRAREiAhEwYxMhQiIxEAAgECBAM
+					DCgcBAAAAAAAAAQIAEQMhMRIEEFEiQZEyIGFxscFCUnITM4FikrIjQxQFEgAABwEBAQAAAAAAAA
+					AAAAAAECAwAREhMUBhEwEAAgEDAwQCAwEAAAAAAAABABEhMUFREGFxIIGRsfChwdHh8f/aAAwDA
+					QACEQMRAAAB39IpG5Q8UDN0ThYclqRSU8FzdtAdoIM6oPseNV4vQmAjtyuPpp+qhfLowZ9IKsJb
+					lP6gf0KQoOM+E4WK6Rb6YEVcXxzv57OmdpiwOHPenjLNeYcADK3S4OiG9Tib3y+hPLvGm9zQaD2
+					L42nX9fzkDmdu62FPpJgdHKkDygxNt8/zUwIji5Yjobt57oui+CKRSMyAhBM1Z74JKkUn/9oACA
+					EBAAEFAtGZUEmXx0ZTN4pyrK41u7tbZZ2muTLbVeWzILTL3+Jlw+ZtszbUzBFnmaVoWMjP9cgxZ
+					Zcc1wcaoxEiOJEyr+OwmlIghaSRjxhS6lG/7eLrdOV9dlMuJzKlsYlwCrXwtUbIpKtzd/01zyE9
+					/Is/q6MmFZQ65aCXE31xciSNLjvPc8q/RsmCxcmXyUMSwxVmcNbZm2zGEyeJfkQpasXgMll5fXv
+					XrbBW2rokgn9WwVy0PqeBgaKGKFdP/9oACAECAAEFAteBrxt0j53ArzrUcqtTIGp04nS4i2qMkk
+					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
+				</data>
+			</image>
+		</composite>
+	</form>
+</template>

Added: directory/studio/trunk/plugins/templateeditor/resources/templates/domain-view.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/templates/domain-view.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/resources/templates/domain-view.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/resources/templates/domain-view.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<template id="domain-view" title="Domain - View">
+	<objectClasses>
+		<structural>domain</structural>
+	</objectClasses>
+	<form>
+		<composite numberOfColumns="2" equalColumns="false"
+			horizontalAlignment="fill" grabExcessHorizontalSpace="true"
+			verticalAlignment="fill" grabExcessVerticalSpace="true">
+			<!-- GENERAL INFORMATION -->
+			<section title="General Information" numberOfColumns="2"
+				equalColumns="false" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true">
+
+				<!-- Name -->
+				<label value="Name:" horizontalAlignment="end" width="70" />
+				<label attributeType="dc" />
+
+				<!-- Description -->
+				<label value="Description:" horizontalAlignment="end" />
+				<label attributeType="description" numberOfRows="3" />
+
+			</section>
+			<!-- Image -->
+			<image imageWidth="64" imageHeight="64" showSaveAsButton="false"
+				showClearButton="false" showBrowseButton="false">
+				<data>/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4AJkFkb2Jl
+					AGTAAAAAAQMAFQQDBgoNAAAD+AAABVkAAAdwAAAK7f/bAIQAAgICAgICAgICAgMCAgIDBAMCAgM
+					EBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQ
+					sJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8IAE
+					QgAQABAAwERAAIRAQMRAf/EAMoAAAEFAQADAAAAAAAAAAAAAAYAAwQFCAcBAgkBAAIDAQEAAAAA
+					AAAAAAAAAAMEAAEFBgIQAAIBAwMEAwEBAAAAAAAAAAECAwAEBRAREiAhEwYxMhQiIxEAAgECBAM
+					DCgcBAAAAAAAAAQIAEQMhMRIEEFEiQZEyIGFxscFCUnITM4FikrIjQxQFEgAABwEBAQAAAAAAAA
+					AAAAAAECAwAREhMUBhEwEAAgEDAwQCAwEAAAAAAAABABEhMUFREGFxIIGRsfChwdHh8f/aAAwDA
+					QACEQMRAAAB39IpG5Q8UDN0ThYclqRSU8FzdtAdoIM6oPseNV4vQmAjtyuPpp+qhfLowZ9IKsJb
+					lP6gf0KQoOM+E4WK6Rb6YEVcXxzv57OmdpiwOHPenjLNeYcADK3S4OiG9Tib3y+hPLvGm9zQaD2
+					L42nX9fzkDmdu62FPpJgdHKkDygxNt8/zUwIji5Yjobt57oui+CKRSMyAhBM1Z74JKkUn/9oACA
+					EBAAEFAtGZUEmXx0ZTN4pyrK41u7tbZZ2muTLbVeWzILTL3+Jlw+ZtszbUzBFnmaVoWMjP9cgxZ
+					Zcc1wcaoxEiOJEyr+OwmlIghaSRjxhS6lG/7eLrdOV9dlMuJzKlsYlwCrXwtUbIpKtzd/01zyE9
+					/Is/q6MmFZQ65aCXE31xciSNLjvPc8q/RsmCxcmXyUMSwxVmcNbZm2zGEyeJfkQpasXgMll5fXv
+					XrbBW2rokgn9WwVy0PqeBgaKGKFdP/9oACAECAAEFAteBrxt0j53ArzrUcqtTIGp04nS4i2qMkk
+					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
+				</data>
+			</image>
+		</composite>
+	</form>
+</template>

Added: directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-edit.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-edit.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-edit.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-edit.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<template id="groupOfNames-edit" title="GroupOfNames - Edit">
+	<objectClasses>
+		<structural>groupOfNames</structural>
+	</objectClasses>
+	<form>
+		<composite numberOfColumns="2" equalColumns="false"
+			horizontalAlignment="fill" grabExcessHorizontalSpace="true"
+			verticalAlignment="fill" grabExcessVerticalSpace="true">
+			<!-- GENERAL INFORMATION -->
+			<section title="General Information" numberOfColumns="2"
+				equalColumns="false" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true">
+
+				<!-- Name -->
+				<label value="Name:" horizontalAlignment="end" width="70" />
+				<textfield attributeType="cn" horizontalAlignment="fill"
+					grabExcessHorizontalSpace="true" />
+
+				<!-- Description -->
+				<label value="Description:" horizontalAlignment="end" />
+				<textfield attributeType="description" numberOfRows="3"
+					horizontalAlignment="fill" grabExcessHorizontalSpace="true" />
+
+			</section>
+
+			<!-- Image -->
+			<image imageWidth="64" imageHeight="64" showSaveAsButton="false"
+				showClearButton="false" showBrowseButton="false">
+				<data>/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4AJkFkb2Jl
+					AGTAAAAAAQMAFQQDBgoNAAAEIgAABwEAAAmZAAANUP/bAIQAAgICAgICAgICAgMCAgIDBAMCAgM
+					EBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQ
+					sJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8IAE
+					QgAQABAAwERAAIRAQMRAf/EANcAAAMBAQADAAAAAAAAAAAAAAYHCAUAAQMEAQACAwEBAAAAAAAA
+					AAAAAAACBAADBQEGEAAABgEDAwMEAwAAAAAAAAAAAQIDBAUREBIGMkITITEiIzNDJBQ2BxEAAAQ
+					EBAMEBQkJAAAAAAAAARECAwASEwQhMRQFUSIyEEFhFXGxsiMzgXKCwlODs8MGwUJSYmNzJDSEEg
+					ABBAMBAQEAAAAAAAAAAAAAEAERISAxEjACIhMAAgIBAgYCAwEBAAAAAAAAAREAMSFBURDwYXGRw
+					YGxodHxIOH/2gAMAwEAAhEDEQAAAb+kTGkiIHUY1W4nR+YxziGmsnU6SctbNIwsyeis3FGok4kH
+					0bn87u9IgtVD6Q6MM1AllDtz3Vu2vWOLqpt5YtUIObDcp6v9BfM4HuOadB6gXmKVi8eoL17F5qK
+					hnaDEbvNPaLy9GeXkd+Hw9W2mkWKXK51S0PP7emBy1p5mqc9tfVloJsJRpPPpXv5n0PSTFqZmyJ
+					r5hcZZpcCDolfTXGJr/wD/2gAIAQEAAQUCE6zXZCrh3Dx2nIZ0ddbyuwfnXDNntqL9dTrSKS4HN
+					qaKO2ldbaGQgIWXF/C5d6um3cCrq5DVTOdmw26xuQu+uocifWVTkfienLZMmMG2Y8dc+Y5Ms0to
+					r4dt+3E47cSWLC5abW/wObMmDmYaMzdkK28slK3NyVHso/7faH+3/nQejRpI4lIfeVaJipZjyVy
+					6ayluNM0MCAiPfynVPR4UOHpxBRJDvrxWCrHGLQ8w4p44fdatcPvmAdHZweMpVyFmA/H5A+0zR2
+					k3iq+C3rmn/9oACAECAAEFAglG0LMglojCmSwjAW1nV8sDvM/kQ7zPbqR7Apz5ESTC+ltW01l5N
+					GSyM5BFguo0egdbLCBISRBjT8aPcg50J9pQI8B8gQxhZBxR5QQNRno+O8/uJH5E6m8kx5CNfxzu
+					SPIRL/kJ0//aAAgBAwABBQIGrcEkYU4YS6eV5CHMatg+ki+Kgnpxu1P1CUehmZBPUsskn6ejhgg
+					Zj2C/Ztfq4GDMw5p3GFBvrWI4wGTCjBHlKlBBEFmCIi0ZHYXQY7Fa+JQ2GSfljChsM0eBWn//2g
+					AIAQICBj8CLNFlFsVjCOWv7sn5JfZRZWHS9I3gy8uQnOLK+UybHdf/2gAIAQMCBj8CKNpZsvzos
+					olyi8IXnydZJTrwbKINYf/aAAgBAQEGPwKGvLnXrWidYxkOYi6RHhGqu98dZtGFpqG+5zfy4iBQ
+					/oWGrhlEtJyVSzMjxSqGWdxZt7S0VNWfFKkS8oiGKlFnDV3t+9LctHVrlUh9ZeAGkRMii483fub
+					3US6clVJZTm61ARmHbc4ZSZ/LF5+6FUPWiEKPM8vnw/bs+9uOWVgMVjkPSGOUbal9sUOA6uZCgI
+					Q53O4Y/wANVLTfEq4HPkUp8O0PIkeW6f8A2sKM83T8MzIhzi8tN5vEiyt0F6mqOHTgbgYYhDtvt
+					Nsq+smy078inJjIVcyMBIThm93ZhdhbjNXfUkWkJ90KU8y8AMSi0b2e9bog6K9UDokJTAQC2Ani
+					MP8Am7Wr18unoJBctI5jqSfxh2WGnuHGJ6s9NQpMpMyhKWWEM1RAFU0gk/SUO7C4lKbNwjWn4mC
+					Adzyz8I07SjS10z58yj7i4w+yvBDkpinPAQGLP9OJbaGxTU94IDVxSp3Myz8IlWgHAbW4CJgMsf
+					GN11d29dU6FOqtSyOoZGMbb999SGjE+YPXChDw/AhYj4QtPdhFr9P8AYf/ALrnrjeP+f8AMhOot
+					235OiokFEfA4vVPvLfpC0KaihUXVkcXX6itFrXctCgKa+gxlbyIByHjCb1wABxZmCenByWHnEgk
+					RTKR+kIsP1Pcuupu3BcCkkqZ87WRH0hxhLqHFt1luqIBEMxAYXpLRm1qFUpISgyyMg7NwP8ApfX
+					jcz+3R7TUNcccPvhh8fm+0EbQX27ntuxbfT/Z2qoX7DM3VI66ky9CI3GzfVrbl15LjaWZ3Blmb4
+					gA90aFvZ3lNpyEbd2bqmhTS9muQSrMrd3uxjbLJkdDdNPLccQ/O2IJmc4JEe8ICpe2rhZTOOj+X
+					2f/2gAIAQEDAT8hnXAL+UxNctbqDAgkiGzAfWpodcEqlAokjE0pIg2R4MAMwcAsXDOEBkB9J10a
+					v16ltx1v2g1mrgnRE2wnUILBCENj5Nj5DtH7UXoTyVBT9+PaDfvjg7lyDk8mHizEuZ0hHWFGD5m
+					6nGnykOQwNN5VthdsNEGTkmU35GQQRkPtMf8A01lHgT1fD8JsOMoacHYKSA4wBpzDEyyAUIia10
+					eYGHXxA3L9CEOhxOhm9pjlKOlagN66euYue7EpBjLae6ANxJoPhLfEWy9EIrMauyGXmdHcTGY3N
+					bB4BkLCSlcI64tsceEpqauOKAvkKamgXY9kDvHi/iYZfsRkAgSTQ3mJ2ABWQaEbzJgxowQA/WZv
+					4geyVrgDB0c80Ab0TTK4YyOdMEWhO5IaxCyiGLMBGBGx/inSQ+2BoacFhOxKRQGEc1UA7Bxy2kL
+					O0QsFhjkNQO0fhsC5ojIOyKzNXJqjtPg//9oACAECAwE/IZthgOBlBm6CMzhHjJ2mLiOJFlhzvC
+					iW81CsXNQPG74rXvcAoM87TM62firqEHGcAVYZargFmIStMevkQHKYDwwtfIh4mIBXNXDl5lUDW
+					X86yvtPZ6haGBCUfFXJgHlaQdISQ1yYoKWBfDTD+L9zk+JaH8X6/wAbIRMRgf2AH7ggDo8w24P5
+					OmeH/9oACAEDAwE/IYfYhuThBjioUiKAORhMnI8dcsjoDKEDFwFTiPThnBzEgxBOghRvDHd4ECU
+					ARxhJMyhgGjkwMx4zNMEMUlJRzpLz1QgbjW4BEZkHCGAK4UlykHDVNXO05PmVnN5/wAqMdi5j6E
+					JtXiAYKM6w4f/aAAwDAQACEQMRAAAQAl2oDuRAD55QiD+3mYK1OTdZCB8IH1ko/9oACAEBAwE/E
+					J9dbLHx/J4swEDuMErTIWROQyhMzJ/xAilEjkGYiJR8uV3tloZIgUC1JikB/BiMlgT7uKRfmBdk
+					hx8/+dnJ2hAGhJADtapvdUGgMHaCDayQ0lyE2Io6hFKpZCVCjIEPQxj/ANqdis2FhPK4eK2e8fF
+					rcYBUrhUUAuMPBbjBUvblf0JULLA4GaBkfGYlAHSAyQIf4JgJMjo2JFbc95Sip3YlgQc/rW2SQT
+					pneCUTocRDcBTpmK9Vx/Iuwl2rh91W8YyAWSQYUI6NIwsZNi8RbCbsHauT4MDVbszrKRgGtpyn5
+					kbyWg64BqB6SNicBMWMKZFot4KYM8UwPV7T4xEfJcNxeMHEklZ1wz+NbZJBq0NoZhhpdztQtWht
+					BSBoABQeJShRuIcYrGim2jkl28TLgqEnbardAE35CGjoysm7ULduXAcFOic4+ZG81Mq+GRipBp1
+					kbw9lQAEifJCIfgkc50G6g2wMkCsBhKKpJIjw/wCF8i7bdfBOmYawgezFwvwCAydpqmGrcbJkRK
+					p5mFI9KkRAsNJQ9KpGolaAA2U/HaE1kmg1w//aAAgBAgMBPxCDZWJa1diYPkhjA81BUkRkxgfYh
+					WQtAwdegj0UABYfqVRDemyocbvbr4gBDGceoNSH7pwQhg3aeYZOMIfUUZul07rfiFs/ErspsVal
+					JgJEd92xhEDltgFoy6BvrUcIFhAZJyCahaI0ku28zxY3i0qe3DFQ1Ye8thK3LgA1N6v5V1htcO3
+					QQYCNH7jDGuNLGx11hQJGGBMSm0ADbaev3CMROAL5vowKEfW+kADsvrglkDsVMHgN0FtBMgAE8i
+					9eyxtFpQ/6gyRog1wizrpuV9INrKAEUuTck/fAH5+oHmQDkKGB4X1Gv442ie4B9w4vAWUPt1jbF
+					/BShhjxIfmQAYR06ukAq8A/fD//2gAIAQMDAT8Qilyl6X2mZ4A7n9wmUHcifyDBIAajkadTEBxI
+					mif3L6xLXfc8UPh7ggK39iAA+cxRZDtrCrDLN9zL2lv1/nECaV6PavmA4ITb7bjpBBWKKJ6moSI
+					SGpSAwhkwUATt99oxR6Fmrtb8MgEX6gBwIc51+d4Aw6Qlj0+xFwFu9Hcr6QRAHQmZDFKyTvPZ6l
+					hOf4l0LMT7X2n3mcj5lABhMsmrzvNTYV1oPrrN1P8AqhgClC/m3bUbbdZmA5JlBB7ADgX19wfnE
+					FK+D8x+408a9HYn9Rr5EvDO3TpGiJdztwMj5EGvAScsanp1hJfkP64f/9k=
+					userPassword:: e0NSWVBUfTRUbzg3NU5HeFZyMEk=</data>
+			</image>
+
+			<!-- MEMBERS -->
+			<section title="Members" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true" verticalAlignment="fill"
+				grabExcessVerticalSpace="true" horizontalSpan="2">
+
+				<table attributeType="member" horizontalAlignment="fill"
+					grabExcessHorizontalSpace="true" verticalAlignment="fill"
+					grabExcessVerticalSpace="true" />
+
+			</section>
+		</composite>
+	</form>
+</template>

Added: directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-view.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-view.xml?rev=1669604&view=auto
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-view.xml (added)
+++ directory/studio/trunk/plugins/templateeditor/resources/templates/groupOfNames-view.xml Fri Mar 27 15:27:27 2015
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<template id="groupOfNames-view" title="GroupOfNames - View">
+	<objectClasses>
+		<structural>groupOfNames</structural>
+	</objectClasses>
+	<form>
+		<composite numberOfColumns="2" equalColumns="false"
+			horizontalAlignment="fill" grabExcessHorizontalSpace="true"
+			verticalAlignment="fill" grabExcessVerticalSpace="true">
+			<!-- GENERAL INFORMATION -->
+			<section title="General Information" numberOfColumns="2"
+				equalColumns="false" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true">
+
+				<!-- Name -->
+				<label value="Name:" horizontalAlignment="end" width="70" />
+				<label attributeType="cn" />
+
+				<!-- Description -->
+				<label value="Description:" horizontalAlignment="end" />
+				<label attributeType="description" numberOfRows="3" />
+
+			</section>
+
+			<!-- Image -->
+			<image imageWidth="64" imageHeight="64" showSaveAsButton="false"
+				showClearButton="false" showBrowseButton="false">
+				<data>/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAUAAA/+4AJkFkb2Jl
+					AGTAAAAAAQMAFQQDBgoNAAAEIgAABwEAAAmZAAANUP/bAIQAAgICAgICAgICAgMCAgIDBAMCAgM
+					EBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQ
+					sJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8IAE
+					QgAQABAAwERAAIRAQMRAf/EANcAAAMBAQADAAAAAAAAAAAAAAYHCAUAAQMEAQACAwEBAAAAAAAA
+					AAAAAAACBAADBQEGEAAABgEDAwMEAwAAAAAAAAAAAQIDBAUREBIGMkITITEiIzNDJBQ2BxEAAAQ
+					EBAMEBQkJAAAAAAAAARECAwASEwQhMRQFUSIyEEFhFXGxsiMzgXKCwlODs8MGwUJSYmNzJDSEEg
+					ABBAMBAQEAAAAAAAAAAAAAEAERISAxEjACIhMAAgIBAgYCAwEBAAAAAAAAAREAMSFBURDwYXGRw
+					YGxodHxIOH/2gAMAwEAAhEDEQAAAb+kTGkiIHUY1W4nR+YxziGmsnU6SctbNIwsyeis3FGok4kH
+					0bn87u9IgtVD6Q6MM1AllDtz3Vu2vWOLqpt5YtUIObDcp6v9BfM4HuOadB6gXmKVi8eoL17F5qK
+					hnaDEbvNPaLy9GeXkd+Hw9W2mkWKXK51S0PP7emBy1p5mqc9tfVloJsJRpPPpXv5n0PSTFqZmyJ
+					r5hcZZpcCDolfTXGJr/wD/2gAIAQEAAQUCE6zXZCrh3Dx2nIZ0ddbyuwfnXDNntqL9dTrSKS4HN
+					qaKO2ldbaGQgIWXF/C5d6um3cCrq5DVTOdmw26xuQu+uocifWVTkfienLZMmMG2Y8dc+Y5Ms0to
+					r4dt+3E47cSWLC5abW/wObMmDmYaMzdkK28slK3NyVHso/7faH+3/nQejRpI4lIfeVaJipZjyVy
+					6ayluNM0MCAiPfynVPR4UOHpxBRJDvrxWCrHGLQ8w4p44fdatcPvmAdHZweMpVyFmA/H5A+0zR2
+					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
+					userPassword:: e0NSWVBUfTRUbzg3NU5HeFZyMEk=</data>
+			</image>
+
+			<!-- MEMBERS -->
+			<section title="Members" horizontalAlignment="fill"
+				grabExcessHorizontalSpace="true" verticalAlignment="fill"
+				grabExcessVerticalSpace="true" horizontalSpan="2">
+
+				<table attributeType="member" showAddButton="false"
+					showEditButton="false" showDeleteButton="false"
+					horizontalAlignment="fill" grabExcessHorizontalSpace="true"
+					verticalAlignment="fill" grabExcessVerticalSpace="true" />
+
+			</section>
+		</composite>
+	</form>
+</template>