http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/docker-java-3.0.9/pom.xml ---------------------------------------------------------------------- diff --git a/docker-java-3.0.9/pom.xml b/docker-java-3.0.9/pom.xml deleted file mode 100644 index 7a3150e..0000000 --- a/docker-java-3.0.9/pom.xml +++ /dev/null @@ -1,108 +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.docker-java</artifactId> - <version>3.0.9_3-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> - <tag>HEAD</tag> - </scm> - - <properties> - <pkgGroupId>com.github.docker-java</pkgGroupId> - <pkgArtifactId>docker-java</pkgArtifactId> - <pkgVersion>3.0.9</pkgVersion> - <servicemix.osgi.export.pkg> - com.github.dockerjava - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - org.glassfish.jersey*;resolution:=optional, - * - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - </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>**/*.properties</include> - <include>META-INF/services/**</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/428046ec/docker-java-3.0.9/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/docker-java-3.0.9/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.0.9/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index dac604f..0000000 --- a/docker-java-3.0.9/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - docker-java is Java API client for Docker. Supports a subset of the Docker Client API v1.16, Docker Server version 1.4.1 - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/docker-java/docker-java\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/dozer-5.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/dozer-5.2.0/pom.xml b/dozer-5.2.0/pom.xml deleted file mode 100644 index ef2d20b..0000000 --- a/dozer-5.2.0/pom.xml +++ /dev/null @@ -1,111 +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.dozer</artifactId> - <packaging>bundle</packaging> - <version>5.2.0_4-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.dozer</pkgGroupId> - <pkgArtifactId>dozer</pkgArtifactId> - <pkgVersion>5.2.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.dozer - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management, - javax.xml*, - org.apache.commons.beanutils*;version="[1.7,2)", - org.apache.commons.collections*;version="[3.2,4)", - org.apache.commons.lang*;version="[2.4,3)", - org.springframework.beans.factory, - org.springframework.core.io, - org.w3c.dom, - org.xml.sax*, - org.apache.commons.logging;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/428046ec/dozer-5.2.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/dozer-5.2.0/src/main/resources/OSGI-INF/bundle.info b/dozer-5.2.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 5c1e4df..0000000 --- a/dozer-5.2.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,26 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. - Typically, these Java Beans will be of different complex types. - - Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, - as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element - level. - - Dozer not only supports mapping between attribute names, but also automatically converting between types. - Most conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions - via XML. - - The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. - Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be - predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. - If any property names on both objects are the same you do not even need to do any explicit property mapping for - these fields. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://dozer.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/dozer-5.3.0/pom.xml ---------------------------------------------------------------------- diff --git a/dozer-5.3.0/pom.xml b/dozer-5.3.0/pom.xml deleted file mode 100644 index 0c6b0d2..0000000 --- a/dozer-5.3.0/pom.xml +++ /dev/null @@ -1,113 +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.dozer</artifactId> - <packaging>bundle</packaging> - <version>5.3.0_3-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.dozer</pkgGroupId> - <pkgArtifactId>dozer</pkgArtifactId> - <pkgVersion>5.3.0</pkgVersion> - <servicemix.osgi.export.pkg> - org.dozer - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.el, - javax.management, - javax.xml*, - org.xml.sax*, - org.w3c.dom, - org.apache.commons.beanutils*;version="[1.8.3,2)", - org.apache.commons.lang*;version="[2.5,3)", - org.springframework.beans.factory, - org.springframework.core.io, - org.hibernate.proxy;resolution:=optional, - org.apache.commons.logging;resolution:=optional, - org.slf4j;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/428046ec/dozer-5.3.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/dozer-5.3.0/src/main/resources/OSGI-INF/bundle.info b/dozer-5.3.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 5c1e4df..0000000 --- a/dozer-5.3.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,26 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. - Typically, these Java Beans will be of different complex types. - - Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, - as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element - level. - - Dozer not only supports mapping between attribute names, but also automatically converting between types. - Most conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions - via XML. - - The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. - Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be - predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. - If any property names on both objects are the same you do not even need to do any explicit property mapping for - these fields. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://dozer.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/dozer-5.3.2/pom.xml ---------------------------------------------------------------------- diff --git a/dozer-5.3.2/pom.xml b/dozer-5.3.2/pom.xml deleted file mode 100644 index 253397a..0000000 --- a/dozer-5.3.2/pom.xml +++ /dev/null @@ -1,113 +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.dozer</artifactId> - <packaging>bundle</packaging> - <version>5.3.2_2-SNAPSHOT</version> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>net.sf.dozer</pkgGroupId> - <pkgArtifactId>dozer</pkgArtifactId> - <pkgVersion>5.3.2</pkgVersion> - <servicemix.osgi.export.pkg> - org.dozer - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.el, - javax.management, - javax.xml*, - org.w3c.dom, - org.xml.sax*, - org.apache.commons.beanutils*;version="[1.8.3,2)", - org.apache.commons.collections;version="[3.2,4)", - org.apache.commons.lang*;version="[2.5,3)", - org.springframework.beans.factory, - org.springframework.core.io, - org.apache.commons.logging;resolution:=optional, - org.slf4j;resolution:=optional, - org.hibernate.proxy;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/428046ec/dozer-5.3.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/dozer-5.3.2/src/main/resources/OSGI-INF/bundle.info b/dozer-5.3.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 5c1e4df..0000000 --- a/dozer-5.3.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,26 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. - Typically, these Java Beans will be of different complex types. - - Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, - as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element - level. - - Dozer not only supports mapping between attribute names, but also automatically converting between types. - Most conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions - via XML. - - The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. - Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be - predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. - If any property names on both objects are the same you do not even need to do any explicit property mapping for - these fields. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://dozer.sourceforge.net/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/drools-4.0.7/pom.xml ---------------------------------------------------------------------- diff --git a/drools-4.0.7/pom.xml b/drools-4.0.7/pom.xml deleted file mode 100644 index 5467a5e..0000000 --- a/drools-4.0.7/pom.xml +++ /dev/null @@ -1,256 +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.drools</artifactId> - <version>4.0.7_7-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.drools</pkgGroupId> - <pkgArtifactId>drools</pkgArtifactId> - <pkgVersion>4.0.7</pkgVersion> - <servicemix.osgi.export.pkg> - org.drools - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.xml*, - org.w3c.dom, - org.xml.sax*, - org.antlr.runtime, - org.mvel*;version="[1.3,1.4)", - COM.jrockit*;resolution:=optional, - com.thoughtworks.xstream*;resolution:=optional, - javax.jcr*;resolution:=optional, - javax.rules*;resolution:=optional, - jrockit*;resolution:=optional, - jxl*;resolution:=optional, - org.apache.jackrabbit*;resolution:=optional, - org.apache.log4j;resolution:=optional, - org.apache.tools.ant*;resolution:=optional, - org.codehaus.janino*;resolution:=optional, - org.eclipse.jdt*;resolution:=optional, - org.tmatesoft*;resolution:=optional, - sun*;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.embed.dependency> - *;inline=META-INF/drools.* - </servicemix.osgi.embed.dependency> - </properties> - - <repositories> - <repository> - <id>jboss</id> - <name>JBoss Maven Repository</name> - <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-analytics</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-ant</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-repository</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-analytics</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-ant</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-repository</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}:drools-analytics</include> - <include>${pkgGroupId}:drools-ant</include> - <include>${pkgGroupId}:drools-compiler</include> - <include>${pkgGroupId}:drools-core</include> - <include>${pkgGroupId}:drools-decisiontables</include> - <include>${pkgGroupId}:drools-jsr94</include> - <include>${pkgGroupId}:drools-repository</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:drools-analytics</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-ant</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-compiler</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-decisiontables</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-jsr94</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-repository</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/428046ec/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info b/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 1bc51e1..0000000 --- a/drools-4.0.7/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:http://repository.jboss.com/maven2:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Drools is a business rule management system (BRMS) with a forward chaining - inference based rules engine, more correctly known as a production rule system, - using an enhanced implementation of the Rete algorithm. - - Drools supports the JSR-94 standard for its business rule engine and enterprise - framework for the construction, maintenance, and enforcement of business policies - in an organization, application, or service. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.jboss.org/drools\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/drools-5.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/drools-5.1.1/pom.xml b/drools-5.1.1/pom.xml deleted file mode 100644 index f20a569..0000000 --- a/drools-5.1.1/pom.xml +++ /dev/null @@ -1,250 +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.drools</artifactId> - <version>5.1.1_4-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.drools</pkgGroupId> - <pkgArtifactId>drools</pkgArtifactId> - <pkgVersion>5.1.1</pkgVersion> - <servicemix.osgi.import.pkg> - javax.management*, - javax.swing*, - javax.xml*, - org.osgi.framework, - org.osgi.util.tracker, - org.w3c.dom, - org.xml.sax*, - org.eclipse.jdt*;resolution:=optional, - org.quartz;resolution:=optional, - com.sun*;resolution:=optional, - sun*;resolution:=optional, - com.thoughtworks.xstream*;resolution:=optional, - javax.jcr*;resolution:=optional, - javax.rules*;resolution:=optional, - org.apache.jackrabbit*;resolution:=optional, - org.codehaus.janino*;resolution:=optional, - org.slf4j*;version="[1.5,2.0)";resolution:=optional, - org.tmatesoft*;resolution:=optional, - org.antlr.stringtemplate*;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.export> - org.drools*;version=${pkgVersion};-split-package:=merge-first, - !org.mvel2*;-split-package:=merge-first, - !jxl*;-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.private.pkg> - org.mvel2*, - jxl*, - org.antlr.runtime* - </servicemix.osgi.private.pkg> - <servicemix.osgi.embed.dependency> - *;inline=META-INF/drools* - </servicemix.osgi.embed.dependency> - </properties> - - <repositories> - <repository> - <id>jboss</id> - <name>JBoss Maven Repository</name> - <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-api</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-repository</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-api</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-repository</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}:drools-analytics</include> - <include>${pkgGroupId}:drools-ant</include> - <include>${pkgGroupId}:drools-compiler</include> - <include>${pkgGroupId}:drools-core</include> - <include>${pkgGroupId}:drools-decisiontables</include> - <include>${pkgGroupId}:drools-jsr94</include> - <include>${pkgGroupId}:drools-repository</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:drools-analytics</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-ant</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-compiler</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-decisiontables</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-jsr94</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-repository</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/428046ec/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info b/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index d8c7d2d..0000000 --- a/drools-5.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:https://repository.jboss.org/nexus/content/groups/public/:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Drools is a business rule management system (BRMS) with a forward chaining - inference based rules engine, more correctly known as a production rule system, - using an enhanced implementation of the Rete algorithm. - - Drools supports the JSR-94 standard for its business rule engine and enterprise - framework for the construction, maintenance, and enforcement of business policies - in an organization, application, or service. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.jboss.org/drools\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/drools-5.5.0/pom.xml ---------------------------------------------------------------------- diff --git a/drools-5.5.0/pom.xml b/drools-5.5.0/pom.xml deleted file mode 100644 index 1b69756..0000000 --- a/drools-5.5.0/pom.xml +++ /dev/null @@ -1,279 +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>10</version> - <relativePath>../bundles-pom/pom.xml</relativePath> - </parent> - - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.drools</artifactId> - <version>5.5.0.Final_3-SNAPSHOT</version> - <packaging>bundle</packaging> - <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> - <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> - - <properties> - <pkgGroupId>org.drools</pkgGroupId> - <pkgArtifactId>drools</pkgArtifactId> - <pkgVersion>5.5.0.Final</pkgVersion> - <servicemix.osgi.import.pkg> - javax.management*, - javax.xml*, - org.osgi.framework, - org.osgi.util.tracker, - org.w3c.dom, - org.xml.sax*, - *;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.export> - org.drools*;version=${pkgVersion};-split-package:=merge-first, - !org.mvel2*;-split-package:=merge-first, - !jxl*;-split-package:=merge-first, - </servicemix.osgi.export> - <servicemix.osgi.private.pkg> - org.mvel2*, - jxl*, - org.antlr.runtime* - </servicemix.osgi.private.pkg> - <servicemix.osgi.embed.dependency> - *;inline=META-INF/drools*|META-INF/spring* - </servicemix.osgi.embed.dependency> - </properties> - - <repositories> - <repository> - <id>jboss</id> - <name>JBoss Maven Repository</name> - <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>knowledge-api</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>knowledge-internal-api</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-spring</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-camel</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>knowledge-api</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>knowledge-internal-api</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-compiler</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-core</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-decisiontables</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-jsr94</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-spring</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <optional>true</optional> - </dependency> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>drools-camel</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}:drools-analytics</include> - <include>${pkgGroupId}:drools-ant</include> - <include>${pkgGroupId}:drools-compiler</include> - <include>${pkgGroupId}:drools-core</include> - <include>${pkgGroupId}:drools-decisiontables</include> - <include>${pkgGroupId}:drools-jsr94</include> - <include>${pkgGroupId}:drools-spring</include> - <include>${pkgGroupId}:drools-camel</include> - <include>${pkgGroupId}:knowledge-api</include> - <include>${pkgGroupId}:knowledge-internal-api</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:drools-analytics</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-ant</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-compiler</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-decisiontables</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-jsr94</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-spring</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-camel</artifact> - <includes> - <include>META-INF/services/**</include> - </includes> - </filter> - <filter> - <artifact>${pkgGroupId}:drools-repository</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/428046ec/drools-5.5.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/drools-5.5.0/src/main/resources/OSGI-INF/bundle.info b/drools-5.5.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index d8c7d2d..0000000 --- a/drools-5.5.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:https://repository.jboss.org/nexus/content/groups/public/:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Drools is a business rule management system (BRMS) with a forward chaining - inference based rules engine, more correctly known as a production rule system, - using an enhanced implementation of the Rete algorithm. - - Drools supports the JSR-94 standard for its business rule engine and enterprise - framework for the construction, maintenance, and enforcement of business policies - in an organization, application, or service. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.jboss.org/drools\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-1.6.2/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-1.6.2/pom.xml b/ehcache-1.6.2/pom.xml deleted file mode 100644 index 0c4eb53..0000000 --- a/ehcache-1.6.2/pom.xml +++ /dev/null @@ -1,105 +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.ehcache</artifactId> - <version>1.6.2_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.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>1.6.2</pkgVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management, - javax.xml.parsers, - org.xml.sax*, - org.hibernate.cache;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/428046ec/ehcache-1.6.2/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-1.6.2/src/main/resources/OSGI-INF/bundle.info b/ehcache-1.6.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 0b20bcc..0000000 --- a/ehcache-1.6.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.0.1/pom.xml b/ehcache-2.0.1/pom.xml deleted file mode 100644 index 9959065..0000000 --- a/ehcache-2.0.1/pom.xml +++ /dev/null @@ -1,108 +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.ehcache</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.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.0.1</pkgVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming, - javax.xml.parsers, - org.xml.sax*, - javax.servlet;resolution:=optional, - javax.transaction*;resolution:=optional, - bitronix.tm*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</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}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.0.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.0.1/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.1.1/pom.xml b/ehcache-2.1.1/pom.xml deleted file mode 100644 index f0da847..0000000 --- a/ehcache-2.1.1/pom.xml +++ /dev/null @@ -1,111 +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.ehcache</artifactId> - <version>2.1.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.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.1.1</pkgVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming, - javax.xml.parsers, - org.xml.sax*, - javax.servlet;resolution:=optional, - javax.swing*;resolution:=optional, - javax.transaction*;resolution:=optional, - bitronix.tm*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</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}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</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/428046ec/ehcache-2.1.1/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.1.1/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/ehcache-2.2.0/pom.xml b/ehcache-2.2.0/pom.xml deleted file mode 100644 index 4f854d5..0000000 --- a/ehcache-2.2.0/pom.xml +++ /dev/null @@ -1,109 +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.ehcache</artifactId> - <version>2.2.0_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.ehcache</pkgGroupId> - <pkgArtifactId>ehcache</pkgArtifactId> - <pkgVersion>2.2.0</pkgVersion> - <servicemix.osgi.export.pkg> - net.sf.ehcache - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.management*, - javax.naming, - javax.xml.parsers, - org.xml.sax*, - javax.transaction*;resolution:=optional, - javax.servlet;resolution:=optional, - javax.swing*;resolution:=optional, - bitronix.tm*;resolution:=optional, - org.hibernate*;resolution:=optional, - org.slf4j*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</artifactId> - <version>${pkgVersion}</version> - <optional>true</optional> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}-core</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}-core</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact> - <excludes> - <exclude>**</exclude> - </excludes> - </filter> - </filters> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/ehcache-2.2.0/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/ehcache-2.2.0/src/main/resources/OSGI-INF/bundle.info b/ehcache-2.2.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index e90cead..0000000 --- a/ehcache-2.2.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,13 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}-core/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Ehcache is an open source, standards-based cache used to boost performance, offload the database and - simplify scalability. Ehcache is robust, proven and full-featured, which has made it the most popular - Java-based cache with 100,000âs of production deployments. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://ehcache.org\u001B[0m
