You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2010/10/19 10:07:28 UTC

svn commit: r1024156 - in /servicemix/smx4/bundles/trunk: jaxb-xjc-2.1.13/ jaxb-xjc-2.1.13/pom.xml mybatis-3.0.2/ mybatis-3.0.2/pom.xml pom.xml

Author: gnodet
Date: Tue Oct 19 08:07:27 2010
New Revision: 1024156

URL: http://svn.apache.org/viewvc?rev=1024156&view=rev
Log:
Add two bundles: mybatis-3.0.2 and jaxb-xjc-2.1.13

Added:
    servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/
    servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml
    servicemix/smx4/bundles/trunk/mybatis-3.0.2/
    servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml
Modified:
    servicemix/smx4/bundles/trunk/pom.xml

Added: servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml?rev=1024156&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml Tue Oct 19 08:07:27 2010
@@ -0,0 +1,157 @@
+<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.jaxb-xjc</artifactId>
+    <version>2.1.13_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>
+        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+    </description>
+
+    <properties>
+        <pkgGroupId>com.sun.xml.bind</pkgGroupId>
+        <pkgArtifactId>jaxb-xjc</pkgArtifactId>
+        <pkgVersion>2.1.13</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            com.sun.tools.xjc*;-split-package:=merge-first;-noimport:=true,
+            com.sun.tools.jxc*;-split-package:=merge-first;-noimport:=true,
+            com.sun.codemodel*;-split-package:=merge-first;-noimport:=true,
+            com.sun.istack.tools*;-split-package:=merge-first;-noimport:=true
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+			!com.sun.codemodel*,
+			!com.sun.istack.tools*,
+			!com.sun.relaxng.javadt,
+			!com.sun.tools.jxc*,
+			!com.sun.tools.xjc*,
+			!com.sun.xml.bind.serializer,
+			!com.sun.xml.bind.validator,
+			!com.sun.xml.bind.xmlschema,
+			!com.sun.xml.util,
+			!org.apache.xml.resolver*,
+			com.sun.mirror*;resolution:=optional,
+			com.sun.msv*;resolution:=optional,
+			com.sun.org*;resolution:=optional,
+            com.sun.xml.fastinfoset*;resolution:=optional,
+            javax.xml.stream*;resolution:=optional,
+			org.apache.tools.ant*;resolution:=optional,
+			org.dom4j*;resolution:=optional,
+			org.iso_relax*;resolution:=optional,
+            org.jvnet.fastinfoset*;resolution:=optional,
+            org.jvnet.staxex*;resolution:=optional,
+			sun.nio.cs*;resolution:=optional,
+            *
+        </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+			1.0.com.sun*,
+			com.sun.org.*,
+			com.sun.xml.dtdparser*,
+			com.sun.xml.xsom*,
+			org.kohsuke.rngom*,
+			org.relaxng.datatype*,
+            META-INF;-split-package:=merge-first,
+            META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first,
+            META-INF.services;-split-package:=merge-first,
+        </servicemix.osgi.private.pkg>
+        <servicemix.osgi.failok>true</servicemix.osgi.failok>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId>
+            <version>${pkgVersion}_1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+    </dependencies>
+
+    <repositories>
+        <repository>
+            <id>java.net</id>
+            <name>java.net Maven Repository</name>
+            <url>http://download.java.net/maven/1/</url>
+            <layout>legacy</layout>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+    <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/mybatis-3.0.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml?rev=1024156&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml (added)
+++ servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml Tue Oct 19 08:07:27 2010
@@ -0,0 +1,104 @@
+<?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/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.mybatis</artifactId>
+    <version>3.0.2_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>
+        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+    </description>
+    
+    <properties>
+        <pkgGroupId>org.mybatis</pkgGroupId>
+        <pkgArtifactId>mybatis</pkgArtifactId>
+        <pkgVersion>3.0.2</pkgVersion>
+        <servicemix.osgi.export>
+            org.apache.ibatis*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true
+        </servicemix.osgi.export>
+        <servicemix.osgi.import.pkg>
+            !org.apache.ibatis*,
+			net.sf.cglib.proxy*;resolution:=optional,
+			org.apache.commons.logging*;resolution:=optional,
+			org.apache.log4j*;resolution:=optional,
+			org.slf4j*;resolution:=optional,
+            *
+        </servicemix.osgi.import.pkg>
+    </properties>
+    
+    <repositories>
+        <repository>
+            <id>java.net</id>
+            <name>Java.net Maven Repository</name>
+            <url>http://download.java.net/maven/2</url>
+        </repository>
+    </repositories>
+    
+    <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>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1024156&r1=1024155&r2=1024156&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Oct 19 08:07:27 2010
@@ -51,6 +51,7 @@
         <module>jaxen-1.1.1</module>
         <module>protobuf-2.3.0</module>
         <module>jaxb-impl-2.1.13</module>
+        <module>jaxb-xjc-2.1.13</module>
         <module>xmlbeans-2.5.0</module>
         <module>jsch-0.1.43</module>
         <module>saxon-9.1.0.8</module>
@@ -63,6 +64,7 @@
         <module>jain-sip-ri-1.2.154</module>
         <module>hsqldb-1.8.0.7</module>
         <module>hsqldb-1.8.0.10</module>
+        <module>mybatis-3.0.2</module>
     </modules>
 
 </project>