You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2016/04/15 13:16:17 UTC

svn commit: r1739282 - in /xmlgraphics/batik/trunk/batik-codec: pom.xml src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry

Author: ssteiner
Date: Fri Apr 15 11:16:16 2016
New Revision: 1739282

URL: http://svn.apache.org/viewvc?rev=1739282&view=rev
Log:
BATIK-1147: Removed unused TIFF classes

Modified:
    xmlgraphics/batik/trunk/batik-codec/pom.xml
    xmlgraphics/batik/trunk/batik-codec/src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry

Modified: xmlgraphics/batik/trunk/batik-codec/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-codec/pom.xml?rev=1739282&r1=1739281&r2=1739282&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-codec/pom.xml (original)
+++ xmlgraphics/batik/trunk/batik-codec/pom.xml Fri Apr 15 11:16:16 2016
@@ -58,17 +58,6 @@
   </dependencies>
 
   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.version}</version>
-        <configuration>
-          <excludes>
-            <exclude>**/codec/tiff/*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
     <resources>
       <resource>
         <directory>src/main/resources</directory>

Modified: xmlgraphics/batik/trunk/batik-codec/src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-codec/src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry?rev=1739282&r1=1739281&r2=1739282&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-codec/src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry (original)
+++ xmlgraphics/batik/trunk/batik-codec/src/main/resources/META-INF/services/org.apache.batik.ext.awt.image.spi.RegistryEntry Fri Apr 15 11:16:16 2016
@@ -23,7 +23,6 @@
 # NOTE: the "codec" package is deprecated, there entries are kept here for compatibility with older JVM versions
 # (uses "sun.image", which is only supported in Sun Java implementations and was retired in JDK 7)
 #org.apache.batik.ext.awt.image.codec.png.PNGRegistryEntry
-#org.apache.batik.ext.awt.image.codec.tiff.TIFFRegistryEntry
 
 org.apache.batik.ext.awt.image.codec.imageio.ImageIOJPEGRegistryEntry
 org.apache.batik.ext.awt.image.codec.imageio.ImageIOPNGRegistryEntry