Repository: servicemix-bundles Updated Branches: refs/heads/master e3c7b61a8 -> 78e8a4cde
[SM-3417] Create OSGi bundles for jung 2.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/78e8a4cd Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/78e8a4cd Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/78e8a4cd Branch: refs/heads/master Commit: 78e8a4cde5a87d89c7641c6566a02dd8a4c4bac0 Parents: e3c7b61 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jul 4 07:50:19 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Jul 4 07:50:19 2017 +0200 ---------------------------------------------------------------------- jung-api-2.0.1/pom.xml | 101 ----------------- .../src/main/resources/OSGI-INF/bundle.info | 14 --- jung-api-2.1.1/pom.xml | 107 ++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 14 +++ jung-graph-impl-2.0.1/pom.xml | 102 ------------------ .../src/main/resources/OSGI-INF/bundle.info | 14 --- jung-graph-impl-2.1.1/pom.xml | 108 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 14 +++ pom.xml | 2 + 9 files changed, 245 insertions(+), 231 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-api-2.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/jung-api-2.0.1/pom.xml b/jung-api-2.0.1/pom.xml deleted file mode 100644 index 186c22b..0000000 --- a/jung-api-2.0.1/pom.xml +++ /dev/null @@ -1,101 +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.jung-api</artifactId> - <version>2.0.1_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.jung</pkgGroupId> - <pkgArtifactId>jung-api</pkgArtifactId> - <pkgVersion>2.0.1</pkgVersion> - <servicemix.osgi.export> - edu.uci.ics.jung*;version="${project.version}";-noimport:=true;-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.apache.commons.collections15;version="[4,5)" - </servicemix.osgi.import.pkg> - </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.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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-api-2.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jung-api-2.0.1/src/main/resources/OSGI-INF/bundle.info b/jung-api-2.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 21d4d5b..0000000 --- a/jung-api-2.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JUNG â the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language - for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written - in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as - well as those of other existing third-party Java libraries. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jung.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-api-2.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/jung-api-2.1.1/pom.xml b/jung-api-2.1.1/pom.xml new file mode 100644 index 0000000..fdba8e3 --- /dev/null +++ b/jung-api-2.1.1/pom.xml @@ -0,0 +1,107 @@ +<?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.jung-api</artifactId> + <version>2.1.1_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <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> + </scm> + + <properties> + <pkgGroupId>net.sf.jung</pkgGroupId> + <pkgArtifactId>jung-api</pkgArtifactId> + <pkgVersion>2.1.1</pkgVersion> + <servicemix.osgi.export> + edu.uci.ics.jung*;version="${project.version}";-noimport:=true;-split-package:=merge-first + </servicemix.osgi.export> + <servicemix.osgi.import.pkg> + org.apache.commons.collections15;version="[4,5)" + </servicemix.osgi.import.pkg> + </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.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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-api-2.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jung-api-2.1.1/src/main/resources/OSGI-INF/bundle.info b/jung-api-2.1.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..21d4d5b --- /dev/null +++ b/jung-api-2.1.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,14 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + JUNG â the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language + for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written + in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as + well as those of other existing third-party Java libraries. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://jung.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-graph-impl-2.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/jung-graph-impl-2.0.1/pom.xml b/jung-graph-impl-2.0.1/pom.xml deleted file mode 100644 index 59eac2b..0000000 --- a/jung-graph-impl-2.0.1/pom.xml +++ /dev/null @@ -1,102 +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.jung-graph-impl</artifactId> - <version>2.0.1_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.jung</pkgGroupId> - <pkgArtifactId>jung-graph-impl</pkgArtifactId> - <pkgVersion>2.0.1</pkgVersion> - <servicemix.osgi.export> - edu.uci.ics.jung*;version="${project.version}";-noimport:=true;-split-package:=merge-first - </servicemix.osgi.export> - <servicemix.osgi.import.pkg> - org.apache.commons.collections15*;version="[4,5)" - </servicemix.osgi.import.pkg> - <servicemix.osgi.fragment.host>org.apache.servicemix.bundles.jung-api;bundle-version="[2,3)"</servicemix.osgi.fragment.host> - </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.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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-graph-impl-2.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jung-graph-impl-2.0.1/src/main/resources/OSGI-INF/bundle.info b/jung-graph-impl-2.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 21d4d5b..0000000 --- a/jung-graph-impl-2.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JUNG â the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language - for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written - in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as - well as those of other existing third-party Java libraries. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://jung.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-graph-impl-2.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/jung-graph-impl-2.1.1/pom.xml b/jung-graph-impl-2.1.1/pom.xml new file mode 100644 index 0000000..f0dd76a --- /dev/null +++ b/jung-graph-impl-2.1.1/pom.xml @@ -0,0 +1,108 @@ +<?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.jung-graph-impl</artifactId> + <version>2.1.1_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <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> + </scm> + + <properties> + <pkgGroupId>net.sf.jung</pkgGroupId> + <pkgArtifactId>jung-graph-impl</pkgArtifactId> + <pkgVersion>2.1.1</pkgVersion> + <servicemix.osgi.export> + edu.uci.ics.jung*;version="${project.version}";-noimport:=true;-split-package:=merge-first + </servicemix.osgi.export> + <servicemix.osgi.import.pkg> + org.apache.commons.collections15*;version="[4,5)" + </servicemix.osgi.import.pkg> + <servicemix.osgi.fragment.host>org.apache.servicemix.bundles.jung-api;bundle-version="[2,3)"</servicemix.osgi.fragment.host> + </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.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> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/jung-graph-impl-2.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/jung-graph-impl-2.1.1/src/main/resources/OSGI-INF/bundle.info b/jung-graph-impl-2.1.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..21d4d5b --- /dev/null +++ b/jung-graph-impl-2.1.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,14 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + JUNG â the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language + for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written + in Java, which allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as + well as those of other existing third-party Java libraries. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://jung.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/78e8a4cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 200f9c1..d312144 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,8 @@ <module>jest-5.3.2</module> <module>jruby-9.1.12.0</module> <module>aws-java-sdk-1.11.158</module> + <module>jung-api-2.1.1</module> + <module>jung-graph-impl-2.1.1</module> </modules> </project>
