|
From: Zach D. <zd...@us...> - 2005-07-12 00:03:27
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11409/src/org/rubypeople/rdt/core Modified Files: IRubyElement.java Log Message: Changes to fix rdt bug 959808. Index: IRubyElement.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/IRubyElement.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** IRubyElement.java 11 Mar 2005 01:59:05 -0000 1.4 --- IRubyElement.java 12 Jul 2005 00:03:09 -0000 1.5 *************** *** 47,50 **** --- 47,51 ---- public static final int FIELD = 13; public static final int IMPORT_CONTAINER = 14; + public static final int SINGLETON_METHOD = 15; /** |