Author: tchemit Date: 2008-02-04 19:07:33 +0000 (Mon, 04 Feb 2008) New Revision: 659 Removed: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/GroupsAction.java trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/UsersAction.java Modified: trunk/simexplorer-is-swing/src/resources/actions.properties Log: supression module admin (users, groups) Deleted: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/GroupsAction.java =================================================================== --- trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/GroupsAction.java 2008-02-04 19:04:56 UTC (rev 658) +++ trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/GroupsAction.java 2008-02-04 19:07:33 UTC (rev 659) @@ -1,47 +0,0 @@ -/* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Code Lutin, -* Tony Chemit, Gabriel Landais -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* 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. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -* ##% */ -package fr.cemagref.simexplorer.is.ui.swing.actions; - -import fr.cemagref.simexplorer.is.ui.swing.actions.util.SimExplorerAbstractAction; - -/** - * Action pour afficher la page de gestion des groupes d'utilisateurs - * - * @author chemit - */ - at jaxx.runtime.builder.ActionConfig( - actionCommand = "groups", - //container = SimExplorerUI.class, - name = "simexplorer.action.groups", - shortDescription = "simexplorer.action.groups.tooltip", - longDescription = "simexplorer.action.groups.help", - //smallIcon = "action/groups.png", - smallIcon = "action/groups.png", - mnemonic = 'G', - hideActionText = false -) -public class GroupsAction extends SimExplorerAbstractAction { - - private static final long serialVersionUID = 42756519520713299L; - - public GroupsAction(String name) { - super(name); - } - -} \ No newline at end of file Deleted: trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/UsersAction.java =================================================================== --- trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/UsersAction.java 2008-02-04 19:04:56 UTC (rev 658) +++ trunk/simexplorer-is-swing/src/java/fr/cemagref/simexplorer/is/ui/swing/actions/UsersAction.java 2008-02-04 19:07:33 UTC (rev 659) @@ -1,45 +0,0 @@ -/* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Code Lutin, -* Tony Chemit, Gabriel Landais -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* 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. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -* ##% */ -package fr.cemagref.simexplorer.is.ui.swing.actions; - -import fr.cemagref.simexplorer.is.ui.swing.actions.util.SimExplorerAbstractAction; - -/** - * Action pour voir la gestion des utilisateurs - * - * @author chemit - */ - at jaxx.runtime.builder.ActionConfig( - actionCommand = "users", - name = "simexplorer.action.users", - shortDescription = "simexplorer.action.users.tooltip", - longDescription = "simexplorer.action.users.help", - smallIcon = "action/users.png", - mnemonic = 'U', - hideActionText = false -) -public class UsersAction extends SimExplorerAbstractAction { - - private static final long serialVersionUID = -8183522709906575547L; - - public UsersAction(String name) { - super(name); - } - -} \ No newline at end of file Modified: trunk/simexplorer-is-swing/src/resources/actions.properties =================================================================== --- trunk/simexplorer-is-swing/src/resources/actions.properties 2008-02-04 19:04:56 UTC (rev 658) +++ trunk/simexplorer-is-swing/src/resources/actions.properties 2008-02-04 19:07:33 UTC (rev 659) @@ -42,9 +42,6 @@ action.importApplication=fr.cemagref.simexplorer.is.ui.swing.actions.ImportApplicationAction action.launchSynchronize=fr.cemagref.simexplorer.is.ui.swing.actions.LaunchSynchronizeAction -action.groups=fr.cemagref.simexplorer.is.ui.swing.actions.GroupsAction -action.users=fr.cemagref.simexplorer.is.ui.swing.actions.UsersAction - action.site=fr.cemagref.simexplorer.is.ui.swing.actions.SiteAction action.help=fr.cemagref.simexplorer.is.ui.swing.actions.HelpAction action.about=fr.cemagref.simexplorer.is.ui.swing.actions.AboutAction \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org