Author: adelmelle
Date: Thu Nov 26 21:46:43 2015
New Revision: 1716772

URL: http://svn.apache.org/viewvc?rev=1716772&view=rev
Log:
Minor fixups: alter classpath for junit-transcoder-allinone to avoid 
NoClassDefFoundError for one of the hamcrest classes + add "asf.todo" tag to 
javadoc target

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1716772&r1=1716771&r2=1716772&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Thu Nov 26 21:46:43 2015
@@ -760,7 +760,7 @@ list of possible build targets.
     -->
     <path id="transcoder-all-classpath">
       <pathelement location="${build.unit.tests.dir}"/>
-      <path refid="libs-build-classpath"/>
+      <path refid="libs-tools-build-classpath"/>
       <fileset dir="build">
         <include name="fop-transcoder-allinone.jar"/>
       </fileset>
@@ -975,6 +975,7 @@ NOTE:
         <pathelement path="${src.sandbox.dir}"/>
         <pathelement path="${build.gensrc.dir}"/>
       </sourcepath>
+      <tag name="asf.todo" scope="all" description="TODO"/>
       <tag name="event.severity" scope="all" description="Event severity 
level:"/>
       <group title="Control and Startup">
         <package name="org.apache.fop"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to