Mail Archive Home | fractal-commits List | January 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Wednesday, January 17, 2007 @ 18:07:46
Author: pessemier
Path: /cvsroot/fractal/fraclet/fraclet-annotation
Added: externals/spoon/spoon20070117.jar
Modified: examples/common/etc/build.properties spoon.xml
Removed: externals/spoon/spoon.jar
Update Spoon lib: should remove warning about the JavaOutputProcessor
--------------------------------------+
examples/common/etc/build.properties | 2 +-
externals/spoon/spoon.jar | <<Binary file>>
externals/spoon/spoon20070117.jar | <<Binary file>>
spoon.xml | 21 ++++++++++-----------
4 files changed, 13 insertions(+), 12 deletions(-)
Index: fraclet/fraclet-annotation/examples/common/etc/build.properties
diff -u fraclet/fraclet-annotation/examples/common/etc/build.properties:1.9
fraclet/fraclet-annotation/examples/common/etc/build.properties:1.10
--- fraclet/fraclet-annotation/examples/common/etc/build.properties:1.9 Tue
Jan 16 17:29:51 2007
+++ fraclet/fraclet-annotation/examples/common/etc/build.properties Wed
Jan 17 18:07:46 2007
@@ -26,4 +26,4 @@
# See http://fractal.objectweb.org
spoon.dir ../../lib/
-spoon.path
../../externals/spoon/spoon.jar:../../externals/spoon/aval-0.7-spoonlet.jar:../../externals/spoon/javac.jar:../../externals/spoon/JSAP-2.1.jar:../../externals/spoon/org.eclipse.jdt.core_3.3.0.v_708.jar:../../externals/spoon/java-getopt-1.0.8.jar
\ No newline at end of file
+spoon.path
../../externals/spoon/spoon20070117.jar:../../externals/spoon/aval-0.7-spoonlet.jar:../../externals/spoon/javac.jar:../../externals/spoon/JSAP-2.1.jar:../../externals/spoon/org.eclipse.jdt.core_3.3.0.v_708.jar:../../externals/spoon/java-getopt-1.0.8.jar
\ No newline at end of file
Index: fraclet/fraclet-annotation/externals/spoon/spoon.jar
<<Binary file>>
Index: fraclet/fraclet-annotation/externals/spoon/spoon20070117.jar
<<Binary file>>
Index: fraclet/fraclet-annotation/spoon.xml
diff -u fraclet/fraclet-annotation/spoon.xml:1.4
fraclet/fraclet-annotation/spoon.xml:1.5
--- fraclet/fraclet-annotation/spoon.xml:1.4 Tue Jan 16 21:58:52 2007
+++ fraclet/fraclet-annotation/spoon.xml Wed Jan 17 18:07:46 2007
@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<spoon>
- <processor active="true" name="External Annotation Validator"
- class="spoon.aval.processing.DummyPreProcessor"
- doc="Preprocessor for the validation of annotations for which
no source code is provided">
- <property name="packs">
- <value>dummy</value>
- </property>
- </processor>
- <processor active="true" name="AVal processor"
+
+ <processor active="false" name="AVal processor"
class="spoon.aval.processing.AValProcessor"
doc="Main validation processor">
<property name = "stopOnErrors" value="true"/>
@@ -16,6 +10,14 @@
<processor name="ComponentProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.FractalComponentProcessor"
active="true" doc="Process the FractalComponent annotation">
+ <property name="generatorClasses">
+ <value>LicenceGenerator.class</value>
+ <value>DefinitionGenerator.class</value>
+ <value>RequiresGenerator.class</value>
+ <value>ProvidesGenerator.class</value>
+ <value>ContentGenerator.class</value>
+ <value>AttributeGenerator.class</value>
+ </property>
</processor>
<processor name="AttributeProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.AttributeProcessor"
@@ -33,9 +35,6 @@
<processor name="ServiceProcessor"
class="org.objectweb.fractal.fraclet.annotation.processor.ServiceProcessor"
active="true" doc="Process the Service annotation" />
- <processor name="LifeCycleProcessor"
-
class="org.objectweb.fractal.fraclet.annotation.processor.LifeCycleProcessor"
- active="true" doc="Process the LifeCycle annotation" />
<template
folder="org/objectweb/fractal/fraclet/annotation/generator/template" />
</spoon>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.