Changeset 135
- Timestamp:
- 10/14/02 16:30:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/CommandTable.java
r127 r135 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: CommandTable.java,v 1. 3 2002-10-13 17:11:51piso Exp $5 * $Id: CommandTable.java,v 1.4 2002-10-14 16:30:19 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 298 298 addCommand("p4", "P4"); 299 299 addCommand("p4Add", "P4", "add"); 300 addCommand("p4Change", "P4", "change"); 300 301 addCommand("p4Diff", "P4", "diff"); 301 302 addCommand("p4DiffDir", "P4", "diffDir");
Note: See TracChangeset
for help on using the changeset viewer.