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 je...@apache.org on 2009/10/22 20:12:43 UTC

svn commit: r828805 - /xmlgraphics/fop/branches/Temp_Accessibility/build.xml

Author: jeremias
Date: Thu Oct 22 18:12:43 2009
New Revision: 828805

URL: http://svn.apache.org/viewvc?rev=828805&view=rev
Log:
Fix build to make accessibility events go to the right XML file.

Modified:
    xmlgraphics/fop/branches/Temp_Accessibility/build.xml

Modified: xmlgraphics/fop/branches/Temp_Accessibility/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_Accessibility/build.xml?rev=828805&r1=828804&r2=828805&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_Accessibility/build.xml (original)
+++ xmlgraphics/fop/branches/Temp_Accessibility/build.xml Thu Oct 22 18:12:43 2009
@@ -359,9 +359,16 @@
         <include name="**/*.java"/>
         <exclude name="org/apache/fop/render/*/**/*.java"/>
         <exclude name="org/apache/fop/afp/**/*.java"/>
+        <exclude name="org/apache/fop/accessibility/**/*.java"/>
       </fileset>
     </eventResourceGenerator>
     <fixcrlf file="${src.java.dir}/org/apache/fop/events/EventFormatter.xml" tab="remove" tablength="2"/>
+    <eventResourceGenerator modelfile="${build.gensrc.dir}/org/apache/fop/accessibility/event-model.xml" translationfile="${src.java.dir}/org/apache/fop/accessibility/AccessibilityEventProducer.xml">
+      <fileset dir="${src.java.dir}">
+        <include name="org/apache/fop/accessibility/**/*.java"/>
+      </fileset>
+    </eventResourceGenerator>
+    <fixcrlf file="${src.java.dir}/org/apache/fop/afp/AFPEventProducer.xml" tab="remove" tablength="2"/>
     <eventResourceGenerator modelfile="${build.gensrc.dir}/org/apache/fop/afp/event-model.xml" translationfile="${src.java.dir}/org/apache/fop/afp/AFPEventProducer.xml">
       <fileset dir="${src.java.dir}">
         <include name="org/apache/fop/afp/**/*.java"/>



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