Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2009-08-08 01:54:14 +0000
committerrescobar2009-08-08 01:54:14 +0000
commitbe775617f6c9c8d942a95def3e7b52d1c86fb510 (patch)
treec602739f4697d8a5059da851bcd848b267b34fad /org.eclipse.osee.framework.core.server
parentc376b757f3e448d5ceb447860e2cff9abb43e80c (diff)
downloadorg.eclipse.osee-be775617f6c9c8d942a95def3e7b52d1c86fb510.tar.gz
org.eclipse.osee-be775617f6c9c8d942a95def3e7b52d1c86fb510.tar.xz
org.eclipse.osee-be775617f6c9c8d942a95def3e7b52d1c86fb510.zip
"Team Workflow" - Y1M49 - "Bundle startup issues relating to Eclipse 3.5"
Diffstat (limited to 'org.eclipse.osee.framework.core.server')
-rw-r--r--org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml b/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml
new file mode 100644
index 00000000000..43bf0320fbb
--- /dev/null
+++ b/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<component name="authentication.provider.demo">
+ <implementation class="org.eclipse.osee.framework.core.server.internal.authentication.DemoAuthenticationProvider"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.core.server.IAuthenticationProvider"/>
+ </service>
+</component> \ No newline at end of file

Back to the top