Author: tchemit Date: 2013-04-07 12:33:20 +0200 (Sun, 07 Apr 2013) New Revision: 2650 Url: http://nuiton.org/projects/jaxx/repository/revisions/2650 Log: prepare release files Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/FileChooserUtil.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JSplitPaneState.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTabbedPaneState.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTableState.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JXTableSwingSessionState.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/State.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/SwingSession.java trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/WindowState.java trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanFilterableComboBoxHandler.java Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/FileChooserUtil.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/FileChooserUtil.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/FileChooserUtil.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.util.FileUtil; Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/FileChooserUtil.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JSplitPaneState.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JSplitPaneState.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JSplitPaneState.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import javax.swing.*; /** Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JSplitPaneState.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTabbedPaneState.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTabbedPaneState.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTabbedPaneState.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import javax.swing.*; /** Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTabbedPaneState.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTableState.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTableState.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTableState.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import javax.swing.*; import javax.swing.table.TableColumn; Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JTableState.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JXTableSwingSessionState.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JXTableSwingSessionState.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JXTableSwingSessionState.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.swingx.JXTable; import org.jdesktop.swingx.table.DefaultTableColumnModelExt; import org.jdesktop.swingx.table.TableColumnExt; Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/JXTableSwingSessionState.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/State.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/State.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/State.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * get(save) and set(restore) state of object passed in argument * Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/State.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/SwingSession.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/SwingSession.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/SwingSession.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -2,8 +2,8 @@ * #%L * Graphical Widget * - * $Id: SwingSession.java 300 2010-11-17 21:35:44Z sletellier $ - * $HeadURL: http://svn.nuiton.org/svn/nuiton-widgets/trunk/src/main/java/org/nuiton/widg... $ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2004 - 2010 CodeLutin * %% @@ -68,11 +68,11 @@ * * @author poussin * @author kmorin - * @version $Revision: 300 $ + * @version $Revision$ * @since 2.5.16 * - * Last update: $Date: 2010-11-17 22:35:44 +0100 (mer. 17 nov. 2010) $ - * by : $Author: sletellier $ + * Last update: $Date$ + * by : $Author$ */ public class SwingSession { Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/SwingSession.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/WindowState.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/WindowState.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/WindowState.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,5 +1,29 @@ package jaxx.runtime.swing.session; +/* + * #%L + * JAXX :: Runtime + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import javax.swing.*; import java.awt.*; Property changes on: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/session/WindowState.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanFilterableComboBoxHandler.java =================================================================== --- trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanFilterableComboBoxHandler.java 2013-04-07 10:03:11 UTC (rev 2649) +++ trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/BeanFilterableComboBoxHandler.java 2013-04-07 10:33:20 UTC (rev 2650) @@ -1,23 +1,23 @@ /* * #%L * JAXX :: Widgets - * + * * * $Id$ * $HeadURL$ * %% * Copyright (C) 2008 - 2010 CodeLutin * %% * 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%