r2775 - in tags/jaxx-2.7: . jaxx-runtime/src/main/java/jaxx/runtime/awt/visitor
Author: tchemit Date: 2014-01-12 14:36:05 +0100 (Sun, 12 Jan 2014) New Revision: 2775 Url: http://nuiton.org/projects/jaxx/repository/revisions/2775 Log: fix release Modified: tags/jaxx-2.7/jaxx-runtime/src/main/java/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java tags/jaxx-2.7/pom.xml Modified: tags/jaxx-2.7/jaxx-runtime/src/main/java/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java =================================================================== --- tags/jaxx-2.7/jaxx-runtime/src/main/java/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java 2014-01-12 13:24:28 UTC (rev 2774) +++ tags/jaxx-2.7/jaxx-runtime/src/main/java/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java 2014-01-12 13:36:05 UTC (rev 2775) @@ -9,16 +9,16 @@ * Copyright (C) 2008 - 2013 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public + * + * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% Modified: tags/jaxx-2.7/pom.xml =================================================================== --- tags/jaxx-2.7/pom.xml 2014-01-12 13:24:28 UTC (rev 2774) +++ tags/jaxx-2.7/pom.xml 2014-01-12 13:36:05 UTC (rev 2775) @@ -136,6 +136,7 @@ <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> + <helper.failIfNotSafe>false</helper.failIfNotSafe> </properties>
participants (1)
-
tchemit@users.nuiton.org