Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2991
Modified Files:
Tool.java
Log Message:
added a constant for the hole tool
Index: Tool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/Tool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Tool.java 10 Aug 2005 12:42:46 -0000 1.3
--- Tool.java 30 Aug 2005 12:53:21 -0000 1.4
***************
*** 24,28 ****
/** The debug tool */
public static final int DEBUG_TOOL = 4;
!
!
}
--- 24,28 ----
/** The debug tool */
public static final int DEBUG_TOOL = 4;
! /** The hole tool */
! public static final int HOLE_TOOL = 5;
}
|