woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu SwitchToApiEditorActionDelegate.java,1.2,1.3 SwitchToPreviewActionDelegate.java,1.1,1.2 SwitchToWodEditorActionDelegate.java,1.2,1.3 SwitchToHtmlEditorActionDelegate.java,1.2,1.3 SwitchToJavaEditorActionDelegate.java,1.2,1.3 AbstractSwitchToActionDelegate.java,1.1,1.2

[email protected] Wed, 1 Mar 2006 08:45:09 -0800 (PST)
Newsgroups gmane.comp.web.webobjects.woproject.cvs
Message-ID <[email protected]>
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23335/java/org/objectstyle/wolips/componenteditor/editormenu

Modified Files:
	SwitchToApiEditorActionDelegate.java 
	SwitchToPreviewActionDelegate.java 
	SwitchToWodEditorActionDelegate.java 
	SwitchToHtmlEditorActionDelegate.java 
	SwitchToJavaEditorActionDelegate.java 
	AbstractSwitchToActionDelegate.java 
Log Message:
itexteditor stuff

Index: SwitchToApiEditorActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToApiEditorActionDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SwitchToApiEditorActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.2
+++ SwitchToApiEditorActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.3
@@ -44,7 +44,7 @@
 package org.objectstyle.wolips.componenteditor.editormenu;
 
 import org.eclipse.jface.action.IAction;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public class SwitchToApiEditorActionDelegate extends AbstractSwitchToActionDelegate {
 

Index: SwitchToPreviewActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToPreviewActionDelegate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SwitchToPreviewActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.1
+++ SwitchToPreviewActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.2
@@ -44,7 +44,7 @@
 package org.objectstyle.wolips.componenteditor.editormenu;
 
 import org.eclipse.jface.action.IAction;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public class SwitchToPreviewActionDelegate extends AbstractSwitchToActionDelegate {
 

Index: SwitchToWodEditorActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToWodEditorActionDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SwitchToWodEditorActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.2
+++ SwitchToWodEditorActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.3
@@ -44,7 +44,7 @@
 package org.objectstyle.wolips.componenteditor.editormenu;
 
 import org.eclipse.jface.action.IAction;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public class SwitchToWodEditorActionDelegate extends
 		AbstractSwitchToActionDelegate {

Index: SwitchToHtmlEditorActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToHtmlEditorActionDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SwitchToHtmlEditorActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.2
+++ SwitchToHtmlEditorActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.3
@@ -44,7 +44,7 @@
 package org.objectstyle.wolips.componenteditor.editormenu;
 
 import org.eclipse.jface.action.IAction;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public class SwitchToHtmlEditorActionDelegate extends
 		AbstractSwitchToActionDelegate {

Index: SwitchToJavaEditorActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/SwitchToJavaEditorActionDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SwitchToJavaEditorActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.2
+++ SwitchToJavaEditorActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.3
@@ -44,7 +44,7 @@
 package org.objectstyle.wolips.componenteditor.editormenu;
 
 import org.eclipse.jface.action.IAction;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public class SwitchToJavaEditorActionDelegate extends
 		AbstractSwitchToActionDelegate {

Index: AbstractSwitchToActionDelegate.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/editormenu/AbstractSwitchToActionDelegate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- AbstractSwitchToActionDelegate.java	26 Jan 2006 08:13:36 -0000	1.1
+++ AbstractSwitchToActionDelegate.java	1 Mar 2006 16:43:43 -0000	1.2
@@ -47,7 +47,7 @@
 import org.eclipse.jface.viewers.ISelection;
 import org.eclipse.ui.IEditorActionDelegate;
 import org.eclipse.ui.IEditorPart;
-import org.objectstyle.wolips.componenteditor.editor.ComponentEditor;
+import org.objectstyle.wolips.componenteditor.part.ComponentEditor;
 
 public abstract class AbstractSwitchToActionDelegate implements
 		IEditorActionDelegate {



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642