Added the OSGi R4 Foundation source to our repo so that we can eventually
compile against it, but also to resolve our dependency on
javax.microedition.io.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@465396 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.foundation/pom.xml b/org.osgi.foundation/pom.xml
new file mode 100644
index 0000000..d145a74
--- /dev/null
+++ b/org.osgi.foundation/pom.xml
@@ -0,0 +1,20 @@
+<project>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix</artifactId>
+    <version>0.8.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <name>OSGi R4 Foundation EE</name>
+  <artifactId>org.osgi.foundation</artifactId>
+  <dependencies>
+  </dependencies>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+  </build>
+</project>