r2562 - in trunk/jaxx-runtime: . src/main/java/jaxx/runtime/swing
Author: maven-release Date: 2013-02-15 11:40:42 +0100 (Fri, 15 Feb 2013) New Revision: 2562 Url: http://nuiton.org/projects/jaxx/repository/revisions/2562 Log: prepare release Modified: trunk/jaxx-runtime/pom.xml trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentMover.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentResizer.java Modified: trunk/jaxx-runtime/pom.xml =================================================================== --- trunk/jaxx-runtime/pom.xml 2013-02-08 23:05:17 UTC (rev 2561) +++ trunk/jaxx-runtime/pom.xml 2013-02-15 10:40:42 UTC (rev 2562) @@ -54,6 +54,11 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> <dependency> <groupId>commons-beanutils</groupId> Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentMover.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentMover.java 2013-02-08 23:05:17 UTC (rev 2561) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentMover.java 2013-02-15 10:40:42 UTC (rev 2562) @@ -9,18 +9,18 @@ * Copyright (C) 2012 Ifremer * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * 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 Public License for more details. + * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General 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/gpl-3.0.html>. + * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ @@ -379,4 +379,4 @@ } } } -} \ No newline at end of file +} Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentResizer.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentResizer.java 2013-02-08 23:05:17 UTC (rev 2561) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/ComponentResizer.java 2013-02-15 10:40:42 UTC (rev 2562) @@ -9,18 +9,18 @@ * Copyright (C) 2012 Ifremer * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as + * 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 Public License for more details. + * GNU General Lesser Public License for more details. * - * You should have received a copy of the GNU General 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/gpl-3.0.html>. + * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ @@ -459,4 +459,4 @@ return source.getParent().getSize(); } } -} \ No newline at end of file +}
participants (1)
-
maven-releaseļ¼ users.nuiton.org