Repository: servicemix-bundles Updated Branches: refs/heads/master bcb19144b -> d527731a4
[SM-3699] Create OSGi bundle for Jt400 9.5 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d527731a Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d527731a Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d527731a Branch: refs/heads/master Commit: d527731a43c69cdd13a4d5c4286474500c43620d Parents: bcb1914 Author: Andrea Cosentino <[email protected]> Authored: Thu May 10 15:08:34 2018 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu May 10 15:08:34 2018 +0200 ---------------------------------------------------------------------- jt400-9.4/pom.xml | 121 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 21 ---- jt400-9.5/pom.xml | 121 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 21 ++++ pom.xml | 1 + 5 files changed, 143 insertions(+), 142 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d527731a/jt400-9.4/pom.xml ---------------------------------------------------------------------- diff --git a/jt400-9.4/pom.xml b/jt400-9.4/pom.xml deleted file mode 100644 index 4bf84a9..0000000 --- a/jt400-9.4/pom.xml +++ /dev/null @@ -1,121 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <!-- - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>bundles-pom</artifactId> - <version>13</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.jt400</artifactId> - <packaging>bundle</packaging> - <version>9.4_3-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>net.sf.jt400</pkgGroupId> - <pkgArtifactId>jt400</pkgArtifactId> - <pkgVersion>9.4</pkgVersion> - <servicemix.osgi.export.pkg> - com.ibm.as400 - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.accessibility, - javax.crypto, - javax.crypto.interfaces, - javax.crypto.spec, - javax.naming*, - javax.net*, - javax.servlet*;resolution:=optional, - javax.sql, - javax.swing*;resolution:=optional, - javax.transaction.xa;resolution:=optional, - javax.xml.parsers, - javax.xml.transform, - javax.xml.transform.stream, - org.w3c.dom;resolution:=optional, - org.xml.sax, - org.xml.sax.helpers, - com.ibm.as400.ui.framework*;resolution:=optional, - com.ibm.db2.jdbc.app;resolution:=optional, - com.ibm.sslight;resolution:=optional, - org.ietf.jgss;resolution:=optional, - sun.misc;resolution:=optional, - sun.util;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>${pkgGroupId}:${pkgArtifactId}</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> - <includes> - <include>**/*.gif</include> - <include>**/*.xsl</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/d527731a/jt400-9.4/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jt400-9.4/src/main/resources/OSGI-INF/bundle.info b/jt400-9.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index cb6d8be..0000000 --- a/jt400-9.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,21 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URLs: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The IBM Toolbox for Java is a library of Java classes supporting the client/server and internet programming models - to a system running IBM i (or i5/OS or OS/400). The classes can be used by Java applets, servlets, and applications - to easily access IBM i data and resources. - - The Toolbox does not require additional client support over and above what is provided by the Java Virtual Machine - and TCP/IP. - - JTOpen is the open source version of the IBM Toolbox for Java licensed program product, and contains the identical - code. Both have been tested on a wide variety of platforms, including AIX, IBM i, Linux, Solaris, and Windows. - - Details of all the functions and capabilities are available on the IBM Toolbox for Java web page. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jt400.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d527731a/jt400-9.5/pom.xml ---------------------------------------------------------------------- diff --git a/jt400-9.5/pom.xml b/jt400-9.5/pom.xml new file mode 100644 index 0000000..20f7dc1 --- /dev/null +++ b/jt400-9.5/pom.xml @@ -0,0 +1,121 @@ +<?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>13</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.jt400</artifactId> + <packaging>bundle</packaging> + <version>9.5_1-SNAPSHOT</version> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + <tag>HEAD</tag> + </scm> + + <properties> + <pkgGroupId>net.sf.jt400</pkgGroupId> + <pkgArtifactId>jt400</pkgArtifactId> + <pkgVersion>9.5</pkgVersion> + <servicemix.osgi.export.pkg> + com.ibm.as400 + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + javax.accessibility, + javax.crypto, + javax.crypto.interfaces, + javax.crypto.spec, + javax.naming*, + javax.net*, + javax.servlet*;resolution:=optional, + javax.sql, + javax.swing*;resolution:=optional, + javax.transaction.xa;resolution:=optional, + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.stream, + org.w3c.dom;resolution:=optional, + org.xml.sax, + org.xml.sax.helpers, + com.ibm.as400.ui.framework*;resolution:=optional, + com.ibm.db2.jdbc.app;resolution:=optional, + com.ibm.sslight;resolution:=optional, + org.ietf.jgss;resolution:=optional, + sun.misc;resolution:=optional, + sun.util;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <optional>true</optional> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>shade</goal> + </goals> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <includes> + <include>**/*.gif</include> + <include>**/*.xsl</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/d527731a/jt400-9.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jt400-9.5/src/main/resources/OSGI-INF/bundle.info b/jt400-9.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..cb6d8be --- /dev/null +++ b/jt400-9.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,21 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URLs: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The IBM Toolbox for Java is a library of Java classes supporting the client/server and internet programming models + to a system running IBM i (or i5/OS or OS/400). The classes can be used by Java applets, servlets, and applications + to easily access IBM i data and resources. + + The Toolbox does not require additional client support over and above what is provided by the Java Virtual Machine + and TCP/IP. + + JTOpen is the open source version of the IBM Toolbox for Java licensed program product, and contains the identical + code. Both have been tested on a wide variety of platforms, including AIX, IBM i, Linux, Solaris, and Windows. + + Details of all the functions and capabilities are available on the IBM Toolbox for Java web page. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://jt400.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d527731a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bfc6768..c2d4992 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ <modules> <module>bazaarvoice-jolt-0.1.1</module> + <module>jt400-9.5</module> </modules> </project>
