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/ec6ace4c Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ec6ace4c Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ec6ace4c Branch: refs/heads/master Commit: ec6ace4c7429a1ec6c71b7aa44ee5b1df5aa9b86 Parents: 2d8b213 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Jul 1 08:11:26 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Jul 1 08:11:26 2017 +0200 ---------------------------------------------------------------------- josql-1.5/pom.xml | 126 ------------------- .../src/main/resources/OSGI-INF/bundle.info | 13 -- 2 files changed, 139 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ec6ace4c/josql-1.5/pom.xml ---------------------------------------------------------------------- diff --git a/josql-1.5/pom.xml b/josql-1.5/pom.xml deleted file mode 100644 index c385a51..0000000 --- a/josql-1.5/pom.xml +++ /dev/null @@ -1,126 +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.josql</artifactId> - <version>1.5_6-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.josql</pkgGroupId> - <pkgArtifactId>josql</pkgArtifactId> - <pkgVersion>1.5</pkgVersion> - <servicemix.osgi.export.pkg> - org.josql - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.gentlyweb*;resolution:=optional, - gnu.regexp*;resolution:=optional, - javax.servlet*;resolution:=optional, - javax.swing*;resolution:=optional, - net.sf.jasperreports*;resolution:=optional, - org.apache.oro*;resolution:=optional, - org.apache.regexp*;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.jfree.data*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <repositories> - <repository> - <id>open.iona.m2</id> - <name>IONA Open Source Community Release Repository</name> - <url>http://repo.open.iona.com/maven2</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </repository> - </repositories> - - <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/ec6ace4c/josql-1.5/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/josql-1.5/src/main/resources/OSGI-INF/bundle.info b/josql-1.5/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 36edf7f..0000000 --- a/josql-1.5/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://repo.open.iona.com/maven2:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of - Java Objects. JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you - want to perform SQL-like queries on a collection of Java Objects. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://josql.sourceforge.net/\u001B[0m
