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 2012/06/15 01:45:35 UTC

svn commit: r1350426 - in /servicemix/smx4/bundles/trunk: batik-1.7/pom.xml pom.xml

Author: ffang
Date: Thu Jun 14 23:45:35 2012
New Revision: 1350426

URL: http://svn.apache.org/viewvc?rev=1350426&view=rev
Log:
[SMX-2155]batik bundle should have batik-codec

Modified:
    servicemix/smx4/bundles/trunk/batik-1.7/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/batik-1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/batik-1.7/pom.xml?rev=1350426&r1=1350425&r2=1350426&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/batik-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/batik-1.7/pom.xml Thu Jun 14 23:45:35 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>11-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -49,7 +49,15 @@
             org.apache.xpath*,
             org.mozilla.javascript;resolution:=optional,
             org.w3c*;resolution:=optional,
-            org.xml.sax*
+            org.xml.sax*,
+            com.sun.image.codec.jpeg;resolution:=optional, 
+            javax.imageio, 
+            javax.imageio.event, 
+            javax.imageio.metadata, 
+            javax.imageio.plugins.jpeg, 
+            javax.imageio.stream,
+            javax.xml.transform.dom, 
+            javax.xml.transform.stream
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -78,6 +86,12 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>batik-codec</artifactId>
+            <version>${pkgVersion}</version>
+            <optional>true</optional>
+        </dependency>
 
         <!-- sources -->
         <!-- Not available on Central
@@ -130,6 +144,7 @@
                                     <include>${pkgGroupId}:batik-extension</include>
                                     <include>${pkgGroupId}:batik-svggen</include>
                                     <include>${pkgGroupId}:batik-transcoder</include>
+                                    <include>${pkgGroupId}:batik-codec</include>
                                 </includes>
                             </artifactSet>
                             <filters>
@@ -157,6 +172,12 @@
                                         <exclude>**</exclude>
                                     </excludes>
                                 </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:batik-codec</artifact>
+                                    <excludes>
+                                        <exclude>**</exclude>
+                                    </excludes>
+                                </filter>
                             </filters>
                             <createDependencyReducedPom>true</createDependencyReducedPom>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
@@ -167,4 +188,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1350426&r1=1350425&r2=1350426&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Jun 14 23:45:35 2012
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+        <module>batik-1.7</module>
     </modules>
 
 </project>