aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml')
-rw-r--r--sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml
new file mode 100644
index 00000000..5f03f248
--- /dev/null
+++ b/sdnr/wireless-transport/code-Carbon-SR1/apps/info/impl/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs">
+
+ <bean id="infoServlet"
+ class="com.highstreet.technologies.info.InfoServlet">
+ </bean>
+
+ <service interface="javax.servlet.http.HttpServlet" ref="infoServlet">
+ <service-properties>
+ <entry key="alias" value="/info" />
+ </service-properties>
+ </service>
+
+</blueprint>