|
From: David C. <dc...@us...> - 2005-10-09 22:13:03
|
Update of /cvsroot/rubyeclipse/org.epic.regexp/src/org/epic/regexp/views In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21630/src/org/epic/regexp/views Modified Files: RegExpView.java Log Message: Upgraded to JRuby head. More work on Updating the Symbol Index for class names. Index: RegExpView.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.epic.regexp/src/org/epic/regexp/views/RegExpView.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RegExpView.java 2 Mar 2005 01:55:09 -0000 1.3 --- RegExpView.java 9 Oct 2005 22:12:57 -0000 1.4 *************** *** 44,49 **** class DebugInfo { - private RE re; - private List subexpressions = new ArrayList(); --- 44,47 ---- *************** *** 212,217 **** private int debugPosition = 0; - private static final String SHORTCUTS_RESOURCE_BUNDLE = "org.epic.regexp.shortcuts"; - /** * The constructor. --- 210,213 ---- |