You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/06/02 15:32:14 UTC

svn commit: r662428 - in /servicemix/smx4/features/trunk: camel/bundles/commons-jxpath/ camel/bundles/commons-jxpath/pom.xml camel/bundles/pom.xml pom.xml

Author: ffang
Date: Mon Jun  2 06:32:14 2008
New Revision: 662428

URL: http://svn.apache.org/viewvc?rev=662428&view=rev
Log:
[SMX4-23]add bundle jar for commons-jxpath

Added:
    servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/
    servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml   (with props)
Modified:
    servicemix/smx4/features/trunk/camel/bundles/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Added: servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml?rev=662428&view=auto
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml (added)
+++ servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml Mon Jun  2 06:32:14 2008
@@ -0,0 +1,59 @@
+<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.camel.bundles</groupId>
+        <artifactId>bundles</artifactId>
+        <version>4.0-m2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    <version>4.0-m2-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix OSGI Common Bundles: ${pkgArtifactId}</name>
+    <description>
+        This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
+    </description>
+
+    <properties>
+        <pkgArtifactId>commons-jxpath</pkgArtifactId>
+        <pkgVersion>${commons-jxpath.version}</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.apache.commons.jxpath*
+        </servicemix.osgi.export.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-jxpath</groupId>
+            <artifactId>commons-jxpath</artifactId>
+            <version>${commons-jxpath.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>

Propchange: servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: servicemix/smx4/features/trunk/camel/bundles/commons-jxpath/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: servicemix/smx4/features/trunk/camel/bundles/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/bundles/pom.xml?rev=662428&r1=662427&r2=662428&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/bundles/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/bundles/pom.xml Mon Jun  2 06:32:14 2008
@@ -35,6 +35,7 @@
     <modules>
         <module>jaxb-impl</module>
         <module>commons-io</module>
+        <module>commons-jxpath</module>
     </modules>
 
     <properties>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=662428&r1=662427&r2=662428&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Jun  2 06:32:14 2008
@@ -68,7 +68,6 @@
       <bnd.version>0.0.227</bnd.version>
       <cglib.version>2.1_3</cglib.version>
       <camel.version>1.4-SNAPSHOT</camel.version>
-      <commons.io.version>1.3.1</commons.io.version>
       <commons.logging.version>1.1</commons.logging.version>
       <cxf.version>2.0.6</cxf.version>
       <felix.bundlerepository.version>1.0.2</felix.bundlerepository.version>
@@ -121,6 +120,8 @@
       <spring.osgi.version>1.0.2</spring.osgi.version>
       <xstream.version>1.2.2</xstream.version>
       <xbean.version>3.3.1-r643297</xbean.version>
+      <commons-io.version>1.3.2</commons-io.version>
+      <commons-jxpath.version>1.2</commons-jxpath.version>
   </properties>
 
    <repositories>