woproject/projects/wolips/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching TPTPWOLocalJavaApplicationTabGroup.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.web.webobjects.woproject.cvs
Message-ID <[email protected]>
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18837/java/org/objectstyle/wolips/tptp/launching

Modified Files:
	TPTPWOLocalJavaApplicationTabGroup.java 
Log Message:
wo tabs

Index: TPTPWOLocalJavaApplicationTabGroup.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.tptp.launching/java/org/objectstyle/wolips/tptp/launching/TPTPWOLocalJavaApplicationTabGroup.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TPTPWOLocalJavaApplicationTabGroup.java	5 Nov 2005 16:43:29 -0000	1.2
+++ TPTPWOLocalJavaApplicationTabGroup.java	4 Jan 2006 14:17:06 -0000	1.3
@@ -63,6 +63,7 @@
 import org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup;
 import org.eclipse.debug.ui.CommonTab;
 import org.eclipse.debug.ui.ILaunchConfigurationDialog;
+import org.eclipse.debug.ui.ILaunchConfigurationTab;
 import org.eclipse.debug.ui.ILaunchConfigurationTabGroup;
 import org.eclipse.debug.ui.sourcelookup.SourceLookupTab;
 import org.eclipse.hyades.trace.internal.ui.TraceConstants;
@@ -74,6 +75,8 @@
 import org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab;
 import org.eclipse.jface.preference.IPreferenceStore;
 import org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchConfigurationDelegate;
+import org.objectstyle.wolips.launching.ui.CommonWOArgumentsTab;
+import org.objectstyle.wolips.launching.ui.LogTab;
 
 /**
  * @author uli To change this generated comment edit the template variable
@@ -97,6 +100,8 @@
 		ArrayList tabs = new ArrayList(10);
 		tabs.add(new JavaMainTab());
 		tabs.add(new JavaArgumentsTab());
+		tabs.add(new CommonWOArgumentsTab());
+		tabs.add(new LogTab());
 		tabs.add(new JavaClasspathTab());
 
 		if (isProfilingEnabled) {
@@ -107,7 +112,7 @@
 		tabs.add(new ProfileEnvironmentTab());
 		tabs.add(new CommonTab());
 
-		AbstractLaunchConfigurationTab[] array = new AbstractLaunchConfigurationTab[tabs
+		ILaunchConfigurationTab[] array = new ILaunchConfigurationTab[tabs
 				.size()];
 		tabs.toArray(array);
 		setTabs(array);



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.