Mail Archive Home | fractal-commits List | November 2006 Index
| <-- Date Index | <-- Thread Index --> |
Date: Thursday, November 30, 2006 @ 14:11:44
Author: rouvoy
Path: .../fractal/fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet
Modified: AttributeControllerPlugin.vm
* Removing useless import of AttributeController class (Thanks to Guillaume
Waignier for submitting this correction).
------------------------------+
AttributeControllerPlugin.vm | 94 ++++++++++++++++++++---------------------
1 files changed, 46 insertions(+), 48 deletions(-)
Index:
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/AttributeControllerPlugin.vm
diff -u
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/AttributeControllerPlugin.vm:1.2
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/AttributeControllerPlugin.vm:1.3
---
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/AttributeControllerPlugin.vm:1.2
Wed Oct 4 19:14:23 2006
+++
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/AttributeControllerPlugin.vm
Thu Nov 30 14:11:44 2006
@@ -1,49 +1,47 @@
-/*==============================================================================
-Fractal XDoclet Plugin - Copyright (C) 2002-2006 INRIA Futurs / LIFL
-Fractal Component Model (contact: fractal@xxxxxxxxxxxxx)
-
-This library is free software; you can redistribute it and/or modify it
under
-the terms of the GNU Lesser General Public License as published by the Free
-Software Foundation; either version 2.1 of the License, or any later version.
-
-This library is distributed in the hope that it will be useful, but WITHOUT
ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A
-PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
-
-You should have received a copy of the GNU Lesser General Public License
along
-with this library; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-Initial developer(s): Romain Rouvoy (romain.rouvoy@xxxxxxx)
-Contributor(s): .
---------------------------------------------------------------------------------
-$Id: AttributeControllerPlugin.vm,v 1.2 2006/10/04 17:14:23 rouvoy Exp $
-==============================================================================*/
-#set( $class = $metadata )
-#if( $plugin.hasPackage($class) )
-package $plugin.componentPackage($class) ;
-#end
-
-import org.objectweb.fractal.api.control.AttributeController;
-
-/**
- * $dontedit
- * Definition of the $class.name attribute controller.
- */
-public interface $plugin.attributeControllerName($class) extends
$plugin.superAttributeController($class) {
-#foreach ( $field in $plugin.attributes($class,false) )
-#set( $name = $plugin.attributeMethod($field) )
-
- /**
- * Setter for the $name attribute.
- * @param value value for the $name attribute.
- */
- void set$name($field.type value);
-
- /**
- * Getter for the $name attribute.
- * @return value of the $name attribute.
- */
- $field.type get$name();
-#end
+/*==============================================================================
+Fractal XDoclet Plugin - Copyright (C) 2002-2006 INRIA Futurs / LIFL
+Fractal Component Model (contact: fractal@xxxxxxxxxxxxx)
+
+This library is free software; you can redistribute it and/or modify it
under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation; either version 2.1 of the License, or any later version.
+
+This library is distributed in the hope that it will be useful, but WITHOUT
ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A
+PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
+
+You should have received a copy of the GNU Lesser General Public License
along
+with this library; if not, write to the Free Software Foundation, Inc.,
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+Initial developer(s): Romain Rouvoy (romain.rouvoy@xxxxxxx)
+Contributor(s): .
+--------------------------------------------------------------------------------
+$Id: AttributeControllerPlugin.vm,v 1.3 2006/11/30 13:11:44 rouvoy Exp $
+==============================================================================*/
+#set( $class = $metadata )
+#if( $plugin.hasPackage($class) )
+package $plugin.componentPackage($class) ;
+#end
+
+/**
+ * $dontedit
+ * Definition of the $class.name attribute controller.
+ */
+public interface $plugin.attributeControllerName($class) extends
$plugin.superAttributeController($class) {
+#foreach ( $field in $plugin.attributes($class,false) )
+#set( $name = $plugin.attributeMethod($field) )
+
+ /**
+ * Setter for the $name attribute.
+ * @param value value for the $name attribute.
+ */
+ void set$name($field.type value);
+
+ /**
+ * Getter for the $name attribute.
+ * @return value of the $name attribute.
+ */
+ $field.type get$name();
+#end
}
\ No newline at end of file
| <-- Date Index | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.