Author: guixl
Date: Tue May 18 13:31:58 2010
New Revision: 945644

URL: http://svn.apache.org/viewvc?rev=945644&view=rev
Log:
change model source code generation default package name from 
org.apache.commons.scxml to org.apache.commons.scxml.modeling

Modified:
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.ecore
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.genmodel
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.gmfgen

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.ecore
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.ecore?rev=945644&r1=945643&r2=945644&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.ecore
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.ecore
 Tue May 18 13:31:58 2010
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ecore:EPackage xmi:version="2.0"
     xmlns:xmi="http://www.omg.org/XMI"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"; name="scxml"
+    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"; name="modeling"
     nsURI="org.apache.commons.scxml" nsPrefix="org.apache.commons.scxml">
   <eClassifiers xsi:type="ecore:EClass" name="NamedElement">
     <eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnection" 
upperBound="-1"

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.genmodel
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.genmodel?rev=945644&r1=945643&r2=945644&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.genmodel
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml/model/scxml.genmodel
 Tue May 18 13:31:58 2010
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <genmodel:GenModel xmi:version="2.0"
     xmlns:xmi="http://www.omg.org/XMI"; 
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore";
-    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"; 
copyrightText="Licensed to the Apache Software Foundation (ASF) under one or 
more&#xD;&#xA;contributor license agreements.  See the NOTICE file distributed 
with&#xD;&#xA;this work for additional information regarding copyright 
ownership.&#xD;&#xA;The ASF licenses this file to You under the Apache License, 
Version 2.0&#xD;&#xA;(the &quot;License&quot;); you may not use this file 
except in compliance with&#xD;&#xA;the License.  You may obtain a copy of the 
License at&#xD;&#xA;&#xD;&#xA;   
http://www.apache.org/licenses/LICENSE-2.0&#xD;&#xA;&#xD;&#xA;Unless required 
by applicable law or agreed to in writing, software&#xD;&#xA;distributed under 
the License is distributed on an &quot;AS IS&quot; BASIS,&#xD;&#xA;WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#xD;&#xA;See 
the License for the specific language governing permissions 
and&#xD;&#xA;limitations under the License.&#xD;&#xA;"
-    modelDirectory="/org.apache.commons.scxml/src/" 
modelPluginID="org.apache.commons.scxml"
-    modelName="Scxml" copyrightFields="false" language="">
-  <genPackages prefix="Scxml" basePackage="org.apache.commons" 
disposableProviderFactory="true"
+    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel"; 
modelDirectory="/org.apache.commons.scxml.modeling/src/"
+    modelPluginID="org.apache.commons.scxml.modeling" modelName="Modeling" 
copyrightFields="false">
+  <genPackages prefix="Modeling" basePackage="org.apache.commons.scxml" 
disposableProviderFactory="true"
       ecorePackage="scxml.ecore#/">
     <genClasses ecoreClass="scxml.ecore#//NamedElement">
       <genFeatures property="None" children="true" createChild="true" 
ecoreFeature="ecore:EReference scxml.ecore#//NamedElement/sourceConnection"/>


Reply via email to