Author: gnodet
Date: Wed Jul 21 12:56:34 2010
New Revision: 966212
URL: http://svn.apache.org/viewvc?rev=966212&view=rev
Log:
Add jruby-1.4.0 groovy-1.6.3 and openjpa-2.0.0 bundles
Added:
servicemix/smx4/bundles/trunk/groovy-1.6.3/
servicemix/smx4/bundles/trunk/groovy-1.6.3/pom.xml
servicemix/smx4/bundles/trunk/jruby-1.4.0/
servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml
servicemix/smx4/bundles/trunk/openjpa-2.0.0/
servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml
Added: servicemix/smx4/bundles/trunk/groovy-1.6.3/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/groovy-1.6.3/pom.xml?rev=966212&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/groovy-1.6.3/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/groovy-1.6.3/pom.xml Wed Jul 21 12:56:34 2010
@@ -0,0 +1,109 @@
+<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/maven-v4_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>4</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.groovy</artifactId>
+ <version>1.6.3_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+ <description>
+ This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+ </description>
+
+ <properties>
+ <pkgGroupId>org.codehaus.groovy</pkgGroupId>
+ <pkgArtifactId>groovy</pkgArtifactId>
+ <pkgVersion>1.6.3</pkgVersion>
+ <servicemix.osgi.import.pkg>
+ !groovy*,
+ !org.codehaus.groovy*,
+ antlr*;version="[2.7.7,3)",
+ com.mockobjects*;resolution:=optional;version="[0.9,1)",
+ com.thoughtworks.xstream*;resolution:=optional;version="[1.3,2)",
+ javax.servlet*;resolution:=optional;version="[2.4,3)",
+ javax.swing*;resolution:=optional,
+ jline*;resolution:=optional;version="[0.9.94,1)",
+ junit*;resolution:=optional;version="[3.8.2,4)",
+ org.apache.bsf*;resolution:=optional;version="[2.4,3)",
+ org.apache.commons.cli*;resolution:=optional;version="[1.2,2)",
+ org.apache.commons.lang*;resolution:=optional,
+ org.apache.ivy*;resolution:=optional;version="[2,3)",
+ org.apache.tools.ant*;resolution:=optional;version="[1.7.1,2)",
+ org.objectweb.asm*;version="[2.2.3,3)",
+ *
+ </servicemix.osgi.import.pkg>
+ <servicemix.osgi.export>
+ groovy*;version=${pkgVersion};-split-package:=merge-first,
+
org.codehaus.groovy*;version=${pkgVersion};-split-package:=merge-first
+ </servicemix.osgi.export>
+ <servicemix.osgi.failok>true</servicemix.osgi.failok>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <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>
Added: servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml?rev=966212&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/jruby-1.4.0/pom.xml Wed Jul 21 12:56:34 2010
@@ -0,0 +1,113 @@
+<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/maven-v4_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>4</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.jruby</artifactId>
+ <version>1.4.0_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+ <description>
+ This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+ </description>
+
+ <properties>
+ <pkgGroupId>org.jruby</pkgGroupId>
+ <pkgArtifactId>jruby</pkgArtifactId>
+ <pkgVersion>1.4.0</pkgVersion>
+ <servicemix.osgi.import.pkg>
+ com.sun*;resolution:=optional,
+ javax.swing*;resolution:=optional,
+ org.apache.bsf*;resolution:=optional,
+ org.jruby*;resolution:=optional,
+ org.jgrapht*;resolution:=optional,
+ org.objectweb.asm*;resolution:=optional,
+ *
+ </servicemix.osgi.import.pkg>
+ <servicemix.osgi.export>
+ org.jruby*;version=${pkgVersion};-split-package:=merge-first,
+ </servicemix.osgi.export>
+ <servicemix.osgi.private.pkg>
+ builtin*,
+ com.kenai*,
+ com.martiansoftware.nailgun*,
+ com.sun.jna*,
+ jay.yydebug*,
+ jline*,
+ jni*,
+ jruby*,
+ org.dynalang*,
+ org.jcodings,
+ org.joda.time*,
+ org.joni*,
+
+ </servicemix.osgi.private.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <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>
Added: servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml?rev=966212&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/openjpa-2.0.0/pom.xml Wed Jul 21 12:56:34 2010
@@ -0,0 +1,89 @@
+<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/maven-v4_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>4</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.openjpa</artifactId>
+ <version>2.0.0_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+ <description>
+ This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+ </description>
+
+ <properties>
+ <pkgGroupId>org.apache.openjpa</pkgGroupId>
+ <pkgArtifactId>openjpa</pkgArtifactId>
+ <pkgVersion>2.0.0</pkgVersion>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+
<Export-Package>org.apache.openjpa*;version=2.0.0;-split-package:=merge-first;noimport:=true</Export-Package>
+ <Import-Package>
+ com.ibm*;resolution:=optional,
+ org.postgresql*;resolution:=optional,
+
javax.jms*;resolution:=optional;version="[1.1,1.2)",
+ javax.persistence*;version="[2,2.1)",
+
javax.transaction*;resolution:=optional;version="[1.1,2)",
+
javax.validation*;resolution:=optional;version="[1.0,1.1)",
+ javax.xml.bind*;version="[2,3)",
+ org.apache.commons.collections*;version="[3.2,4)",
+ org.apache.commons.logging*;version="[1.0,2)",
+ org.apache.commons.lang*;version="[2.1,3)",
+
org.apache.commons.pool*;resolution:=optional;version="[1.3,2)",
+
org.apache.log4j*;resolution:=optional;version="[1.2,2)",
+
org.apache.tools.ant*;resolution:=optional;version="[1.7,2)",
+ serp*;resolution:=optional;version="[1.13,1.14)",
+ *
+ </Import-Package>
+ <Embed-Dependency>
+
openjpa;inline=META-INF/**
+ </Embed-Dependency>
+ <_failok>true</_failok>
+ </instructions>
+ <unpackBundle>true</unpackBundle>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>