http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/abdera-parser-1.1.2/pom.xml
----------------------------------------------------------------------
diff --git a/abdera-parser-1.1.2/pom.xml b/abdera-parser-1.1.2/pom.xml
deleted file mode 100644
index f0fd475..0000000
--- a/abdera-parser-1.1.2/pom.xml
+++ /dev/null
@@ -1,124 +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.abdera-parser</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.1.2_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.abdera</pkgGroupId>
-        <pkgArtifactId>abdera-parser</pkgArtifactId>
-        <pkgVersion>1.1.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.abdera.parser.stax
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            org.dom4j*,
-            org.jdom*,
-            nu.xom.*;resolution:=optional,
-            com.sun.msv.*;resolution:=optional,
-            org.relaxng.datatype.*;resolution:=optional,
-            org.apache.commons.logging;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.embed.dependency>
-            axiom-api,
-            axiom-impl,
-            geronimo-stax-api_1.0_spec,
-            jaxen,
-            wstx-asl
-        </servicemix.osgi.embed.dependency>
-    </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.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <inherited>true</inherited>
-                <configuration>
-                    <instructions>
-                        <Embed-Transitive>true</Embed-Transitive>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/abdera-parser-1.1.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/abdera-parser-1.1.2/src/main/resources/OSGI-INF/bundle.info 
b/abdera-parser-1.1.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index fd32f1c..0000000
--- a/abdera-parser-1.1.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,12 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/abdera-core/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Abdera is a functionally-complete, high-performance implementation 
of the IETF Atom Syndication
-    format (RFC 4287) and Atom Publishing Protocol(RFC 5023) specification.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://abdera.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.7.0/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.7.0/pom.xml b/ant-1.7.0/pom.xml
deleted file mode 100644
index 138c1d1..0000000
--- a/ant-1.7.0/pom.xml
+++ /dev/null
@@ -1,127 +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/maven-v4_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>8</version>
-           <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.7.0_7-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.7.0</pkgVersion>
-        
<servicemix.osgi.export.pkg>org.apache.tools</servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            !org.apache.tools*,
-            !com.sun.tools.javac*,
-            !org.apache.env*,
-            !sun.rmi*,
-            !sun.tools.javac*,
-            *
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.failok>true</servicemix.osgi.failok>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-        <!-- Not available on central
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.7.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.7.0/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.7.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.7.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.8.1/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.8.1/pom.xml b/ant-1.8.1/pom.xml
deleted file mode 100644
index f2c966f..0000000
--- a/ant-1.8.1/pom.xml
+++ /dev/null
@@ -1,120 +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>8</version>
-           <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.8.1_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.8.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            !org.apache.tools*,
-            com.sun.tools*;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            org.apache.tools.ant.taskdefs.optional;resolution:=optional,
-            org.apache.tools.ant.util.java15;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            sun.tools.javac;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom*,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.8.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.8.1/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.8.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.8.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.8.2/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.8.2/pom.xml b/ant-1.8.2/pom.xml
deleted file mode 100644
index 2ab53bf..0000000
--- a/ant-1.8.2/pom.xml
+++ /dev/null
@@ -1,119 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.8.2_3-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.8.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.sun.tools*;resolution:=optional,
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            org.apache.harmony*;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            sun.tools*;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.8.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.8.2/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.8.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.8.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.8.4/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.8.4/pom.xml b/ant-1.8.4/pom.xml
deleted file mode 100644
index 2e33925..0000000
--- a/ant-1.8.4/pom.xml
+++ /dev/null
@@ -1,119 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.8.4_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.8.4</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            com.sun.tools*;resolution:=optional,
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            org.apache.harmony*;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            sun.tools*;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.8.4/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.8.4/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.8.4/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.8.4/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.0/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.0/pom.xml b/ant-1.9.0/pom.xml
deleted file mode 100644
index bd9a384..0000000
--- a/ant-1.9.0/pom.xml
+++ /dev/null
@@ -1,114 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.0_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.0/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.1/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.1/pom.xml b/ant-1.9.1/pom.xml
deleted file mode 100644
index c52b79d..0000000
--- a/ant-1.9.1/pom.xml
+++ /dev/null
@@ -1,114 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.1_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.1/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.2/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.2/pom.xml b/ant-1.9.2/pom.xml
deleted file mode 100644
index a810086..0000000
--- a/ant-1.9.2/pom.xml
+++ /dev/null
@@ -1,114 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.2_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.2/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.3/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.3/pom.xml b/ant-1.9.3/pom.xml
deleted file mode 100644
index bb62d97..0000000
--- a/ant-1.9.3/pom.xml
+++ /dev/null
@@ -1,114 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.3_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.3/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.3/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.3/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.3/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.4/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.4/pom.xml b/ant-1.9.4/pom.xml
deleted file mode 100644
index ab383e4..0000000
--- a/ant-1.9.4/pom.xml
+++ /dev/null
@@ -1,114 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.4_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.4</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.4/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.4/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.4/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.4/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.6/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.6/pom.xml b/ant-1.9.6/pom.xml
deleted file mode 100644
index 4033946..0000000
--- a/ant-1.9.6/pom.xml
+++ /dev/null
@@ -1,122 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.6_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</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.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.6</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.6/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.6/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.6/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.6/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ant-1.9.7/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.7/pom.xml b/ant-1.9.7/pom.xml
deleted file mode 100644
index 7e231dc..0000000
--- a/ant-1.9.7/pom.xml
+++ /dev/null
@@ -1,122 +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.ant</artifactId>
-    <packaging>bundle</packaging>
-    <version>1.9.7_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar 
files.</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.ant</pkgGroupId>
-        <pkgArtifactId>ant</pkgArtifactId>
-        <pkgVersion>1.9.7</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.tools
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            gnu.gcj;resolution:=optional,
-            javax.mail.internet;resolution:=optional,
-            kaffe.util;resolution:=optional,
-            org.apache.env;resolution:=optional,
-            sun.rmi.rmic;resolution:=optional,
-            weblogic;resolution:=optional,
-            javax.activation,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>ant</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources are not present on central -->
-    </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}:ant</include>
-                                    
<include>${pkgGroupId}:ant-launcher</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:ant</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:ant-launcher</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/ant-1.9.7/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ant-1.9.7/src/main/resources/OSGI-INF/bundle.info 
b/ant-1.9.7/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 8dc5d00..0000000
--- a/ant-1.9.7/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/ant/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/ant-launcher/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Ant is a Java library and command-line tool who's mission is to 
drive processes described in build
-    files as targets and extension upon each other.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://ant.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antisamy-1.4.5/pom.xml
----------------------------------------------------------------------
diff --git a/antisamy-1.4.5/pom.xml b/antisamy-1.4.5/pom.xml
deleted file mode 100644
index 90d71ec..0000000
--- a/antisamy-1.4.5/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>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.antisamy</artifactId>
-    <version>1.4.5_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.owasp.antisamy</pkgGroupId>
-        <pkgArtifactId>antisamy</pkgArtifactId>
-        <pkgVersion>1.4.5</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.owasp.validator
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.xml*,
-            org.apache.batik.css.parser;resolution:=optional,
-            org.apache.commons.httpclient*;resolution:=optional,
-            org.apache.xerces*,
-            org.apache.xml.serialize,
-            org.cyberneko.html*;resolution:=optional,
-            org.w3c.css.sac;resolution:=optional,
-            org.w3c.dom,
-            org.xml.sax
-        </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>*.xsd</include>
-                                        <include>*.properties</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antisamy-1.4.5/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/antisamy-1.4.5/src/main/resources/OSGI-INF/bundle.info 
b/antisamy-1.4.5/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index c98a7c0..0000000
--- a/antisamy-1.4.5/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,30 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The OWASP AntiSamy project is a few things. Technically, it is an API for 
ensuring user-supplied HTML/CSS is in
-    compliance within an application's rules. Another way of saying that could 
be: It's an API that helps you make
-    sure that clients don't supply malicious cargo code in the HTML they 
supply for their profile, comments, etc.,
-    that get persisted on the server. The term "malicious code" in regards to 
web applications usually mean
-    "JavaScript." Cascading Stylesheets are only considered malicious when 
they invoke the JavaScript engine. However,
-    there are many situations where "normal" HTML and CSS can be used in a 
malicious manner. So we take care of that
-    too.
-
-    Philosophically, AntiSamy is a departure from contemporary security 
mechanisms. Generally, the security mechanism
-    and user have a communication that is virtually one way, for good reason. 
Letting the potential attacker know
-    details about the validation is considered unwise as it allows the 
attacker to "learn" and "recon" the mechanism
-    for weaknesses. These types of information leaks can also hurt in ways you 
don't expect. A login mechanism that
-    tells the user, "Username invalid" leaks the fact that a user by that name 
does not exist. A user could use a
-    dictionary or phone book or both to remotely come up with a list of valid 
usernames. Using this information, an
-    attacker could launch a brute force attack or massive account lock 
denial-of-service. We get that.
-
-    Unfortunately, that's just not very usable in this situation. Typical 
Internet users are largely pretty bad when it
-    comes to writing HTML/CSS, so where do they get their HTML from? Usually 
they copy it from somewhere out on the web.
-    Simply rejecting their input without any clue as to why is jolting and 
annoying. Annoyed users go somewhere else to
-    do their social networking.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttps://www.owasp.org/index.php/Antisamy\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/antisamy-1.5.3/pom.xml
----------------------------------------------------------------------
diff --git a/antisamy-1.5.3/pom.xml b/antisamy-1.5.3/pom.xml
deleted file mode 100644
index b962ae0..0000000
--- a/antisamy-1.5.3/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>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.antisamy</artifactId>
-    <version>1.5.3_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.owasp.antisamy</pkgGroupId>
-        <pkgArtifactId>antisamy</pkgArtifactId>
-        <pkgVersion>1.5.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.owasp.validator
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.xml*,
-            org.apache.batik.css.parser;resolution:=optional,
-            org.apache.commons.httpclient*;resolution:=optional,
-            org.apache.xerces*,
-            org.apache.xml.serialize,
-            org.cyberneko.html*;resolution:=optional,
-            org.w3c.css.sac;resolution:=optional,
-            org.w3c.dom,
-            org.xml.sax
-        </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>*.xsd</include>
-                                        <include>*.properties</include>
-                                    </includes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
\ No newline at end of file

Reply via email to