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 pi...@apache.org on 2005/01/24 23:03:56 UTC

cvs commit: xml-fop/test/layoutengine/testcases external-graphic1.xml external-graphic2.xml

pietsch     2005/01/24 14:03:56

  Modified:    .        build.xml
               test/layoutengine/testcases external-graphic1.xml
                        external-graphic2.xml
  Log:
  Replaced absolute image paths with relative
  
  Revision  Changes    Path
  1.116     +0 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml	13 Jan 2005 22:07:52 -0000	1.115
  +++ build.xml	24 Jan 2005 22:03:56 -0000	1.116
  @@ -332,7 +332,6 @@
       <echo message="Preparing the build directories"/>
       <mkdir dir="${build.src}"/>
       <mkdir dir="${build.gensrc}"/>
  -    <mkdir dir="${build.gensrc}/${properties.dir}"/>
       <mkdir dir="${build.gensrc}/${fonts.dir}"/>
       <mkdir dir="${build.dest}/hyph"/>
     </target>
  
  
  
  1.2       +2 -2      xml-fop/test/layoutengine/testcases/external-graphic1.xml
  
  Index: external-graphic1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/external-graphic1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- external-graphic1.xml	24 Jan 2005 10:45:11 -0000	1.1
  +++ external-graphic1.xml	24 Jan 2005 22:03:56 -0000	1.2
  @@ -32,7 +32,7 @@
           <fo:flow flow-name="xsl-region-body">
             <fo:block>plain external-graphic</fo:block>
             <fo:block>
  -            <fo:external-graphic src="C:/Dev/FOP/main/xml-fop/test/resources/images/bgimg300dpi.jpg"/>EOG
  +            <fo:external-graphic src="../../resources/images/bgimg300dpi.jpg"/>EOG
             </fo:block>
             <fo:block>EOF</fo:block>
           </fo:flow>
  
  
  
  1.2       +3 -3      xml-fop/test/layoutengine/testcases/external-graphic2.xml
  
  Index: external-graphic2.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/external-graphic2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- external-graphic2.xml	24 Jan 2005 10:45:11 -0000	1.1
  +++ external-graphic2.xml	24 Jan 2005 22:03:56 -0000	1.2
  @@ -32,11 +32,11 @@
           <fo:flow flow-name="xsl-region-body">
             <fo:block>height="40pt"</fo:block>
             <fo:block>
  -            <fo:external-graphic overflow="hidden" src="C:/Dev/FOP/main/xml-fop/test/resources/images/bgimg300dpi.jpg" height="40pt"/>EOG
  +            <fo:external-graphic overflow="hidden" src="../../resources/images/bgimg300dpi.jpg" height="40pt"/>EOG
             </fo:block>
             <fo:block>width="40pt"</fo:block>
             <fo:block>
  -            <fo:external-graphic overflow="hidden" src="C:/Dev/FOP/main/xml-fop/test/resources/images/bgimg300dpi.jpg" width="40pt"/>EOG
  +            <fo:external-graphic overflow="hidden" src="../../resources/images/bgimg300dpi.jpg" width="40pt"/>EOG
             </fo:block>
             <fo:block>EOF</fo:block>
           </fo:flow>
  
  
  

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


Re: cvs commit: xml-fop/test/layoutengine/testcases external-graphic1.xml external-graphic2.xml

Posted by Jeremias Maerki <de...@greenmail.ch>.
Oops, sorry! And thanks for catching it.

On 24.01.2005 23:03:56 pietsch wrote:
> pietsch     2005/01/24 14:03:56
> 
>   Modified:    .        build.xml
>                test/layoutengine/testcases external-graphic1.xml
>                         external-graphic2.xml
>   Log:
>   Replaced absolute image paths with relative


Jeremias Maerki