Index: test/java/org/apache/fop/util/ColorUtilTestCase.java =================================================================== --- test/java/org/apache/fop/util/ColorUtilTestCase.java (revision 1344683) +++ test/java/org/apache/fop/util/ColorUtilTestCase.java (working copy) @@ -125,7 +125,7 @@ public void testRGBICC() throws Exception { FopFactory fopFactory = FopFactory.newInstance(); URI sRGBLoc = new URI( - "file:src/java/org/apache/fop/pdf/sRGB%20Color%20Space%20Profile.icm"); + "file:build/classes/org/apache/fop/pdf/sRGB%20Color%20Space%20Profile.icm"); ColorSpace cs = fopFactory.getColorSpaceCache().get( "sRGBAlt", null, sRGBLoc.toASCIIString(), RenderingIntent.AUTO); assertNotNull("Color profile not found", cs); Index: test/layoutengine/standard-testcases/color_1.xml =================================================================== --- test/layoutengine/standard-testcases/color_1.xml (revision 1344683) +++ test/layoutengine/standard-testcases/color_1.xml (working copy) @@ -30,7 +30,7 @@ - + @@ -54,7 +54,7 @@ - + Index: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt =================================================================== --- src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt (revision 1344683) +++ src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt (working copy) @@ -1,14 +0,0 @@ -Obtained from: http://www.srgb.com/usingsrgb.html - -The file "sRGB Color Space Profile.icm" is: -Copyright (c) 1998 Hewlett-Packard Company - -To anyone who acknowledges that the file "sRGB Color Space Profile.icm" -is provided "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTY: -permission to use, copy and distribute this file for any purpose is hereby -granted without fee, provided that the file is not changed including the HP -copyright notice tag, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Hewlett-Packard Company makes -no representations about the suitability of this software for any purpose. - Index: build.xml =================================================================== --- build.xml (revision 1344683) +++ build.xml (working copy) @@ -140,6 +140,7 @@ + @@ -388,7 +389,7 @@ - + Index: get-dependencies.xml =================================================================== --- get-dependencies.xml (revision 0) +++ get-dependencies.xml (revision 0) @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +