Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util/plugin.xml')
-rw-r--r--plugins/org.eclipse.net4j.util/plugin.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.util/plugin.xml b/plugins/org.eclipse.net4j.util/plugin.xml
index 0250e90a0d..0a37bfac35 100644
--- a/plugins/org.eclipse.net4j.util/plugin.xml
+++ b/plugins/org.eclipse.net4j.util/plugin.xml
@@ -6,7 +6,7 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Eike Stepper - initial API and implementation
-->
@@ -15,7 +15,7 @@
<extension-point id="factories" name="%extension-point.name" schema="schema/factories.exsd"/>
<extension-point id="elementProcessors" name="%extension-point.name.0" schema="schema/elementProcessors.exsd"/>
-
+
<extension
point="org.eclipse.net4j.util.factories">
<factory
@@ -34,6 +34,10 @@
productGroup="org.eclipse.net4j.userManagers"
type="file"
class="org.eclipse.net4j.util.security.FileUserManagerFactory"/>
+ <factory
+ productGroup="org.eclipse.net4j.authenticators"
+ type="file"
+ class="org.eclipse.net4j.util.security.FileAuthenticatorFactory"/>
</extension>
</plugin>

Back to the top