--- test/com/eteks/sweethome3d/junit/PackageDependenciesTest.java.old 2017-02-10 23:54:23.768921394 +0100 +++ test/com/eteks/sweethome3d/junit/PackageDependenciesTest.java.old 2017-02-10 23:54:56.831923242 +0100 @@ -77,7 +77,7 @@ JavaPackage iText = constraint.addPackage("com.lowagie.text"); JavaPackage iTextPdf = constraint.addPackage("com.lowagie.text.pdf"); // FreeHEP Vector Graphics for SVG - JavaPackage vectorGraphicsUtil = constraint.addPackage("org.freehep.util"); + JavaPackage vectorGraphicsUtil = constraint.addPackage("org.freehep.graphicsbase.util"); JavaPackage vectorGraphics = constraint.addPackage("org.freehep.graphicsio"); JavaPackage vectorGraphicsSvg = constraint.addPackage("org.freehep.graphicsio.svg"); // Batik for SVG path parsing --- src/com/eteks/sweethome3d/swing/PlanComponent.java.old 2017-02-10 23:52:33.408915223 +0100 +++ src/com/eteks/sweethome3d/swing/PlanComponent.java.old 2017-02-10 23:52:52.376916283 +0100 @@ -163,7 +163,7 @@ import org.freehep.graphicsio.ImageConstants; import org.freehep.graphicsio.svg.SVGGraphics2D; -import org.freehep.util.UserProperties; +import org.freehep.graphicsbase.util.UserProperties; import com.eteks.sweethome3d.j3d.Component3DManager; import com.eteks.sweethome3d.j3d.HomePieceOfFurniture3D;