|
From: David C. <dc...@us...> - 2006-05-13 19:52:23
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5993/src/org/rubypeople/rdt/internal/ui/wizards Modified Files: RubyNewClassWizardPage.java Log Message: Change the launch for tests and applciations to obey Run/Debug launching preferences. Index: RubyNewClassWizardPage.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/wizards/RubyNewClassWizardPage.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RubyNewClassWizardPage.java 13 Apr 2006 23:00:38 -0000 1.2 --- RubyNewClassWizardPage.java 13 May 2006 19:52:20 -0000 1.3 *************** *** 1,6 **** package org.rubypeople.rdt.internal.ui.wizards; - import java.util.StringTokenizer; - import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IResource; --- 1,4 ---- |