You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2015/10/13 11:59:31 UTC

[1/2] servicemix-bundles git commit: [SM-2691] Create OSGi bundles for derby 10.12.1.1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 5ad6d6a31 -> 164217e2b


[SM-2691] Create OSGi bundles for derby 10.12.1.1


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

Branch: refs/heads/master
Commit: 92ebfe812b811fc5e4649e5d32335ec60d81b271
Parents: 8db8a95
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Oct 13 11:57:15 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Oct 13 11:57:15 2015 +0200

----------------------------------------------------------------------
 derby-10.12.1.1/pom.xml                         | 153 +++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  12 ++
 pom.xml                                         |   1 +
 3 files changed, 166 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/92ebfe81/derby-10.12.1.1/pom.xml
----------------------------------------------------------------------
diff --git a/derby-10.12.1.1/pom.xml b/derby-10.12.1.1/pom.xml
new file mode 100644
index 0000000..f5a3fcd
--- /dev/null
+++ b/derby-10.12.1.1/pom.xml
@@ -0,0 +1,153 @@
+<?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 u'nder 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.derby</artifactId>
+    <version>10.12.1.1_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: derby</name>
+    <description>This OSGi bundle wraps derby, derbyclient, and derbynet ${pkgVersion} jar files.</description>
+
+    <properties>
+        <pkgGroupId>org.apache.derby</pkgGroupId>
+        <pkgVersion>10.12.1.1</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.apache.derby
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.crypto*,
+            javax.management,
+            javax.naming*,
+            javax.naming,
+            javax.net*,
+            javax.security.auth,
+            javax.sql,
+            javax.transaction.xa,
+            javax.xml.parsers,
+            javax.xml.transform,
+            javax.xml.transform.dom,
+            javax.xml.transform.stream,
+            org.osgi.framework,
+            org.w3c.dom,
+            org.w3c.dom.xpath,
+            org.xml.sax,
+            org.apache.derby.iapi.services.sanity;resolution:=optional,
+            org.apache.derby.shared.common.sanity;resolution:=optional,
+            com.ibm.jvm;resolution:=optional,
+            javax.servlet*;resolution:=optional
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.dynamicimport.pkg>*</servicemix.osgi.dynamicimport.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>derby</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>derbyclient</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>derbynet</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>derby</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>derbynet</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}:derby</include>
+                                    <include>${pkgGroupId}:derbyclient</include>
+                                    <include>${pkgGroupId}:derbynet</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:derby</artifact>
+                                    <includes>
+                                        <include>**/*.properties</include>
+                                    </includes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:derbyclient</artifact>
+                                    <includes>
+                                        <include>**/*.properties</include>
+                                        <include>META-INF/services/**</include>
+                                    </includes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:derbynet</artifact>
+                                    <includes>
+                                        <include>**/*.properties</include>
+                                        <include>**/*.policy</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/92ebfe81/derby-10.12.1.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/derby-10.12.1.1/src/main/resources/OSGI-INF/bundle.info b/derby-10.12.1.1/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..530d97b
--- /dev/null
+++ b/derby-10.12.1.1/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,12 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/derby/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/derbynet/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Derby is an open source relational database implemented entirely in Java.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://db.apache.org/derby/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/92ebfe81/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be8e208..478d9dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
         <module>postgresql-9.4-1204-jdbc42</module>
         <module>sparkjava-core-2.3</module>
         <module>poi-3.13</module>
+        <module>derby-10.12.1.1</module>
     </modules>
 
 </project>


[2/2] servicemix-bundles git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/servicemix-bundles

Posted by jb...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/servicemix-bundles


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

Branch: refs/heads/master
Commit: 164217e2b60bedabcdee869b14a1a5523ec2b6be
Parents: 92ebfe8 5ad6d6a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Oct 13 11:58:05 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Oct 13 11:58:05 2015 +0200

----------------------------------------------------------------------
 pom.xml                   | 1 +
 reflections-0.9.9/pom.xml | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/164217e2/pom.xml
----------------------------------------------------------------------