Remove karaf profile.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@995937 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 04780de..434284c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,18 +154,5 @@
       </modules>
     </profile>
 
-    <profile>
-      <id>packaging-karaf</id>
-      <activation>
-        <property>
-          <name>packaging</name>
-          <value>karaf</value>
-        </property>
-      </activation>
-      <modules>
-        <module>karaf</module>
-      </modules>
-    </profile>
-
   </profiles>
 </project>