Cleanup
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/6695c11e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/6695c11e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/6695c11e Branch: refs/heads/master Commit: 6695c11e675d5f7c7205df8394c3852cd8041645 Parents: 346119e Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Jul 1 08:08:24 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Jul 1 08:08:24 2017 +0200 ---------------------------------------------------------------------- hsqldb-1.8.0.7/pom.xml | 125 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 22 ---- 2 files changed, 147 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/6695c11e/hsqldb-1.8.0.7/pom.xml ---------------------------------------------------------------------- diff --git a/hsqldb-1.8.0.7/pom.xml b/hsqldb-1.8.0.7/pom.xml deleted file mode 100644 index 848f803..0000000 --- a/hsqldb-1.8.0.7/pom.xml +++ /dev/null @@ -1,125 +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.hsqldb</artifactId> - <version>1.8.0.7_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <repositories> - <repository> - <id>fusesource.m2all</id> - <name>Fusesource Release Repository</name> - <url>http://repo.fusesource.com/maven2-all</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - - <properties> - <pkgGroupId>hsqldb</pkgGroupId> - <pkgArtifactId>hsqldb</pkgArtifactId> - <pkgVersion>1.8.0.7</pkgVersion> - <servicemix.osgi.export.pkg> - org.hsqldb - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.naming*, - javax.net*, - javax.security*, - javax.sql, - javax.servlet*;resolution:=optional, - javax.swing*;resolution:=optional, - sun.security.action;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <!-- Not available - <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/6695c11e/hsqldb-1.8.0.7/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/hsqldb-1.8.0.7/src/main/resources/OSGI-INF/bundle.info b/hsqldb-1.8.0.7/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 8be2fe0..0000000 --- a/hsqldb-1.8.0.7/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,22 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://repo.fusesource.com/maven2-all:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - HSQLDB (HyperSQL DataBase) is the leading SQL relational database engine written in Java. It has a JDBC driver and - supports nearly full ANSI-92 SQL (BNF format) plus many SQL:2008 enhancements. It offers a small, fast - multithreaded and transactional database engine which offers in-memory and disk-based tables and supports embedded - and server modes. Additionally, it includes tools such as a command line SQL tool and GUI query tools. - - The product is currently being used as a database and persistence engine in many Open Source Software projects and - in commercial projects and products. In its current supported versions it is extremely stable and reliable. It is - best known for its small size, ability to execute completely in memory, its flexibility and speed. - - This feature-packed software is completely free to use and distribute under our licenses , based on the standard - BSD license. Completely free of cost or restrictions and fully compatible with all major open source licenses. - Java source code and extensive documentation included. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://hsqldb.org/\u001B[0m
