ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Update project template to do not use removed container nodes #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a new Spray project the create style, shape and spray file 
contains example definitions in comments that are not valid anymore:

// Add class mappings here. Refer to EClasses here. Don't forget to configure a
// dependency to the plugin defining the EMF metamodel in META-INF/MANIFEST.MF.
// It is required to have a genmodel for the metamodel. If the Ecore model lies 
in
// a workspace project, this project must have the Xtext nature.
//
// Example class mapping:
//   class BusinessClass icon "ecore/EClass.gif":
//     container  ( fill=yellow ) 
//     {
//       text ( )  { "<<"+eClass.name+">> " + name};
//       line ( color=black width=2)
//     }
//     behavior {
//       // Enable create feature for this class and add it to the palette 
"Shapes"
//       create into types palette "Shapes";
//     }
//
// Example association mapping:
//   class Association icon "connection16.gif"
//     connection ( ) {
//       from source;
//       to target;
//       fromText "source " + source.name
//     }

Original issue reported on code.google.com by de.abg.r...@gmail.com on 23 Dec 2012 at 9:13

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 4bfc43180e1a.

Original comment by de.abg.r...@gmail.com on 28 Dec 2012 at 9:53