Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/bundles/error.bundle/src/main/resources/META-INF/spring/osgi.xml.bak')
-rw-r--r--integration-tests/bundles/error.bundle/src/main/resources/META-INF/spring/osgi.xml.bak11
1 files changed, 0 insertions, 11 deletions
diff --git a/integration-tests/bundles/error.bundle/src/main/resources/META-INF/spring/osgi.xml.bak b/integration-tests/bundles/error.bundle/src/main/resources/META-INF/spring/osgi.xml.bak
deleted file mode 100644
index 387d9b6..0000000
--- a/integration-tests/bundles/error.bundle/src/main/resources/META-INF/spring/osgi.xml.bak
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:osgi="http://www.springframework.org/schema/osgi"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">
-
- <osgi:service id="simpleServiceOsgi" ref="simpleService"
- interface="org.springframework.osgi.iandt.simpleservice.MyService"/>
-
-</beans> \ No newline at end of file

Back to the top