You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2016/03/13 03:18:57 UTC

svn commit: r1734754 - in /xmlgraphics/fop/branches/maven: fop-sandbox/pom.xml fop-transcoder-allinone/ fop/build.xml

Author: gadams
Date: Sun Mar 13 02:18:57 2016
New Revision: 1734754

URL: http://svn.apache.org/viewvc?rev=1734754&view=rev
Log:
Fixups for fop-sandbox artifacts, svn:ignore.

Modified:
    xmlgraphics/fop/branches/maven/fop-sandbox/pom.xml
    xmlgraphics/fop/branches/maven/fop-transcoder-allinone/   (props changed)
    xmlgraphics/fop/branches/maven/fop/build.xml

Modified: xmlgraphics/fop/branches/maven/fop-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop-sandbox/pom.xml?rev=1734754&r1=1734753&r2=1734754&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop-sandbox/pom.xml (original)
+++ xmlgraphics/fop/branches/maven/fop-sandbox/pom.xml Sun Mar 13 02:18:57 2016
@@ -75,6 +75,7 @@
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
             <manifest>
               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
               <mainClass>org.apache.fop.cli.Main</mainClass>

Propchange: xmlgraphics/fop/branches/maven/fop-transcoder-allinone/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 13 02:18:57 2016
@@ -0,0 +1 @@
+target

Modified: xmlgraphics/fop/branches/maven/fop/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop/build.xml?rev=1734754&r1=1734753&r2=1734754&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop/build.xml (original)
+++ xmlgraphics/fop/branches/maven/fop/build.xml Sun Mar 13 02:18:57 2016
@@ -411,6 +411,15 @@ list of possible build targets.
         <include name="**/*.xml"/>
       </fileset>
     </copy>
+    <copy todir="${build.sandbox-classes.dir}">
+      <fileset dir="${src.resources.dir}">
+        <include name="META-INF/services/*.ElementMapping"/>
+        <include name="META-INF/services/*.FOEventHandler"/>
+        <include name="META-INF/services/*.IFDocumentHandler"/>
+        <include name="META-INF/services/*.ImageHandler"/>
+        <include name="META-INF/services/*.XMLHandler"/>
+      </fileset>
+    </copy>
     <mkdir dir="${build.viewer.resources.dir}"/>
     <copy todir="${build.viewer.resources.dir}">
       <fileset dir="${src.viewer.resources.dir}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org