Author: tchemit Date: 2008-04-13 15:51:29 +0000 (Sun, 13 Apr 2008) New Revision: 502 Added: trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/provider/ trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/provider/CVSProvider.java Removed: trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/CVSProvider.java Modified: trunk/lutinvcs/provider/cvs/src/main/resources/META-INF/services/org.codelutin.vcs.VCSProvider Log: package provider Deleted: trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/CVSProvider.java =================================================================== --- trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/CVSProvider.java 2008-04-13 15:50:40 UTC (rev 501) +++ trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/CVSProvider.java 2008-04-13 15:51:29 UTC (rev 502) @@ -1,28 +0,0 @@ -/** - * ##% Copyright (C) 2008 Code Lutin, Tony Chemit - * 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 org.codelutin.vcs; - -import org.codelutin.vcs.impl.cvs.CVSConnexion; -import org.codelutin.vcs.impl.cvs.CVSHandler; -import org.codelutin.vcs.util.AbstractVCSProvider; - -/** @author chemit */ -public class CVSProvider extends AbstractVCSProvider<CVSConnexion, CVSHandler> { - - public CVSProvider() { - super("CVS", CVSHandler.class, CVSConnexion.class); - } - -} \ No newline at end of file Copied: trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/provider/CVSProvider.java (from rev 495, trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/CVSProvider.java) =================================================================== --- trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/provider/CVSProvider.java (rev 0) +++ trunk/lutinvcs/provider/cvs/src/main/java/org/codelutin/vcs/provider/CVSProvider.java 2008-04-13 15:51:29 UTC (rev 502) @@ -0,0 +1,28 @@ +/** + * ##% Copyright (C) 2008 Code Lutin, Tony Chemit + * 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 org.codelutin.vcs.provider; + +import org.codelutin.vcs.impl.cvs.CVSConnexion; +import org.codelutin.vcs.impl.cvs.CVSHandler; +import org.codelutin.vcs.util.AbstractVCSProvider; + +/** @author chemit */ +public class CVSProvider extends AbstractVCSProvider<CVSConnexion, CVSHandler> { + + public CVSProvider() { + super("CVS", CVSHandler.class, CVSConnexion.class); + } + +} \ No newline at end of file Modified: trunk/lutinvcs/provider/cvs/src/main/resources/META-INF/services/org.codelutin.vcs.VCSProvider =================================================================== --- trunk/lutinvcs/provider/cvs/src/main/resources/META-INF/services/org.codelutin.vcs.VCSProvider 2008-04-13 15:50:40 UTC (rev 501) +++ trunk/lutinvcs/provider/cvs/src/main/resources/META-INF/services/org.codelutin.vcs.VCSProvider 2008-04-13 15:51:29 UTC (rev 502) @@ -1 +1 @@ -org.codelutin.vcs.CVSProvider \ No newline at end of file +org.codelutin.vcs.provider.CVSProvider \ No newline at end of file