commit 78f804d5d2ded2dc1df5e2d4c3efd96be7fe6191
Author: Cristiano Gaviao <[email protected]>
AuthorDate: Thu, 23 May 2013 16:02:11 -0300
Commit: Cristiano Gaviao <[email protected]>
CommitDate: Thu, 23 May 2013 16:02:11 -0300
removed wrongly included files
diff --git
a/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryExtenderComponent.xml
b/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryExtenderComponent.xml
deleted file mode 100644
index 4decb7c..0000000
---
a/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryExtenderComponent.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
activate="activate" configuration-policy="optional" deactivate="deactivate"
immediate="true"
name="org.jbehave.osgi.interactive.components.StepFactoryServiceExtenderComponent">
- <implementation
class="org.jbehave.osgi.interactive.components.StepFactoryServiceExtenderComponent"/>
- <reference bind="bindLogService" cardinality="0..1"
interface="org.osgi.service.log.LogService" name="LogService_StepFactory"
policy="dynamic" unbind="unbindLogService"/>
- <reference bind="bindConfigurationAdmin" cardinality="1..1"
interface="org.osgi.service.cm.ConfigurationAdmin"
name="ConfigurationAdmin_Embedder" policy="static"
unbind="unbindConfigurationAdmin"/>
- <property name="component.description" value="JBehave StepFactory Extender
Component"/>
- <property name="service.logToConsole" type="Boolean" value="true"/>
- <property name="service.logToService" type="Boolean" value="true"/>
- <property name="extender.manifestHeader" type="String"
value="JBehave-StepFactory"/>
- <property name="extender.bundleProperty" type="String"
value="embedder.stepFactoryBundle"/>
- <property name="extender.itemProperty" type="String"
value="embedder.stepFactoryClass"/>
- <property name="extender.itemClassifierProperty" type="String"
value="embedder.stepFactoryType"/>
- <property name="extender.targetComponentService" type="String"
value="org.jbehave.osgi.interactive.components.StepFactoryServiceComponent"/>
-</scr:component>
diff --git
a/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryServiceComponent.xml
b/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryServiceComponent.xml
deleted file mode 100644
index a703aa1..0000000
---
a/jbehave-osgi-bundles/org.jbehave.osgi.interactive/src/main/resources/StepFactoryServiceComponent.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
activate="activate" configuration-policy="require" deactivate="deactivate"
immediate="false"
name="org.jbehave.osgi.interactive.components.StepFactoryServiceComponent">
- <implementation
class="org.jbehave.osgi.interactive.components.StepFactoryServiceComponent"/>
- <reference bind="bindLogService" cardinality="0..1"
interface="org.osgi.service.log.LogService" name="LogService_StepFactory"
policy="dynamic" unbind="unbindLogService"/>
- <property name="service.logToConsole" type="Boolean" value="true"/>
- <property name="service.logToService" type="Boolean" value="true"/>
- <property name="service.description" value="JBehave StepFactory Service."/>
- <service>
- <provide interface="org.jbehave.core.steps.InjectableStepsFactory"/>
- </service>
-</scr:component>