You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/23 11:13:04 UTC

svn commit: r1234723 - in /servicemix/smx4/bundles/trunk: ./ saxon-9.3.0.11/ saxon-9.4.0.1/ saxon-9.4.0.1/src/ saxon-9.4.0.1/src/main/ saxon-9.4.0.1/src/main/resources/ saxon-9.4.0.1/src/main/resources/OSGI-INF/

Author: jbonofre
Date: Mon Jan 23 10:13:03 2012
New Revision: 1234723

URL: http://svn.apache.org/viewvc?rev=1234723&view=rev
Log:
[SMX4-1073] Create OSGi bundle for saxon 9.4.0.1

Added:
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml
      - copied, changed from r1234720, servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/bundle.info
Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1234723&r1=1234722&r2=1234723&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Mon Jan 23 10:13:03 2012
@@ -53,6 +53,7 @@
         <module>libthrift-0.8.0</module>
         <module>snappy-java-1.0.4.1</module>
         <module>saxon-9.3.0.11</module>
+        <module>saxon-9.4.0.1</module>
         <module>junit-4.10</module>
         <module>ant-1.8.2</module>
         <module>antlr-3.4</module>

Modified: servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml?rev=1234723&r1=1234722&r2=1234723&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml Mon Jan 23 10:13:03 2012
@@ -1,3 +1,4 @@
+<?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">
 
     <!--
@@ -101,4 +102,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Copied: servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml (from r1234720, servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml)
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml?p2=servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml&p1=servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml&r1=1234720&r2=1234723&rev=1234723&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml Mon Jan 23 10:13:03 2012
@@ -1,3 +1,4 @@
+<?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">
 
     <!--
@@ -30,21 +31,19 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
     <packaging>bundle</packaging>
-    <version>9.3.0.11_1-SNAPSHOT</version>
+    <version>9.4.0.1_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps saxon he
-        ${pkgVersion} jar files.</description>
+    <description>This OSGi bundle wraps saxon he ${pkgVersion} jar files.</description>
 
     <properties>
         <pkgGroupId>net.sf.saxon</pkgGroupId>
         <pkgArtifactId>saxon9he</pkgArtifactId>
-        <pkgVersion>9.3.0.11</pkgVersion>
+        <pkgVersion>9.4.0.1</pkgVersion>
         <servicemix.osgi.export>
             net.sf.saxon*;version=${pkgVersion};-split-package:=merge-first,
             javax.xml.xquery
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !net.sf.saxon*,
             *
         </servicemix.osgi.import.pkg>
     </properties>
@@ -101,4 +100,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>

Added: servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/bundle.info?rev=1234723&view=auto
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/bundle.info (added)
+++ servicemix/smx4/bundles/trunk/saxon-9.4.0.1/src/main/resources/OSGI-INF/bundle.info Mon Jan 23 10:13:03 2012
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/saxon9he/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Saxon is a XSLT and XQuery processor.
+
+    It supports XSLT 2.0 and XPath 2.0, and XQuery 1.0.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://saxon.sourceforge.net/\u001B[0m