Author: guixl
Date: Tue May 18 14:25:06 2010
New Revision: 945671

URL: http://svn.apache.org/viewvc?rev=945671&view=rev
Log:
refactor project package structure,change org.apache.commons.scxml to 
org.apache.commons.scxml.modeling

Added:
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/
      - copied from r945191, 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/presentation/
Removed:
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/presentation/
Modified:
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/.project
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/META-INF/MANIFEST.MF
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/plugin.xml
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlActionBarContributor.java
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditor.java
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditorPlugin.java
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlModelWizard.java

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/.project
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/.project?rev=945671&r1=945670&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/.project
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/.project
 Tue May 18 14:25:06 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-       <name>org.apache.commons.scxml.editor</name>
+       <name>org.apache.commons.scxml.modeling.editor</name>
        <comment></comment>
        <projects>
        </projects>

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/META-INF/MANIFEST.MF?rev=945671&r1=945670&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/META-INF/MANIFEST.MF
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/META-INF/MANIFEST.MF
 Tue May 18 14:25:06 2010
@@ -1,16 +1,16 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
-Bundle-SymbolicName: org.apache.commons.scxml.editor;singleton:=true
+Bundle-SymbolicName: org.apache.commons.scxml.modeling.editor;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-ClassPath: .
-Bundle-Activator: 
org.apache.commons.scxml.presentation.ScxmlEditorPlugin$Implementation
+Bundle-Activator: 
org.apache.commons.scxml.modeling.presentation.ScxmlEditorPlugin$Implementation
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Export-Package: org.apache.commons.scxml.presentation
+Export-Package: org.apache.commons.scxml.modeling.presentation
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources;visibility:=reexport,
- org.apache.commons.scxml.edit;visibility:=reexport,
+ org.apache.commons.scxml.modeling.edit;visibility:=reexport,
  org.eclipse.emf.ecore.xmi;visibility:=reexport,
  org.eclipse.emf.edit.ui;visibility:=reexport,
  org.eclipse.ui.ide;visibility:=reexport

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/plugin.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/plugin.xml?rev=945671&r1=945670&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/plugin.xml
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/plugin.xml
 Tue May 18 14:25:06 2010
@@ -30,7 +30,7 @@
       <wizard
             id="org.apache.commons.scxml.presentation.ScxmlModelWizardID"
             name="%_UI_ScxmlModelWizard_label"
-            class="org.apache.commons.scxml.presentation.ScxmlModelWizard"
+            
class="org.apache.commons.scxml.modeling.presentation.ScxmlModelWizard"
             category="org.eclipse.emf.ecore.Wizard.category.ID"
             icon="icons/full/obj16/ScxmlModelFile.gif">
          <description>%_UI_ScxmlModelWizard_description</description>
@@ -44,8 +44,8 @@
             name="%_UI_ScxmlEditor_label"
             icon="icons/full/obj16/ScxmlModelFile.gif"
             extensions="scxml"
-            class="org.apache.commons.scxml.presentation.ScxmlEditor"
-            
contributorClass="org.apache.commons.scxml.presentation.ScxmlActionBarContributor">
+            class="org.apache.commons.scxml.modeling.presentation.ScxmlEditor"
+            
contributorClass="org.apache.commons.scxml.modeling.presentation.ScxmlActionBarContributor">
       </editor>
    </extension>
 

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlActionBarContributor.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlActionBarContributor.java?rev=945671&r1=945191&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlActionBarContributor.java
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlActionBarContributor.java
 Tue May 18 14:25:06 2010
@@ -17,7 +17,7 @@
  *
  * $Id$
  */
-package org.apache.commons.scxml.presentation;
+package org.apache.commons.scxml.modeling.presentation;
 
 import java.util.ArrayList;
 import java.util.Collection;

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditor.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditor.java?rev=945671&r1=945191&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditor.java
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditor.java
 Tue May 18 14:25:06 2010
@@ -17,7 +17,7 @@
  *
  * $Id$
  */
-package org.apache.commons.scxml.presentation;
+package org.apache.commons.scxml.modeling.presentation;
 
 
 import java.io.IOException;
@@ -170,7 +170,7 @@ import org.eclipse.emf.edit.ui.util.Edit
 
 import org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage;
 
-import org.apache.commons.scxml.provider.ScxmlItemProviderAdapterFactory;
+import 
org.apache.commons.scxml.modeling.provider.ScxmlItemProviderAdapterFactory;
 
 import org.eclipse.ui.actions.WorkspaceModifyOperation;
 

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditorPlugin.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditorPlugin.java?rev=945671&r1=945191&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditorPlugin.java
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlEditorPlugin.java
 Tue May 18 14:25:06 2010
@@ -17,7 +17,7 @@
  *
  * $Id$
  */
-package org.apache.commons.scxml.presentation;
+package org.apache.commons.scxml.modeling.presentation;
 
 import org.eclipse.emf.common.EMFPlugin;
 

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlModelWizard.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlModelWizard.java?rev=945671&r1=945191&r2=945671&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlModelWizard.java
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.editor/src/org/apache/commons/scxml/modeling/presentation/ScxmlModelWizard.java
 Tue May 18 14:25:06 2010
@@ -17,7 +17,7 @@
  *
  * $Id$
  */
-package org.apache.commons.scxml.presentation;
+package org.apache.commons.scxml.modeling.presentation;
 
 
 import java.util.ArrayList;
@@ -85,9 +85,9 @@ import org.eclipse.ui.dialogs.WizardNewF
 import org.eclipse.ui.part.FileEditorInput;
 import org.eclipse.ui.part.ISetSelectionTarget;
 
-import org.apache.commons.scxml.ScxmlFactory;
-import org.apache.commons.scxml.ScxmlPackage;
-import org.apache.commons.scxml.provider.ScxmlEditPlugin;
+import org.apache.commons.scxml.modeling.ScxmlFactory;
+import org.apache.commons.scxml.modeling.ScxmlPackage;
+import org.apache.commons.scxml.modeling.provider.ScxmlEditPlugin;
 
 
 import org.eclipse.core.runtime.Path;


Reply via email to