http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.2/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.3/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.3/pom.xml b/facebook4j-2.4.3/pom.xml
deleted file mode 100644
index 5da6842..0000000
--- a/facebook4j-2.4.3/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.3_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.3</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.3/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.3/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.3/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.3/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.4/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.4/pom.xml b/facebook4j-2.4.4/pom.xml
deleted file mode 100644
index fd4b3b3..0000000
--- a/facebook4j-2.4.4/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.4_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.4</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.4/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.4/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.4/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.4/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.5/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.5/pom.xml b/facebook4j-2.4.5/pom.xml
deleted file mode 100644
index c42bd5b..0000000
--- a/facebook4j-2.4.5/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.5_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.5</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.5/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.5/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.5/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.5/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.6/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.6/pom.xml b/facebook4j-2.4.6/pom.xml
deleted file mode 100644
index ce866ae..0000000
--- a/facebook4j-2.4.6/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.6_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.6</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.6/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.6/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.6/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.6/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.7/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.7/pom.xml b/facebook4j-2.4.7/pom.xml
deleted file mode 100644
index 59cf653..0000000
--- a/facebook4j-2.4.7/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.7_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.7</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.7/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.7/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.7/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.7/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.8/pom.xml
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.8/pom.xml b/facebook4j-2.4.8/pom.xml
deleted file mode 100644
index faadfc2..0000000
--- a/facebook4j-2.4.8/pom.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.facebook4j</artifactId>
-    <version>2.4.8_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.facebook4j</pkgGroupId>
-        <pkgArtifactId>facebook4j-core</pkgArtifactId>
-        <pkgVersion>2.4.8</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.management, 
-            javax.management.openmbean, 
-            org.apache.commons.logging;resolution:=optional,
-            org.apache.log4j;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/facebook4j-2.4.8/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/facebook4j-2.4.8/src/main/resources/OSGI-INF/bundle.info 
b/facebook4j-2.4.8/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09574d8..0000000
--- a/facebook4j-2.4.8/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    A Java library for the Facebook Graph API. This library provides the ease 
of use like Twitter4J. Facebook4J is an unofficial    library.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://facebook4j.org/en/index.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fastinfoset-1.2.12/pom.xml
----------------------------------------------------------------------
diff --git a/fastinfoset-1.2.12/pom.xml b/fastinfoset-1.2.12/pom.xml
deleted file mode 100644
index 3cf68a9..0000000
--- a/fastinfoset-1.2.12/pom.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.fastinfoset</artifactId>
-    <version>1.2.12_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>com.sun.xml.fastinfoset</pkgGroupId>
-        <pkgArtifactId>FastInfoset</pkgArtifactId>
-        <pkgVersion>1.2.12</pkgVersion>
-        <servicemix.osgi.export>
-            
org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first,
-            
com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-            javax.xml.namespace,
-            javax.xml.parsers,
-            javax.xml.transform*,
-            org.w3c.dom,
-            org.xml.sax*,
-            javax.xml.stream*;version="[1,2)"
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fastinfoset-1.2.12/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/fastinfoset-1.2.12/src/main/resources/OSGI-INF/bundle.info 
b/fastinfoset-1.2.12/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index e6748a3..0000000
--- a/fastinfoset-1.2.12/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,26 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Fast Infoset standard draft (currently being developed as joint work 
by ISO/IEC JTC 1 and ITU-T)
-    specifies a binary format for XML infosets that is an efficient 
alternative to XML. An instance of this
-    binary format is called a fast infoset document. Fast infoset documents 
are analogous to XML documents.
-    Each has a physical form and an XML infoset. Fast infoset documents are, 
given the results presented, faster
-    to serialize and parse, and smaller in size, than the equivalent XML 
documents. Thus, fast infoset documents
-    may be used whenever the size and processing time of XML documents is an 
issue.
-
-    The binary format is optimized to balance the needs of both document size 
and processing time. Fast infoset
-    documents are useful in a number of domains from bandwidth- and 
resource-constrained mobile devices to
-    high-bandwidth high-throughput systems. In general, smaller documents are 
possible at the expense of either
-    increased processing or loss of self-description and dependence on a 
schema. Faster processing is possible
-    at the expense of loss of self-description and dependence on a schema. For 
example, standard compression
-    (LZH) or XML-specific compression techniques (XMill) may be applied to XML 
documents to obtain smaller
-    document sizes, but this adds to the processing time, especially in the 
compression phase, and can affect
-    server-side performance.
-
-\u001B[1mSEE ALSO\u001B[0m
-    
\u001B[36mhttp://java.sun.com/developer/technicalArticles/xml/fastinfoset/\u001B[0m
-    
\u001B[36mhttp://java.sun.com/developer/technicalArticles/WebServices/soa2/fastinfoset-soa.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fastinfoset-1.2.7/pom.xml
----------------------------------------------------------------------
diff --git a/fastinfoset-1.2.7/pom.xml b/fastinfoset-1.2.7/pom.xml
deleted file mode 100644
index 6daa99c..0000000
--- a/fastinfoset-1.2.7/pom.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.fastinfoset</artifactId>
-    <version>1.2.7_5-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>com.sun.xml.fastinfoset</pkgGroupId>
-        <pkgArtifactId>FastInfoset</pkgArtifactId>
-        <pkgVersion>1.2.7</pkgVersion>
-        <servicemix.osgi.export>
-            
org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first,
-            
com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-            javax.xml.namespace,
-            javax.xml.parsers,
-            javax.xml.transform*,
-            org.w3c.dom,
-            org.xml.sax*,
-            javax.xml.stream*;version="[1,2)"
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fastinfoset-1.2.7/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/fastinfoset-1.2.7/src/main/resources/OSGI-INF/bundle.info 
b/fastinfoset-1.2.7/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index e6748a3..0000000
--- a/fastinfoset-1.2.7/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,26 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Fast Infoset standard draft (currently being developed as joint work 
by ISO/IEC JTC 1 and ITU-T)
-    specifies a binary format for XML infosets that is an efficient 
alternative to XML. An instance of this
-    binary format is called a fast infoset document. Fast infoset documents 
are analogous to XML documents.
-    Each has a physical form and an XML infoset. Fast infoset documents are, 
given the results presented, faster
-    to serialize and parse, and smaller in size, than the equivalent XML 
documents. Thus, fast infoset documents
-    may be used whenever the size and processing time of XML documents is an 
issue.
-
-    The binary format is optimized to balance the needs of both document size 
and processing time. Fast infoset
-    documents are useful in a number of domains from bandwidth- and 
resource-constrained mobile devices to
-    high-bandwidth high-throughput systems. In general, smaller documents are 
possible at the expense of either
-    increased processing or loss of self-description and dependence on a 
schema. Faster processing is possible
-    at the expense of loss of self-description and dependence on a schema. For 
example, standard compression
-    (LZH) or XML-specific compression techniques (XMill) may be applied to XML 
documents to obtain smaller
-    document sizes, but this adds to the processing time, especially in the 
compression phase, and can affect
-    server-side performance.
-
-\u001B[1mSEE ALSO\u001B[0m
-    
\u001B[36mhttp://java.sun.com/developer/technicalArticles/xml/fastinfoset/\u001B[0m
-    
\u001B[36mhttp://java.sun.com/developer/technicalArticles/WebServices/soa2/fastinfoset-soa.html\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/flatpack-3.1.1/pom.xml
----------------------------------------------------------------------
diff --git a/flatpack-3.1.1/pom.xml b/flatpack-3.1.1/pom.xml
deleted file mode 100644
index e667534..0000000
--- a/flatpack-3.1.1/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.flatpack</artifactId>
-    <version>3.1.1_6-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>net.sf.flatpack</pkgGroupId>
-        <pkgArtifactId>flatpack</pkgArtifactId>
-        <pkgVersion>3.1.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            net.sf.flatpack
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            org.xml.sax,
-            jxl*;resolution:=optional;version="[2.4.2,3)",
-            org.jdom*;resolution:=optional;version="[1.0,2)",
-            org.slf4j*;version="[1.1,2)";resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <!-- Not available on Central
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-        -->
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>fpconvert.properties</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/flatpack-3.1.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/flatpack-3.1.1/src/main/resources/OSGI-INF/bundle.info 
b/flatpack-3.1.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 47fb976..0000000
--- a/flatpack-3.1.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,23 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    FlatPack came out of the frustration of having to mix file parsing logic 
with business logic.
-
-    FlatPack is a Java (1.4+) flat file parser that handles CSV, fixed length 
and custom delimiters. The
-    formats are configured in XML, it is fast and released under Apache 
license 2.0.
-
-    Starting at release 3.1, FlatPack introduces exporters via the writer 
package. This mechanism allows you
-    to export a DataSet to a fixed length or delimited format.
-
-    Substrings in a fixed width parse can be daunting to deal with when trying 
to analyze what existing code is
-    doing, and what about when you have no comments...
-
-    It also provides delimited file parsing; works with any delimiter / 
qualifier, multiline records, delimiter
-    or qualifier allowed in column value.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://flatpack.sourceforge.net/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/flatpack-3.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/flatpack-3.2.0/pom.xml b/flatpack-3.2.0/pom.xml
deleted file mode 100644
index e7321eb..0000000
--- a/flatpack-3.2.0/pom.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>11</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.flatpack</artifactId>
-    <version>3.2.0_3-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>net.sf.flatpack</pkgGroupId>
-        <pkgArtifactId>flatpack</pkgArtifactId>
-        <pkgVersion>3.2.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            net.sf.flatpack
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            org.xml.sax,
-            jxl*;resolution:=optional;version="[2.4.2,3)",
-            org.jdom*;resolution:=optional;version="[1.0,2)",
-            org.slf4j*;resolution:=optional;version="[1.1,2)"
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <!-- Not available on ServiceMix repo
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-        -->
-    </dependencies>
-
-    <repositories>
-        <repository>
-            <id>servicemix</id>
-            <name>Apache ServiceMix Repository</name>
-            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>fpconvert.properties</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/flatpack-3.2.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/flatpack-3.2.0/src/main/resources/OSGI-INF/bundle.info 
b/flatpack-3.2.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 210e360..0000000
--- a/flatpack-3.2.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,23 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    FlatPack came out of the frustration of having to mix file parsing logic 
with business logic.
-
-    FlatPack is a Java (1.4+) flat file parser that handles CSV, fixed length 
and custom delimiters. The
-    formats are configured in XML, it is fast and released under Apache 
license 2.0.
-
-    Starting at release 3.1, FlatPack introduces exporters via the writer 
package. This mechanism allows you
-    to export a DataSet to a fixed length or delimited format.
-
-    Substrings in a fixed width parse can be daunting to deal with when trying 
to analyze what existing code is
-    doing, and what about when you have no comments...
-
-    It also provides delimited file parsing; works with any delimiter / 
qualifier, multiline records, delimiter
-    or qualifier allowed in column value.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://flatpack.sourceforge.net/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-1.0/pom.xml
----------------------------------------------------------------------
diff --git a/fop-1.0/pom.xml b/fop-1.0/pom.xml
deleted file mode 100644
index d497079..0000000
--- a/fop-1.0/pom.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.fop</artifactId>
-    <version>1.0_6-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.xmlgraphics</pkgGroupId>
-        <pkgArtifactId>fop</pkgArtifactId>
-        <pkgVersion>1.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.fop
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.xml.parsers,
-            javax.xml.transform*,
-            org.xml.sax*,
-            org.apache.batik*;resolution:=optional,
-            org.apache.commons.io*,
-            org.apache.xmlgraphics*,
-            javax.media.jai;resolution:=optional,
-            javax.servlet*;resolution:=optional,
-            javax.swing*;resolution:=optional,
-            org.w3c.dom*;resolution:=optional,
-            org.apache.tools.ant*;resolution:=optional,
-            org.apache.commons.logging*;resolution:=optional,
-            org.apache.avalon.framework*;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-1.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/fop-1.0/src/main/resources/OSGI-INF/bundle.info 
b/fop-1.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index fb0b637..0000000
--- a/fop-1.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,15 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache FOP (Formatting Objects Processor) is a print formatter driven by 
XSL formatting objects (XSL-FO) and an
-    output independent formatter. It is a Java application that reads a 
formatting object (FO) tree and renders the
-    resulting pages to a specified output. Output formats currently supported 
include PDF, PS, PCL, AFP,
-    XML (area tree representation), Print, AWT and PNG, and to a lesser 
extent, RTF and TXT.
-    The primary output target is PDF.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://xmlgraphics.apache.org/fop/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/fop-1.1/pom.xml b/fop-1.1/pom.xml
deleted file mode 100644
index 2aa66de..0000000
--- a/fop-1.1/pom.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.fop</artifactId>
-    <version>1.1_3-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.xmlgraphics</pkgGroupId>
-        <pkgArtifactId>fop</pkgArtifactId>
-        <pkgVersion>1.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.fop
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.crypto,
-            javax.crypto.spec,
-            javax.xml.parsers,
-            javax.xml.transform*,
-            org.xml.sax*,
-            org.apache.batik*;resolution:=optional,
-            org.apache.commons.io*,
-            org.apache.xmlgraphics*,
-            javax.media.jai;resolution:=optional,
-            javax.servlet*;resolution:=optional,
-            javax.swing*;resolution:=optional,
-            org.w3c.dom*;resolution:=optional,
-            org.apache.tools.ant*;resolution:=optional,
-            org.apache.commons.logging*;resolution:=optional,
-            org.apache.avalon.framework*;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.avalon.framework</groupId>
-                    <artifactId>avalon-framework-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.avalon.framework</groupId>
-                    <artifactId>avalon-framework-impl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.avalon.framework</groupId>
-            <artifactId>avalon-framework-api</artifactId>
-            <version>4.3.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.avalon.framework</groupId>
-            <artifactId>avalon-framework-impl</artifactId>
-            <version>4.3.1</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-1.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/fop-1.1/src/main/resources/OSGI-INF/bundle.info 
b/fop-1.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index fb0b637..0000000
--- a/fop-1.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,15 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache FOP (Formatting Objects Processor) is a print formatter driven by 
XSL formatting objects (XSL-FO) and an
-    output independent formatter. It is a Java application that reads a 
formatting object (FO) tree and renders the
-    resulting pages to a specified output. Output formats currently supported 
include PDF, PS, PCL, AFP,
-    XML (area tree representation), Print, AWT and PNG, and to a lesser 
extent, RTF and TXT.
-    The primary output target is PDF.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://xmlgraphics.apache.org/fop/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-2.0/pom.xml
----------------------------------------------------------------------
diff --git a/fop-2.0/pom.xml b/fop-2.0/pom.xml
deleted file mode 100644
index cb5ea97..0000000
--- a/fop-2.0/pom.xml
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.fop</artifactId>
-    <version>2.0_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.apache.xmlgraphics</pkgGroupId>
-        <pkgArtifactId>fop</pkgArtifactId>
-        <pkgVersion>2.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.fop
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.crypto, 
-            javax.crypto.spec, 
-            javax.imageio;resolution:=optional, 
-            javax.media.jai;resolution:=optional, 
-            javax.servlet;resolution:=optional, 
-            javax.servlet.http;resolution:=optional, 
-            javax.swing*;resolution:=optional, 
-            javax.xml.parsers, 
-            javax.xml.transform, 
-            javax.xml.transform.dom, 
-            javax.xml.transform.sax, 
-            javax.xml.transform.stream, 
-            org.apache.avalon.framework;resolution:=optional, 
-            org.apache.avalon.framework.configuration;resolution:=optional, 
-            org.apache.batik*;resolution:=optional, 
-            org.apache.commons.io, 
-            org.apache.commons.io.filefilter, 
-            org.apache.commons.io.output, 
-            org.apache.commons.logging, 
-            org.apache.commons.logging.impl, 
-            org.apache.fontbox*;resolution:=optional, 
-            org.apache.tools.ant*;resolution:=optional, 
-            org.apache.xmlgraphics*,  
-            org.w3c.dom, 
-            org.w3c.dom.svg, 
-            org.xml.sax, 
-            org.xml.sax.ext, 
-            org.xml.sax.helpers
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.avalon.framework</groupId>
-                    <artifactId>avalon-framework-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.avalon.framework</groupId>
-                    <artifactId>avalon-framework-impl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.avalon.framework</groupId>
-            <artifactId>avalon-framework-api</artifactId>
-            <version>4.3.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.avalon.framework</groupId>
-            <artifactId>avalon-framework-impl</artifactId>
-            <version>4.3.1</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <includes>
-                                        <include>META-INF/services/**</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/fop-2.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/fop-2.0/src/main/resources/OSGI-INF/bundle.info 
b/fop-2.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index fb0b637..0000000
--- a/fop-2.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,15 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache FOP (Formatting Objects Processor) is a print formatter driven by 
XSL formatting objects (XSL-FO) and an
-    output independent formatter. It is a Java application that reads a 
formatting object (FO) tree and renders the
-    resulting pages to a specified output. Output formats currently supported 
include PDF, PS, PCL, AFP,
-    XML (area tree representation), Print, AWT and PNG, and to a lesser 
extent, RTF and TXT.
-    The primary output target is PDF.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://xmlgraphics.apache.org/fop/\u001B[0m

Reply via email to