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 es...@locus.apache.org on 2000/05/23 11:08:07 UTC

cvs commit: xml-fop/src/org/apache/fop/image Makefile

eschaeffer    00/05/23 02:08:06

  Modified:    src/org/apache/fop/image Makefile
  Log:
  changes in the Makefile
  
  Revision  Changes    Path
  1.3       +3 -4      xml-fop/src/org/apache/fop/image/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/Makefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile	1999/12/04 08:18:23	1.2
  +++ Makefile	2000/05/23 09:08:05	1.3
  @@ -5,12 +5,11 @@
   
   SUBDIRS=
   
  -SOURCES=BmpBwImage.java \
  -	BmpColImage.java \
  -	ImageArea.java \
  +SOURCES=FopImageException.java \
   	FopImage.java \
  +	ImageArea.java \
   	FopImageFactory.java \
  -	GifJpegImage.java
  +	JimiImage.java
   
   CLASSES=$(SOURCES:.java=.class)