Mail Archive Home | fractal-commits List | December 2006 Index
| <-- Date Index | <-- Thread Index --> |
Date: Thursday, December 28, 2006 @ 13:38:20
Author: seintur
Path: /cvsroot/fractal/julia/src/org/objectweb/fractal/juliak/membrane
Modified: ParametricPrimitiveTemplate.fractal
Use the definition of the membrane controller factorized in Root.fractal.
-------------------------------------+
ParametricPrimitiveTemplate.fractal | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
Index:
julia/src/org/objectweb/fractal/juliak/membrane/ParametricPrimitiveTemplate.fractal
diff -u
julia/src/org/objectweb/fractal/juliak/membrane/ParametricPrimitiveTemplate.fractal:1.4
julia/src/org/objectweb/fractal/juliak/membrane/ParametricPrimitiveTemplate.fractal:1.5
---
julia/src/org/objectweb/fractal/juliak/membrane/ParametricPrimitiveTemplate.fractal:1.4
Sat Dec 16 20:43:32 2006
+++
julia/src/org/objectweb/fractal/juliak/membrane/ParametricPrimitiveTemplate.fractal
Thu Dec 28 13:38:20 2006
@@ -26,7 +26,7 @@
<definition
name="org.objectweb.fractal.juliak.membrane.ParametricPrimitiveTemplate"
-
extends="org.objectweb.fractal.juliak.control.attribute.AttributeControllerType,org.objectweb.fractal.juliak.control.factory.FactoryControllerType,org.objectweb.fractal.juliak.control.binding.BindingControllerType,org.objectweb.fractal.juliak.control.component.ComponentControllerType,org.objectweb.fractal.juliak.control.name.NameControllerType,org.objectweb.fractal.juliak.control.content.SuperControllerType,org.objectweb.fractal.juliak.control.membrane.MembraneControllerType"
>
+
extends="org.objectweb.fractal.juliak.control.attribute.AttributeControllerType,org.objectweb.fractal.juliak.control.factory.FactoryControllerType,org.objectweb.fractal.juliak.control.binding.BindingControllerType,org.objectweb.fractal.juliak.control.component.ComponentControllerType,org.objectweb.fractal.juliak.control.name.NameControllerType,org.objectweb.fractal.juliak.control.content.SuperControllerType,org.objectweb.fractal.juliak.membrane.Root"
>
<component name="Comp"
definition="org.objectweb.fractal.juliak.control.component.ComponentController"
/>
@@ -46,9 +46,6 @@
<component name="FC"
definition="org.objectweb.fractal.juliak.control.factory.FactoryController" />
- <component name="MC"
-
definition="org.objectweb.fractal.juliak.control.membrane.MembraneController"
/>
-
<binding client="this.//component" server="Comp.//component" />
<binding client="this.///cloneable-attribute-controller"
server="AC.///cloneable-attribute-controller" />
<binding client="this.//name-controller"
server="NC.//name-controller" />
@@ -56,7 +53,6 @@
<binding client="this.//super-controller"
server="SC.//super-controller" />
<binding client="this.//factory" server="FC.//factory" />
<binding client="this.///template" server="FC.///template" />
- <binding client="this.///membrane-controller"
server="MC.///membrane-controller" />
<binding client="AC.//component" server="Comp.//component" />
<binding client="BC.//component" server="Comp.//component" />
| <-- Date Index | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.