+ added integration tests
+ replaced org.sf to org.eclipse.gemini in various places including manifests/path/packages
git-svn-id: http://dev.eclipse.org/svnroot/rt/org.eclipse.gemini.blueprint/trunk@5 d5c50688-e17f-0410-abf2-532cdd3858a3
diff --git a/integration-tests/bundles/io.fragment.2.bundle/pom.xml b/integration-tests/bundles/io.fragment.2.bundle/pom.xml
new file mode 100644
index 0000000..94a492a
--- /dev/null
+++ b/integration-tests/bundles/io.fragment.2.bundle/pom.xml
@@ -0,0 +1,18 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>gemini-blueprint-integration-test-bundles</artifactId>
+ <groupId>org.eclipse.gemini.blueprint.iandt</groupId>
+ <version>1.0.0.M1-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.eclipse.gemini.blueprint.iandt</groupId>
+ <artifactId>io.fragment.2.bundle</artifactId>
+ <packaging>jar</packaging>
+ <name>Gemini Blueprint Test Bundle: IO fragment 2 bundle</name>
+ <description>An OSGi bundle that provides a simple service</description>
+ <url>http://www.eclipse.org/gemini/blueprint/</url>
+</project>
+