Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2018-05-21 13:38:44 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2018-05-21 14:29:00 +0300
commit390498f4c6aa0666579693d70046e0d15261ef83 (patch)
tree742e67dd857affdb49feaec91d5f17628200a66d /features
parentfc9aec7add3ab02abb412f9744ec79a33ccc02a9 (diff)
DIRSTUDIO-1177: Add plugin structure for eDirectory
Diffstat (limited to 'features')
-rw-r--r--features/ldapbrowser.feature/feature.xml7
-rw-r--r--features/ldifeditor.feature/feature.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/features/ldapbrowser.feature/feature.xml b/features/ldapbrowser.feature/feature.xml
index fa5ae7913..de6673bc2 100644
--- a/features/ldapbrowser.feature/feature.xml
+++ b/features/ldapbrowser.feature/feature.xml
@@ -260,6 +260,13 @@ http://www.apache.org/licenses/
unpack="false"/>
<plugin
+ id="org.apache.directory.studio.edirectory"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.apache.directory.studio.ldifparser"
download-size="0"
install-size="0"
diff --git a/features/ldifeditor.feature/feature.xml b/features/ldifeditor.feature/feature.xml
index ae716e618..a83b447b8 100644
--- a/features/ldifeditor.feature/feature.xml
+++ b/features/ldifeditor.feature/feature.xml
@@ -252,6 +252,13 @@ http://www.apache.org/licenses/
unpack="false"/>
<plugin
+ id="org.apache.directory.studio.edirectory"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.apache.directory.studio.common.core"
download-size="0"
install-size="0"