[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Mon Jun 25 18:05:37 EDT 2007


  User: pmuir   
  Date: 07/06/25 18:05:37

  Modified:    jboss-seam  build.xml
  Log:
  compilepdf needs jarui
  
  Revision  Changes    Path
  1.213     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.212
  retrieving revision 1.213
  diff -u -b -r1.212 -r1.213
  --- build.xml	25 Jun 2007 19:14:29 -0000	1.212
  +++ build.xml	25 Jun 2007 22:05:36 -0000	1.213
  @@ -652,7 +652,7 @@
   		</javac>
   	</target>
   
  -	<target name="compilepdf" depends="initpdf,select-compiler" description="Compile the Java source code for the PDF package">
  +	<target name="compilepdf" depends="initpdf,select-compiler,jarui" description="Compile the Java source code for the PDF package">
   		<javac source="1.5" target="1.5" destdir="${pdfclasses.dir}" debug="${javac.debug}" deprecation="${javac.deprecation}" nowarn="on">
   			<src path="${src.pdf.dir}" />
   			<classpath>
  
  
  



More information about the jboss-cvs-commits mailing list