Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples/plugin.xml b/plugins/org.eclipse.emf.cdo.examples/plugin.xml
index c2e2275c06..10d772cf35 100644
--- a/plugins/org.eclipse.emf.cdo.examples/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.examples/plugin.xml
@@ -18,6 +18,10 @@
productGroup="org.eclipse.emf.cdo.server.queryHandlerFactories"
type="user_roles"
class="org.eclipse.emf.cdo.examples.server.UserRolesQueryHandlerFactory"/>
+ <factory
+ productGroup="org.eclipse.emf.cdo.server.db.typeMappingProviders"
+ type="encryptedPassword"
+ class="org.eclipse.emf.cdo.examples.server.EncryptedPasswordFactory"/>
</extension>
</plugin>

Back to the top