This is an automated email from the git hooks/post-receive script. New commit to branch feature/7801 in repository tutti. See http://git.codelutin.com/tutti.git commit 6512f989af0704d13e6923ef027faea7f8f4b308 Author: Kevin Morin <morin@codelutin.com> Date: Fri Dec 11 14:09:57 2015 +0100 modif des packages importés suite au passage à batik 1.8 (refs #7801) --- tutti-ui-swing/src/license/THIRD-PARTY.properties | 7 +++---- .../ui/swing/content/operation/catches/EditCatchesSvgHandler.java | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/tutti-ui-swing/src/license/THIRD-PARTY.properties b/tutti-ui-swing/src/license/THIRD-PARTY.properties index 901091a..9adc546 100644 --- a/tutti-ui-swing/src/license/THIRD-PARTY.properties +++ b/tutti-ui-swing/src/license/THIRD-PARTY.properties @@ -18,7 +18,7 @@ # - GNU General Public License - Version 2 with the class path exception # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public Licence -# - GNU Lesser General Public License (LGPL), version 2.1 +# - GNU Lesser General Public License (LGPL), version 2.1 or later # - GNU Lesser Public License # - GNU Library or Lesser General Public License # - General Public License (GPL) @@ -27,7 +27,6 @@ # - Lesser General Public License (LGPL) v 3.0 # - MIT License # - MPL 1.1 -# - Mozilla Public License version 1.1 # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 @@ -37,9 +36,9 @@ # Please fill the missing licenses for dependencies : # # -#Wed Mar 11 10:42:46 CET 2015 +#Fri Dec 11 13:54:53 CET 2015 commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License hsqldb--hsqldb--1.8.1.3=BSD License -xalan--xalan--2.6.0=The Apache Software License, Version 2.0 +xalan--xalan--2.7.0=The Apache Software License, Version 2.0 diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java index cef11c3..ebdd787 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java @@ -40,10 +40,10 @@ import fr.ifremer.tutti.ui.swing.util.computable.ComputableData; import fr.ifremer.tutti.util.Numbers; import fr.ifremer.tutti.util.Weights; import jaxx.runtime.JAXXUtil; +import org.apache.batik.anim.dom.SAXSVGDocumentFactory; +import org.apache.batik.anim.dom.SVGOMRectElement; +import org.apache.batik.anim.dom.SVGOMTextElement; import org.apache.batik.bridge.UpdateManager; -import org.apache.batik.dom.svg.SAXSVGDocumentFactory; -import org.apache.batik.dom.svg.SVGOMRectElement; -import org.apache.batik.dom.svg.SVGOMTextElement; import org.apache.batik.swing.JSVGCanvas; import org.apache.batik.swing.gvt.GVTTreeRendererAdapter; import org.apache.batik.swing.gvt.GVTTreeRendererEvent; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.