svn commit: r1765773 - in /xmlgraphics/fop/trunk: fop-core/pom.xml fop-events/pom.xml fop-sandbox/pom.xml fop-servlet/pom.xml fop-transcoder-allinone/pom.xml fop-transcoder/pom.xml fop-util/pom.xml fop/pom.xml pom.xml

[email protected]
Newsgroups gmane.text.xml.fop.cvs
Message-ID <[email protected]>
Author: ssteiner
Date: Thu Oct 20 08:46:38 2016
New Revision: 1765773

URL: http://svn.apache.org/viewvc?rev=1765773&view=rev
Log:
FOP-2658: Compile JAIMonochromeBitmapConverter

Modified:
    xmlgraphics/fop/trunk/fop-core/pom.xml
    xmlgraphics/fop/trunk/fop-events/pom.xml
    xmlgraphics/fop/trunk/fop-sandbox/pom.xml
    xmlgraphics/fop/trunk/fop-servlet/pom.xml
    xmlgraphics/fop/trunk/fop-transcoder-allinone/pom.xml
    xmlgraphics/fop/trunk/fop-transcoder/pom.xml
    xmlgraphics/fop/trunk/fop-util/pom.xml
    xmlgraphics/fop/trunk/fop/pom.xml
    xmlgraphics/fop/trunk/pom.xml

Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <properties>
@@ -102,6 +102,16 @@
       <artifactId>fontbox</artifactId>
       <version>2.0.3</version>
     </dependency>
+    <dependency>
+      <groupId>javax.media</groupId>
+      <artifactId>jai-core</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.media</groupId>
+      <artifactId>jai-codec</artifactId>
+      <version>1.1.3</version>
+    </dependency>
     <!-- test deps -->
     <dependency>
       <groupId>net.sf.offo</groupId>
@@ -277,15 +287,6 @@
           </execution>
         </executions>
       </plugin>
-      <!-- compile exclusions -->
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
       <!-- junit testing -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>

Modified: xmlgraphics/fop/trunk/fop-events/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-events/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-events/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-events/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-sandbox/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-sandbox/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-sandbox/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop-servlet/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-servlet/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-servlet/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-servlet/pom.xml Thu Oct 20 08:46:38 2016
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop-transcoder-allinone/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-transcoder-allinone/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-transcoder-allinone/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-transcoder-allinone/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop-transcoder/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-transcoder/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-transcoder/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-transcoder/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop-util/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-util/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-util/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-util/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/fop/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop/pom.xml Thu Oct 20 08:46:38 2016
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>${fop.version}</version>
   </parent>
 
   <dependencies>

Modified: xmlgraphics/fop/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/pom.xml?rev=1765773&r1=1765772&r2=1765773&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/pom.xml (original)
+++ xmlgraphics/fop/trunk/pom.xml Thu Oct 20 08:46:38 2016
@@ -4,12 +4,13 @@
 
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>fop-parent</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>${fop.version}</version>
   <name>Apache FOP Parent</name>
   <description>XML Graphics Format Object Processor</description>
   <packaging>pom</packaging>
 
   <properties>
+    <fop.version>2.2.0-SNAPSHOT</fop.version>
     <antrun.plugin.version>1.8</antrun.plugin.version>
     <avalon.version>4.3.1</avalon.version>
     <batik.version>1.9.0-SNAPSHOT</batik.version>
@@ -120,6 +121,10 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>jboss.org</id>
+      <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
+    </repository>
   </repositories>
 
   <distributionManagement>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.