Cleanup ical4j as it's now a bundle natively

Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/e7bfc17a
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/e7bfc17a
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/e7bfc17a

Branch: refs/heads/master
Commit: e7bfc17a5355d66b0e885a8547a85093a59e322c
Parents: 79e67fe
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Jul 3 08:56:00 2017 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Jul 3 08:56:00 2017 +0200

----------------------------------------------------------------------
 ical4j-1.0.5.2/pom.xml                          | 111 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  12 --
 2 files changed, 123 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e7bfc17a/ical4j-1.0.5.2/pom.xml
----------------------------------------------------------------------
diff --git a/ical4j-1.0.5.2/pom.xml b/ical4j-1.0.5.2/pom.xml
deleted file mode 100644
index 2c46263..0000000
--- a/ical4j-1.0.5.2/pom.xml
+++ /dev/null
@@ -1,111 +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.ical4j</artifactId>
-    <version>1.0.5.2_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.mnode.ical4j</pkgGroupId>
-        <pkgArtifactId>ical4j</pkgArtifactId>
-        <pkgVersion>1.0.5.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            net.fortuna.ical4j
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            net.fortuna.ical4j;resolution:=optional,
-            net.fortuna.ical4j.factory;resolution:=optional,,
-            net.fortuna.ical4j.timezone;resolution:=optional,
-            groovy.*;resolution:=optional,
-            org.codehaus.groovy.*;resolution:=optional,
-            
edu.emory.mathcs.backport.java.util.concurrent;resolution:=optional,
-            org.apache.commons.codec*,
-            org.apache.commons.lang*,
-            org.apache.commons.logging,
-            javax.xml.*,
-            org.w3c.dom,
-            org.xml.sax
-        </servicemix.osgi.import.pkg>
-        
<servicemix.osgi.embed.dependency>*;artifactId=ical4j;inline=zoneinfo/**</servicemix.osgi.embed.dependency>
-    </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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e7bfc17a/ical4j-1.0.5.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/ical4j-1.0.5.2/src/main/resources/OSGI-INF/bundle.info 
b/ical4j-1.0.5.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 7417220..0000000
--- a/ical4j-1.0.5.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}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    iCal4j is a Java API that provides support for the iCalendar specification 
as defined in RFC2445.
-    This support includes a Parser, Object Model and Generator for iCalendar 
data streams.
-
-\u001B[1mSEE ALSO\u001B[0m
-    
\u001B[36mhttp://wiki.modularity.net.au/ical4j/index.php?title=Main_Page\u001B[0m

Reply via email to