Index: vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java diff -c vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java:1.9.2.1 vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java:1.11 *** vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java:1.9.2.1 Fri Mar 21 09:16:06 2003 --- vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsCommit.java Fri Apr 18 06:18:40 2003 *************** *** 41,47 **** */ public class CvsCommit extends Object implements VcsAdditionalCommand { ! private static final String WIN_CAT_NAME = "wincat"; private static final String WIN_CAT_EXT = "bat"; private static final String WIN_CAT_FOLDER = "vcs"; private static final String WIN_CAT_CONTENT = "@echo off\ntype %1\n"; --- 41,47 ---- */ public class CvsCommit extends Object implements VcsAdditionalCommand { ! private static final String WIN_CAT_NAME = ".nbcicat"; private static final String WIN_CAT_EXT = "bat"; private static final String WIN_CAT_FOLDER = "vcs"; private static final String WIN_CAT_CONTENT = "@echo off\ntype %1\n"; Index: vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin.xml diff -c vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin.xml:1.30.4.5 vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin.xml:1.36 *** vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin.xml:1.30.4.5 Wed Apr 16 06:52:59 2003 --- vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin.xml Fri Apr 18 06:18:41 2003 *************** *** 85,91 **** Locally Removed ! "CVS" "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CMD_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_IMPORT_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CO_Options)" --- 85,91 ---- Locally Removed ! "CVS", ".nbcicat.bat" "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CMD_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_IMPORT_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CO_Options)" Index: vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin98.xml diff -c vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin98.xml:1.29.4.5 vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin98.xml:1.35 *** vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin98.xml:1.29.4.5 Wed Apr 16 06:53:00 2003 --- vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvsWin98.xml Fri Apr 18 06:18:41 2003 *************** *** 90,96 **** "DESCRIPTION" ! "CVS" "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CMD_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_IMPORT_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CO_Options)" --- 90,96 ---- "DESCRIPTION" ! "CVS", ".nbcicat.bat" "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CMD_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_IMPORT_Options)", "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(CVS_CO_Options)"