Cleanup openjpa 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/3b5df266
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/3b5df266
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/3b5df266

Branch: refs/heads/master
Commit: 3b5df2663090c0c6d103d1a88683d01ac751a5e0
Parents: 36c619b
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Jul 3 06:13:57 2017 +0200
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Jul 3 06:13:57 2017 +0200

----------------------------------------------------------------------
 openjpa-2.0.0/pom.xml                           | 98 --------------------
 .../src/main/resources/OSGI-INF/bundle.info     | 17 ----
 2 files changed, 115 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/3b5df266/openjpa-2.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/openjpa-2.0.0/pom.xml b/openjpa-2.0.0/pom.xml
deleted file mode 100644
index 2b4f6d7..0000000
--- a/openjpa-2.0.0/pom.xml
+++ /dev/null
@@ -1,98 +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.openjpa</artifactId>
-    <version>2.0.0_4-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.apache.openjpa</pkgGroupId>
-        <pkgArtifactId>openjpa</pkgArtifactId>
-        <pkgVersion>2.0.0</pkgVersion>
-    </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>
-                <configuration>
-                    <instructions>
-                        
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        
<Export-Package>org.apache.openjpa*;version=2.0.0;-split-package:=merge-first;noimport:=true</Export-Package>
-                        <Import-Package>
-                            com.ibm*;resolution:=optional,
-                            org.postgresql*;resolution:=optional,
-                            
javax.jms*;resolution:=optional;version="[1.1,1.2)",
-                            javax.persistence*;version="[2,2.1)",
-                            
javax.transaction*;resolution:=optional;version="[1.1,2)",
-                            
javax.validation*;resolution:=optional;version="[1.0,1.1)",
-                            javax.xml.bind*;version="[2,3)",
-                            org.apache.commons.collections*;version="[3.2,4)",
-                            org.apache.commons.logging*;version="[1.0,2)",
-                            org.apache.commons.lang*;version="[2.1,3)",
-                            
org.apache.commons.pool*;resolution:=optional;version="[1.3,2)",
-                            
org.apache.log4j*;resolution:=optional;version="[1.2,2)",
-                            
org.apache.tools.ant*;resolution:=optional;version="[1.7,2)",
-                            serp*;resolution:=optional;version="[1.13,1.14)",
-                            *
-                        </Import-Package>
-                                               <Embed-Dependency>
-                                                       
openjpa;inline=META-INF/**
-                                               </Embed-Dependency>
-                        <_failok>true</_failok>
-                    </instructions>
-                    <unpackBundle>true</unpackBundle>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/3b5df266/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info 
b/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 0042dde..0000000
--- a/openjpa-2.0.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,17 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache OpenJPA is a Java persistence project at The Apache Software 
Foundation that can be used as a stand-alone
-    POJO persistence layer or integrated into any Java EE compliant container 
and many other lightweight frameworks,
-    such as Tomcat and Spring.
-
-    The 2.0 releases (2.0.1 is the latest) are a production ready, compliant 
implementation of the JSR-317
-    Java Persistence 2.0 specification, which is backwards compatible to the 
JPA 1.0 specification and passes the
-    Sun JPA 2.0 Technology Compatibility Kit.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://openjpa.apache.org/\u001B[0m

Reply via email to