Repository: servicemix-bundles Updated Branches: refs/heads/master 86ae8b2ba -> 446723af0
[SM-3420] Create OSGi bundle for qdox 1.6 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/446723af Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/446723af Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/446723af Branch: refs/heads/master Commit: 446723af0185b1cc17215e2b2e41b73a6c4663bc Parents: 86ae8b2 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jul 4 08:07:25 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Jul 4 08:07:25 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + qdox-1.5/pom.xml | 102 ------------------ .../src/main/resources/OSGI-INF/bundle.info | 12 --- qdox-1.6/pom.xml | 108 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 12 +++ 5 files changed, 121 insertions(+), 114 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/446723af/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3badca9..3d18b52 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,7 @@ <module>jung-graph-impl-2.1.1</module> <module>influxdb-java-2.7</module> <module>neo4j-3.2.1</module> + <module>qdox-1.6</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/446723af/qdox-1.5/pom.xml ---------------------------------------------------------------------- diff --git a/qdox-1.5/pom.xml b/qdox-1.5/pom.xml deleted file mode 100644 index bcad55c..0000000 --- a/qdox-1.5/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.qdox</artifactId> - <packaging>bundle</packaging> - <version>1.5_4-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>qdox</pkgGroupId> - <pkgArtifactId>qdox</pkgArtifactId> - <pkgVersion>1.5</pkgVersion> - <servicemix.osgi.export.pkg> - com.thoughtworks.qdox - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - junit*;resolution:=optional, - org.apache.tools.ant*;resolution:=optional - </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/446723af/qdox-1.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/qdox-1.5/src/main/resources/OSGI-INF/bundle.info b/qdox-1.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 0f1bcde..0000000 --- a/qdox-1.5/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 - QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files - complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://qdox.codehaus.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/446723af/qdox-1.6/pom.xml ---------------------------------------------------------------------- diff --git a/qdox-1.6/pom.xml b/qdox-1.6/pom.xml new file mode 100644 index 0000000..98ef78f --- /dev/null +++ b/qdox-1.6/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.qdox</artifactId> + <packaging>bundle</packaging> + <version>1.6_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> + </scm> + + <properties> + <pkgGroupId>qdox</pkgGroupId> + <pkgArtifactId>qdox</pkgArtifactId> + <pkgVersion>1.6</pkgVersion> + <servicemix.osgi.export.pkg> + com.thoughtworks.qdox + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + junit*;resolution:=optional, + org.apache.tools.ant*;resolution:=optional + </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/446723af/qdox-1.6/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/qdox-1.6/src/main/resources/OSGI-INF/bundle.info b/qdox-1.6/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..0f1bcde --- /dev/null +++ b/qdox-1.6/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files + complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://qdox.codehaus.org/\u001B[0m
