Mail Archive Home | fractal-commits List | November 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Wednesday, November 29, 2006 @ 09:01:42
Author: rouvoy
Path: /cvsroot/fractal/fraclet/fraclet-xdoc
Modified: build.properties
src/org/objectweb/fractal/fraclet/FractalPlugin.java
* Adding a new annotation @legacy to support the integration of legacy
components.
* Improving the generators reliability
------------------------------------------------------+
build.properties | 90 ++++++++---------
src/org/objectweb/fractal/fraclet/FractalPlugin.java | 6 -
2 files changed, 48 insertions(+), 48 deletions(-)
Index: fraclet/fraclet-xdoc/build.properties
diff -u fraclet/fraclet-xdoc/build.properties:1.6
fraclet/fraclet-xdoc/build.properties:1.7
--- fraclet/fraclet-xdoc/build.properties:1.6 Wed Oct 4 19:25:55 2006
+++ fraclet/fraclet-xdoc/build.properties Wed Nov 29 09:01:41 2006
@@ -1,45 +1,45 @@
-###############################################################################
-# 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 of the License, or (at your option) 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
-###############################################################################
-
-# Some information about the product
-
-product.name fraclet-xdoc
-product.version 2.1
-
-###############################################################################
-# BUILD
-###############################################################################
-
-# Wich compiler do you want to use ?
-
-# build.compiler jikes
-
-# Build class path (classes needed to build the project)
-# Class path for the ObjectWeb utility Ant tasks (OWANTTASK_1_1)
-# See http://forge.objectweb.org/projects/monolog
-
-# objectweb.ant.tasks.path ow_util_ant_tasks.jar
-
-###############################################################################
-# DOCUMENTATION
-###############################################################################
-
-# URLs of external Javadocs
-
-fractal.url http://www.objectweb.org/fractal/current/doc/javadoc/fractal/
-jdk.url http://java.sun.com/j2se/1.3/docs/api/
-generama.url http://xdoclet.sourceforge.net/generama/apidocs/
-qdox.url http://qdox.codehaus.org/apidocs/
+###############################################################################
+# 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 of the License, or (at your option) 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
+###############################################################################
+
+# Some information about the product
+
+product.name fraclet-xdoc
+product.version 2.2
+
+###############################################################################
+# BUILD
+###############################################################################
+
+# Wich compiler do you want to use ?
+
+# build.compiler jikes
+
+# Build class path (classes needed to build the project)
+# Class path for the ObjectWeb utility Ant tasks (OWANTTASK_1_1)
+# See http://forge.objectweb.org/projects/monolog
+
+# objectweb.ant.tasks.path ow_util_ant_tasks.jar
+
+###############################################################################
+# DOCUMENTATION
+###############################################################################
+
+# URLs of external Javadocs
+
+fractal.url http://www.objectweb.org/fractal/current/doc/javadoc/fractal/
+jdk.url http://java.sun.com/j2se/1.3/docs/api/
+generama.url http://xdoclet.sourceforge.net/generama/apidocs/
+qdox.url http://qdox.codehaus.org/apidocs/
Index:
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/FractalPlugin.java
diff -u
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/FractalPlugin.java:1.13
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/FractalPlugin.java:1.14
---
fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/FractalPlugin.java:1.13
Tue Nov 28 11:05:39 2006
+++ fraclet/fraclet-xdoc/src/org/objectweb/fractal/fraclet/FractalPlugin.java
Wed Nov 29 09:01:41 2006
@@ -18,7 +18,7 @@
* Initial developer(s): Romain Rouvoy (romain.rouvoy@xxxxxxx)
* Contributor(s): .
*
-----------------------------------------------------------------------------
- * $Id: FractalPlugin.java,v 1.13 2006/11/28 10:05:39 rouvoy Exp $
+ * $Id: FractalPlugin.java,v 1.14 2006/11/29 08:01:41 rouvoy Exp $
*
=============================================================================
*/
package org.objectweb.fractal.fraclet;
@@ -57,7 +57,7 @@
/**
* Abstract Fractal plugin supporting Jelly and Velocity as template engines.
* @author <a href="mailto:Romain.Rouvoy@xxxxxxx">Romain Rouvoy</a>
- * @version $Revision: 1.13 $
+ * @version $Revision: 1.14 $
*/
public abstract class FractalPlugin extends Plugin {
/** Fractal control interface package exluded by the generation engine.
*/
@@ -255,7 +255,7 @@
if (isInterface(itfs[i])) list.add(itfs[i]);
JavaClass sup = cls.getSuperJavaClass();
Collection legacy = listLegacySignatures(cls,true);
- if ((sup != null) && isComponent(sup) && !isLegacy(cls, legacy))
+ if ((sup != null) && isComponent(sup) && !isLegacy(sup, legacy))
list.add(sup);
return (JavaClass[]) list.toArray(new JavaClass[list.size()]);
}
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.