Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27329/tool
Modified Files:
Tool.java
Log Message:
just for the beauty of it
Index: Tool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/Tool.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Tool.java 9 Sep 2005 12:32:26 -0000 1.6
--- Tool.java 14 Sep 2005 14:10:43 -0000 1.7
***************
*** 19,27 ****
public static final int SELECT_TOOL = 0;
/** The move tool */
! public static final int MOVE_TOOL = 2;
/** The extrude tool */
! public static final int EXTRUSION_TOOL = 3;
! /** The pencil tool */
! public static final int PENCIL_TOOL = 4;
/**
--- 19,27 ----
public static final int SELECT_TOOL = 0;
/** The move tool */
! public static final int MOVE_TOOL = 1;
/** The extrude tool */
! public static final int EXTRUSION_TOOL = 2;
! /** The debug tool */
! public static final int PENCIL_TOOL = 3;
/**
|