[Arakhnę-Dev] [390] * Fixing javadoc tags.

[ Thread Index | Date Index | More arakhne.org/dev Archives ]


Revision: 390
Author:   galland
Date:     2013-03-20 22:08:11 +0100 (Wed, 20 Mar 2013)
Log Message:
-----------
* Fixing javadoc tags.

Modified Paths:
--------------
    trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableSoftReference.java
    trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableWeakReference.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractCollectionTestCase.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractMapTestCase.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractReferencableValueMapTestCase.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftHashSetTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftTreeSetTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueHashMapTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueTreeMapTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakHashSetTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakTreeSetTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueHashMapTest.java
    trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueTreeMapTest.java
    trunk/arakhneVmutils/arakhneVmutils-java/src/main/java/org/arakhne/vmutil/locale/LocaleMessageFormat.java
    trunk/attrs/pom.xml
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Attribute.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeConstants.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeError.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeException.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeImpl.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNameComparator.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNotInitializedException.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeType.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValue.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueComparator.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueImpl.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/InvalidAttributeTypeException.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/NullAttribute.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Timestamp.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeCollection.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeProvider.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractBufferedAttributeProvider.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeEvent.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeListener.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeCollection.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeIterator.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeNameStringComparator.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeProvider.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/BufferedAttributeCollection.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/HeapAttributeCollection.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeCollection.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeProvider.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/NoAttributeFoundException.java
    trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/ROMBasedAttributeCollection.java
    trunk/math/pom.xml
    trunk/math/src/main/java/org/arakhne/afc/math/MathConstants.java
    trunk/math/src/main/java/org/arakhne/afc/math/MathUtil.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractShape2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Circle2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Ellipse2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Point2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Rectangle2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Segment2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Shape2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2fComparator.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Vector2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Point3f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Quaternion.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3f.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3fComparator.java
    trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Vector3f.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Circle2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Point2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Rectangle2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Segment2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Shape2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2iComparator.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Vector2i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Point3i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3i.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3iComparator.java
    trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Vector3i.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Point2D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Point3D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Shape2D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple2D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple3D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector2D.java
    trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector3D.java
    trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix2f.java
    trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix3f.java
    trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix4f.java
    trunk/math/src/main/java/org/arakhne/afc/math/matrix/SingularMatrixException.java
    trunk/math/src/test/java/org/arakhne/afc/math/AbstractMathTestCase.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Matrix2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Transform2DTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2fTestCase.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractShape2fTestCase.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Circle2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Ellipse2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fPointCollectionTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Rectangle2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Segment2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2iTestCase.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2iTestCase.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Circle2iTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Path2iTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Rectangle2iTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Segment2iTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/matrix/Matrix2fTest.java
    trunk/math/src/test/java/org/arakhne/afc/math/matrix/Transform2DTest.java
    trunk/maventools/src/main/java/org/arakhne/maven/AbstractArakhneMojo.java
    trunk/pom.xml
    trunk/ui/ui-awt/pom.xml
    trunk/ui/ui-base/pom.xml
    trunk/ui/ui-swing/pom.xml
    trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressBarModel.java
    trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressMonitor.java
    trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressionProgressBarWrapper.java
    trunk/ui/ui-vector/pom.xml
    trunk/ui/ui-vector-android/pom.xml
    trunk/ui/ui-vector-awt/pom.xml
    trunk/util/pom.xml
    trunk/util/src/main/java/org/arakhne/afc/progress/DefaultProgression.java
    trunk/util/src/main/java/org/arakhne/afc/progress/Progression.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionAdapter.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionConsoleMonitor.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionEvent.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionInputStream.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionListener.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionOuputStream.java
    trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionUtil.java
    trunk/util/src/main/java/org/arakhne/afc/progress/SubProgressionModel.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/EmptyIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIteratorOwner.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/MultiSizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/SizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableCollectionSizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapKeySizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapValueSizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableSizedIterator.java
    trunk/util/src/main/java/org/arakhne/afc/util/HashCodeUtil.java
    trunk/util/src/main/java/org/arakhne/afc/util/ListUtil.java
    trunk/util/src/main/java/org/arakhne/afc/util/ListenerCollection.java
    trunk/util/src/main/java/org/arakhne/afc/util/MultiValue.java
    trunk/util/src/main/java/org/arakhne/afc/util/UnmodifiableIterator.java

Modified: trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableSoftReference.java
===================================================================
--- trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableSoftReference.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableSoftReference.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,5 +1,5 @@
 /* 
- * $Id: ComparableSoftReference.java,v 1.1 2007-02-20 08:52:37 sgalland Exp $
+ * $Id$
  * 
  * Copyright (C) 2005-2009 Stephane GALLAND This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableWeakReference.java
===================================================================
--- trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableWeakReference.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/main/java/org/arakhne/util/ref/ComparableWeakReference.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,5 +1,5 @@
 /* 
- * $Id: ComparableWeakReference.java,v 1.1 2007-02-20 08:52:37 sgalland Exp $
+ * $Id$
  * 
  * Copyright (C) 2005-2009 Stephane GALLAND This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractCollectionTestCase.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractCollectionTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractCollectionTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * @param <OBJ>
  * @param <COL>
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractMapTestCase.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractMapTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractMapTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 /**
  * @param <K>
  * @param <V>
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractReferencableValueMapTestCase.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractReferencableValueMapTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/AbstractReferencableValueMapTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 import java.util.UUID;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftHashSetTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftHashSetTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftHashSetTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 import java.util.Set;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftTreeSetTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftTreeSetTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftTreeSetTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 import java.util.Set;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueHashMapTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueHashMapTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueHashMapTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueTreeMapTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueTreeMapTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/SoftValueTreeMapTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakHashSetTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakHashSetTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakHashSetTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 import java.util.Set;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakTreeSetTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakTreeSetTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakTreeSetTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 import java.util.Set;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueHashMapTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueHashMapTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueHashMapTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueTreeMapTest.java
===================================================================
--- trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueTreeMapTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneRefs/src/test/java/org/arakhne/util/ref/WeakValueTreeMapTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/arakhneVmutils/arakhneVmutils-java/src/main/java/org/arakhne/vmutil/locale/LocaleMessageFormat.java
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-java/src/main/java/org/arakhne/vmutil/locale/LocaleMessageFormat.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/arakhneVmutils/arakhneVmutils-java/src/main/java/org/arakhne/vmutil/locale/LocaleMessageFormat.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -128,7 +128,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/pom.xml
===================================================================
--- trunk/attrs/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -10,7 +10,13 @@
 	<artifactId>attrs</artifactId>
 	<version>1.0-SNAPSHOT</version>
 	<name>Arakhne Attribute API</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneAttrs/</url>
 
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.arakhne.afc</groupId>
@@ -42,4 +48,98 @@
 		</dependency>
 	</dependencies>
 
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.attrs.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Attribute.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Attribute.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Attribute.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 /**
  * This interface contains a metadata with a name.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * This class permits to compare to {@link Attribute}.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeConstants.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeConstants.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeConstants.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /**
  * This interface contains several constant names.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeError.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeError.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeError.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
  * This exception is generated each time something wrong append
  * with attributes.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeException.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeException.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeException.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
  * This exception is generated each time something wrong append
  * with attributes.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeImpl.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeImpl.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeImpl.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -38,7 +38,7 @@
 /**
  * This class contains an attribute value.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNameComparator.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNameComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNameComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * Comparator for attribute names.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNotInitializedException.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNotInitializedException.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeNotInitializedException.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
  * This exception is generated each time an uninitialized
  * attribute value was accessed.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeType.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeType.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeType.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -51,7 +51,7 @@
 /**
  * List of supported types for the metadata.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValue.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValue.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValue.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -38,7 +38,7 @@
 /**
  * This class contains a metadata value.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueComparator.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * This class permits to compare to {@link AttributeValue}.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueImpl.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueImpl.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/AttributeValueImpl.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -53,7 +53,7 @@
 /**
  * This class contains an attribute value.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/InvalidAttributeTypeException.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/InvalidAttributeTypeException.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/InvalidAttributeTypeException.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
  * This exception is generated each time the an invalid type
  * was used for metadata.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/NullAttribute.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/NullAttribute.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/NullAttribute.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
  * Class that is representing a <code>null</code> value
  * for the embedded type of attribute.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Timestamp.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Timestamp.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/attr/Timestamp.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 /**
  * Container of timestamp.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
 /**
  * This class implements an abstract object with attributes.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeProvider.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeProvider.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractAttributeProvider.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -43,7 +43,7 @@
 /**
  * This class implements an abstract attribute provider.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractBufferedAttributeProvider.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractBufferedAttributeProvider.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AbstractBufferedAttributeProvider.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -39,7 +39,7 @@
  * This class implements an abstract attribute container that use
  * a memory cache.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeEvent.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeEvent.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeEvent.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 /**
  * This interface representes a listener on the attribute changes
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -117,7 +117,7 @@
 	/**
 	 * This interface representes a listener on the attribute changes
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeListener.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeListener.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeChangeListener.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /**
  * This interface representes a listener on the attribute changes
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -42,7 +42,7 @@
  * collection of attributes with a reading and a
  * writing API.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeIterator.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 /**
  * Iterator on attributes.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeNameStringComparator.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeNameStringComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeNameStringComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 /**
  * Comparator for attribute names as strings.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeProvider.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeProvider.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/AttributeProvider.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -42,7 +42,7 @@
  * This interface representes a provider of attributes
  * that provide a reading API only.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/BufferedAttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/BufferedAttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/BufferedAttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -49,7 +49,7 @@
  * 
  * XXX: Make this provider to save asynchronously on the remote storage area.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/HeapAttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/HeapAttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/HeapAttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -51,7 +51,7 @@
  * This class implements an attribute provider which
  * only works with the Heap space.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -68,7 +68,7 @@
  * If an attribute is set from this AttributeProviderContainer, all the containers inside it
  * are changed.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -676,7 +676,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeProvider.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeProvider.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/MultiAttributeProvider.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -58,7 +58,7 @@
  * 		</ol></li>
  * </ol>
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -327,7 +327,7 @@
 	 * that may be marked with an indicators that many
 	 * values are possibles for the attribute.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/NoAttributeFoundException.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/NoAttributeFoundException.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/NoAttributeFoundException.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
  * This exception is generated each time an attribute
  * was not found.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/ROMBasedAttributeCollection.java
===================================================================
--- trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/ROMBasedAttributeCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/attrs/src/main/java/org/arakhne/afc/attrs/collection/ROMBasedAttributeCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
  * The changed values are stored inside the memory and never
  * written back into the ROM.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/pom.xml
===================================================================
--- trunk/math/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,25 +1,126 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
 		<artifactId>afc</artifactId>
 		<groupId>org.arakhne.afc</groupId>
 		<version>4.5-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>math</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Arakhne Math Tools</name>
-  
-  <dependencies>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>arakhneVmutils</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>junit</groupId>
-  		<artifactId>junit</artifactId>
-  		<scope>test</scope>
-  	</dependency>
-  </dependencies>
-  
+	</parent>
+
+	<artifactId>math</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<name>Arakhne Math Tools</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneMath/</url>
+
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>arakhneVmutils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.math.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/math/src/main/java/org/arakhne/afc/math/MathConstants.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/MathConstants.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/MathConstants.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 
 /** Several mathematical constants.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/MathUtil.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/MathUtil.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/MathUtil.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 
 /** Mathematic and geometric utilities.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /** Abstract implementation of 2D rectangular shapes.
  * 
  * @param <T> is the type of the shape implemented by the instance of this class.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractShape2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractShape2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/AbstractShape2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 /** Abstract implementation of shapes.
  * 
  * @param <T> is the type of the shape implemented by the instance of this class.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Circle2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Circle2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Circle2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 
 /** 2D circle with floating-point points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -465,7 +465,7 @@
 
 	/** Iterator on the path elements of the circle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -551,7 +551,7 @@
 	
 	/** Iterator on the path elements of the circle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Ellipse2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Ellipse2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Ellipse2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 
 /** 2D ellipse with floating-point points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -517,7 +517,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -599,7 +599,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Point2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Point2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Point2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 
 /** 2D Point with 2 floating-point numbers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Rectangle2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Rectangle2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Rectangle2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 /** 2D rectangle with floating-point points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -707,7 +707,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -788,7 +788,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 /** 2D round rectangle with floating-point points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -445,7 +445,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -564,7 +564,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Segment2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Segment2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Segment2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 /** 2D line segment with floating-point coordinates.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -723,7 +723,7 @@
 
 	/** Iterator on the path elements of the segment.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Shape2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Shape2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Shape2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 
 /** 2D shape with floating-point points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /** 2D tuple with 2 floating-point numbers.
  * 
  * @param <T> is the implementation type of the tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2fComparator.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2fComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Tuple2fComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /**
  * Comparator of Tuple2f.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Vector2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Vector2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object2d/Vector2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 
 /** 2D Vector with 2 floating-point values.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Point3f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Point3f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Point3f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 
 /** 3D Point with 3 floating-point numbers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Quaternion.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Quaternion.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Quaternion.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /** A 4 element unit quaternion represented by single precision floating 
  * point x,y,z,w coordinates.  The quaternion is always normalized.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /** 3D tuple with 3 floating-point numbers.
  * 
  * @param <T> is the implementation type of the tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3fComparator.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3fComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Tuple3fComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /**
  * Comparator of Tuple2f.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Vector3f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Vector3f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/continous/object3d/Vector3f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 
 /** 3D Vector with 3 floating-point values.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /** 2D rectangular shape with integer points.
  * 
  * @param <T> is the type of the shape implemented by the instance of this class.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 /** 2D shape with integer  points.
  * 
  * @param <T> is the type of the shape implemented by the instance of this class.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Circle2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Circle2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Circle2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
 
 /** 2D circle with integer coordinates.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -625,7 +625,7 @@
 	 * <p>
 	 * The rastrerization is based on a Bresenham algorithm.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -780,7 +780,7 @@
 
 	/** Iterator on the path elements of the circle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -866,7 +866,7 @@
 
 	/** Iterator on the path elements of the circle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Point2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Point2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Point2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 
 /** 2D Point with 2 integers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Rectangle2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Rectangle2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Rectangle2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 /** 2D rectangle with integer coordinates.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -383,7 +383,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -464,7 +464,7 @@
 
 	/** Iterator on the path elements of the rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -575,7 +575,7 @@
 
 	/** Sides of a rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -597,7 +597,7 @@
 
 	/** Iterates on points on the sides of a rectangle.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Segment2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Segment2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Segment2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
 
 /** 2D line segment with integer coordinates.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -1051,7 +1051,7 @@
 
 	/** Iterator on the path elements of the segment.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -1146,7 +1146,7 @@
 	 * graphics libraries. Because the algorithm is very simple, it is often 
 	 * implemented in either the firmware or the hardware of modern graphics cards.
 	 * 
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Shape2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Shape2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Shape2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 
 /** 2D shape with integer  points.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 /** 2D tuple with 2 integers.
  * 
  * @param <T> is the implementation type of the tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2iComparator.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2iComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Tuple2iComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 /**
  * Comparator of Tuple2i.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Vector2i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Vector2i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object2d/Vector2i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 
 /** 2D Vector with 2 integers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Point3i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Point3i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Point3i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 
 /** 3D Point with 3 integers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 /** 3D tuple with 3 integers.
  * 
  * @param <T> is the implementation type of the tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3iComparator.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3iComparator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Tuple3iComparator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 /**
  * Comparator of Tuple3i.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Vector3i.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Vector3i.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/discrete/object3d/Vector3i.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 
 /** 3D Vector with 3 integers.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Point2D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Point2D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Point2D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 
 /** 2D Point.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Point3D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Point3D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Point3D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -22,7 +22,7 @@
 
 /** 3D Point.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Shape2D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Shape2D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Shape2D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -24,7 +24,7 @@
 
 /** 2D shape.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple2D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple2D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple2D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /** 2D tuple.
  * 
  * @param <TT> is the type of data that can be added or substracted to this tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple3D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple3D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Tuple3D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /** 3D tuple.
  * 
  * @param <TT> is the type of data that can be added or substracted to this tuple.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector2D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector2D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector2D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 
 /** 2D Vector.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector3D.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector3D.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/generic/Vector3D.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 
 /** 3D Vector.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix2f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix2f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix2f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -35,7 +35,7 @@
  * Is represented internally as a 2x2 floating point matrix. The mathematical
  * representation is row major, as in traditional matrix mathematics.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix3f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix3f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix3f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -35,7 +35,7 @@
  * Is represented internally as a 3x3 floating point matrix. The mathematical
  * representation is row major, as in traditional matrix mathematics.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix4f.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix4f.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/matrix/Matrix4f.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
  * Is represented internally as a 4x4 floating point matrix. The mathematical
  * representation is row major, as in traditional matrix mathematics.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/main/java/org/arakhne/afc/math/matrix/SingularMatrixException.java
===================================================================
--- trunk/math/src/main/java/org/arakhne/afc/math/matrix/SingularMatrixException.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/main/java/org/arakhne/afc/math/matrix/SingularMatrixException.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 
 /** Exception for all the singular matrices.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/AbstractMathTestCase.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/AbstractMathTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/AbstractMathTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 import org.arakhne.afc.math.continous.object2d.Tuple2f;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Matrix2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Matrix2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Matrix2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 import org.arakhne.afc.math.matrix.Matrix2f;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Transform2DTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Transform2DTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/matrix/Transform2DTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2fTestCase.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2fTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractRectangularShape2fTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 
 /**
  * @param <T> is the type of the shape to test.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractShape2fTestCase.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractShape2fTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/AbstractShape2fTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
 
 /**
  * @param <T> is the type of the shape to test
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Circle2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Circle2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Circle2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Ellipse2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Ellipse2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Ellipse2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
 
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fPointCollectionTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fPointCollectionTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fPointCollectionTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 import org.arakhne.afc.math.generic.Point2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Path2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Rectangle2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Rectangle2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Rectangle2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -34,7 +34,7 @@
 
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/RoundRectangle2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -34,7 +34,7 @@
 
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Segment2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Segment2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/continous/object2d/Segment2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2iTestCase.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2iTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractRectangularShape2iTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
 
 /**
  * @param <T> is the type of the shape to test.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2iTestCase.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2iTestCase.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/AbstractShape2iTestCase.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 
 /**
  * @param <T> is the type of the shape to test
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Circle2iTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Circle2iTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Circle2iTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 
 /**
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Path2iTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Path2iTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Path2iTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Rectangle2iTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Rectangle2iTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Rectangle2iTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -31,7 +31,7 @@
 
 /**
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Segment2iTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Segment2iTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/discrete/object2d/Segment2iTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/matrix/Matrix2fTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/matrix/Matrix2fTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/matrix/Matrix2fTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
 import org.arakhne.afc.math.matrix.Matrix2f;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/math/src/test/java/org/arakhne/afc/math/matrix/Transform2DTest.java
===================================================================
--- trunk/math/src/test/java/org/arakhne/afc/math/matrix/Transform2DTest.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/math/src/test/java/org/arakhne/afc/math/matrix/Transform2DTest.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 import org.arakhne.afc.math.matrix.Transform2D;
 
 /**
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/maventools/src/main/java/org/arakhne/maven/AbstractArakhneMojo.java
===================================================================
--- trunk/maventools/src/main/java/org/arakhne/maven/AbstractArakhneMojo.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/maventools/src/main/java/org/arakhne/maven/AbstractArakhneMojo.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -1370,7 +1370,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$
@@ -1470,7 +1470,7 @@
 	} // class DependencyIterator
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -215,7 +215,20 @@
 			<name>GNU Lesser General Public License v3.0</name>
 			<url>http://www.gnu.org/licenses/lgpl.html</url>
 			<distribution>repo</distribution>
+			<comments>Since 2005</comments>
 		</license>
+		<license>
+			<name>Apache 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
+			<distribution>repo</distribution>
+			<comments>For the Android Color Picker only</comments>
+		</license>
+		<license>
+			<name>GNU General Public License v2.1</name>
+			<url>http://www.gnu.org/licenses/gpl.html</url>
+			<distribution>repo</distribution>
+			<comments>From 2001 to 2002</comments>
+		</license>
 	</licenses>
 
 	<mailingLists>
@@ -275,6 +288,30 @@
 				<role>Developer</role>
 			</roles>
 		</developer>
+		<developer>
+			<id>hannoun</id>
+			<name>Mahdi HANNOUN</name>
+			<email>mahdi.hannoun@xxxxxxx</email>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>baumgartner</id>
+			<name>Marc BAUMGARTNER</name>
+			<email>mabaumga@xxxxxxxxxxxxxxxxxxxxx</email>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>yukuku</id>
+			<name>Yuku Sugianto</name>
+			<email>yukuku@xxxxxxxxx</email>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
 	</developers>
 
 	<!-- ======================================= -->

Modified: trunk/ui/ui-awt/pom.xml
===================================================================
--- trunk/ui/ui-awt/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-awt/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,27 +1,129 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
 		<groupId>org.arakhne.afc</groupId>
 		<artifactId>arakhneUi</artifactId>
 		<version>1.0-SNAPSHOT</version>
-  </parent>
-  
-  <groupId>org.arakhne.afc.ui</groupId>
-  <artifactId>ui-awt</artifactId>
-  <name>Arakhne AWT Tools</name>
-  
-  <dependencies>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>util</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>math</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.arakhne.afc.ui</groupId>
-  		<artifactId>ui-base</artifactId>
-  	</dependency>
-  </dependencies>
+	</parent>
+
+	<groupId>org.arakhne.afc.ui</groupId>
+	<artifactId>ui-awt</artifactId>
+	<name>Arakhne AWT Tools</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneUiAwt/</url>
+
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>math</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.arakhne.afc.ui</groupId>
+			<artifactId>ui-base</artifactId>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.awt.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/ui/ui-base/pom.xml
===================================================================
--- trunk/ui/ui-base/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-base/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -11,6 +11,13 @@
 	<artifactId>ui-base</artifactId>
 	<name>Arakhne Base UI Tools</name>
 
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneUiBase/</url>
+
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.arakhne.afc</groupId>
@@ -22,4 +29,98 @@
 		</dependency>
 	</dependencies>
 
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/ui/ui-swing/pom.xml
===================================================================
--- trunk/ui/ui-swing/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-swing/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -10,7 +10,13 @@
 	<groupId>org.arakhne.afc.ui</groupId>
 	<artifactId>ui-swing</artifactId>
 	<name>Arakhne Swing Widgets</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneUiSwing/</url>
 
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.arakhne.afc</groupId>
@@ -21,4 +27,99 @@
 			<artifactId>ui-awt</artifactId>
 		</dependency>
 	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.swing.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressBarModel.java
===================================================================
--- trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressBarModel.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressBarModel.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -44,7 +44,7 @@
  * ProgressBarModel pbm = new ProgressBarModel(pb);
  * </code></pre>
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressMonitor.java
===================================================================
--- trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressMonitor.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressMonitor.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -35,7 +35,7 @@
 /**
  * A ProgressMonitor ables to react to {@link ProgressionEvent}.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressionProgressBarWrapper.java
===================================================================
--- trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressionProgressBarWrapper.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-swing/src/main/java/org/arakhne/afc/ui/swing/progress/ProgressionProgressBarWrapper.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -40,7 +40,7 @@
  * JProgressBar pb = new JProgressBar(pbm);
  * </code></pre>
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$
@@ -179,7 +179,7 @@
 	}
 
 	/**
-	 * @author $Author: sgalland$
+	 * @author $Author: galland$
 	 * @version $FullVersion$
 	 * @mavengroupid $GroupId$
 	 * @mavenartifactid $ArtifactId$

Modified: trunk/ui/ui-vector/pom.xml
===================================================================
--- trunk/ui/ui-vector/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-vector/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,32 +1,133 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
 		<groupId>org.arakhne.afc</groupId>
 		<artifactId>arakhneUi</artifactId>
 		<version>1.0-SNAPSHOT</version>
-  </parent>
-  
-  <groupId>org.arakhne.afc.ui</groupId>
-  <artifactId>ui-vector</artifactId>
-  <name>Arakhne Vector Window Toolkit</name>
-  
-  <dependencies>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>arakhneVmutils</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>math</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.arakhne.afc</groupId>
-  		<artifactId>util</artifactId>
-  	</dependency>
-  	<dependency>
-  		<groupId>org.arakhne.afc.ui</groupId>
-  		<artifactId>ui-base</artifactId>
-  	</dependency>
-  </dependencies>
-  
+	</parent>
+
+	<groupId>org.arakhne.afc.ui</groupId>
+	<artifactId>ui-vector</artifactId>
+	<name>Arakhne Vector Window Toolkit</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneMath/</url>
+
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>arakhneVmutils</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>math</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>util</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.arakhne.afc.ui</groupId>
+			<artifactId>ui-base</artifactId>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.vector.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/ui/ui-vector-android/pom.xml
===================================================================
--- trunk/ui/ui-vector-android/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-vector-android/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -10,7 +10,13 @@
 	<groupId>org.arakhne.afc.ui</groupId>
 	<artifactId>ui-vector-android</artifactId>
 	<name>Vector-API Android-Implementation</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneMath/</url>
 
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.arakhne.afc.ui</groupId>
@@ -23,4 +29,98 @@
 		</dependency>
 	</dependencies>
 
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.vector.android.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/ui/ui-vector-awt/pom.xml
===================================================================
--- trunk/ui/ui-vector-awt/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/ui/ui-vector-awt/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -10,7 +10,13 @@
 	<groupId>org.arakhne.afc.ui</groupId>
 	<artifactId>ui-vector-awt</artifactId>
 	<name>Vector-API AWT-Implementation</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneMath/</url>
 
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.arakhne.afc</groupId>
@@ -29,4 +35,99 @@
 			<artifactId>pdf-renderer</artifactId>
 		</dependency>
 	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.ui.vector.awt.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/util/pom.xml
===================================================================
--- trunk/util/pom.xml	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/pom.xml	2013-03-20 21:08:11 UTC (rev 390)
@@ -1,20 +1,121 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
 		<artifactId>afc</artifactId>
 		<groupId>org.arakhne.afc</groupId>
 		<version>4.5-SNAPSHOT</version>
-  </parent>
+	</parent>
 
-  <artifactId>util</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Arakhne Utilities</name>
-  <url>http://www.arakhne.org/arakhneUtil</url>
-  
-  <dependencies>
-      <dependency>
-          <groupId>org.arakhne.afc</groupId>
-          <artifactId>arakhneVmutils</artifactId>
-      </dependency>
-  </dependencies>
+	<artifactId>util</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<name>Arakhne Utilities</name>
+	<inceptionYear>2013</inceptionYear>
+	<url>http://www.arakhne.org/arakhneUtil</url>
+
+	<properties>
+		<manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.arakhne.afc</groupId>
+			<artifactId>arakhneVmutils</artifactId>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<index>false</index>
+						<manifestFile>${manifest.file}</manifestFile>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bundle-manifest</id>
+						<phase>process-classes</phase>
+						<goals>
+							<goal>manifest</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<archive>
+						<manifestFile>${manifest.file}</manifestFile>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+					</archive>
+
+					<instructions>
+						<Export-Package>org.arakhne.afc.io.*;org.arakhne.afc.progress.*;org.arakhne.afc.sizediterator.*;org.arakhne.afc.util.*</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>tag-replacer</artifactId>
+				<executions>
+					<execution>
+						<id>property_preparation</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>replaceresource</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>source_generation</id>
+						<phase>pre-integration-test</phase>
+						<goals>
+							<goal>generatereplacesrc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.arakhne.afc</groupId>
+				<artifactId>license-installer</artifactId>
+				<executions>
+					<execution>
+						<phase>compile</phase>
+						<goals>
+							<goal>installlicense</goal>
+						</goals>
+					</execution>
+				</executions>
+				<configuration>
+					<name>${project.name}</name>
+					<licenses>
+						<param>lgplv3</param>
+					</licenses>
+					<copyrightDates>${project.inceptionYear}-${year}</copyrightDates>
+					<copyrighters>Arakhn&amp;ecirc;.org Consortium</copyrighters>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 </project>

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/DefaultProgression.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/DefaultProgression.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/DefaultProgression.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
  * An object that permits to indicates the progression of
  * a task. The progression of the value is always ascendent.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/Progression.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/Progression.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/Progression.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -26,7 +26,7 @@
  * An object that permits to indicates the progression of
  * a task. The progression of the value is always ascendent.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionAdapter.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionAdapter.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionAdapter.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
 /**
  * Adapter on a task progression.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionConsoleMonitor.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionConsoleMonitor.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionConsoleMonitor.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
  * a task. This monitor display on the console the progression
  * of the task.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionEvent.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionEvent.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionEvent.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /**
  * Task progression event.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionInputStream.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionInputStream.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionInputStream.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * InputStream that is able to notify about the reading progression.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionListener.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionListener.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionListener.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /**
  * Listener on a task progression.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionOuputStream.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionOuputStream.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionOuputStream.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
 /**
  * OutputStream that is able to notify about the writing progression.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionUtil.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionUtil.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/ProgressionUtil.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -23,7 +23,7 @@
 /**
  * Utilities around task progression.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/progress/SubProgressionModel.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/progress/SubProgressionModel.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/progress/SubProgressionModel.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
  * An object that permits to indicates the progression of
  * a task.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/EmptyIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/EmptyIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/EmptyIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -32,7 +32,7 @@
  * in the next iterations.
  *  
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -38,7 +38,7 @@
  * that disables this function.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIteratorOwner.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIteratorOwner.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/ModifiableCollectionSizedIteratorOwner.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -25,7 +25,7 @@
  * Owner of a {@link ModifiableCollectionSizedIterator}
  *  
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/MultiSizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/MultiSizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/MultiSizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -29,7 +29,7 @@
  * a collection of sized iterators.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/SizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/SizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/SizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
  * in the next iterations.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableCollectionSizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableCollectionSizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableCollectionSizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -38,7 +38,7 @@
  * that enables this function.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapKeySizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapKeySizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapKeySizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -41,7 +41,7 @@
  * This iterator disables the use of the function {@link #remove()}.
  * 
  * @param <K> is the type of keys.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapValueSizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapValueSizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableMapValueSizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -41,7 +41,7 @@
  * This iterator disables the use of the function {@link #remove()}.
  * 
  * @param <V> is the type of values.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableSizedIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableSizedIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/sizediterator/UnmodifiableSizedIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -41,7 +41,7 @@
  * {@link UnmodifiableIterator} for an utility class on a standard Iterator.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/util/HashCodeUtil.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/HashCodeUtil.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/util/HashCodeUtil.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -30,7 +30,7 @@
  * The utility class {@link Arrays} privides several
  * functions to compute hash codes from arrays.
  *
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/util/ListUtil.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/ListUtil.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/util/ListUtil.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -27,7 +27,7 @@
 /**
  * Utilities on lists.
  * 
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/util/ListenerCollection.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/ListenerCollection.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/util/ListenerCollection.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -33,7 +33,7 @@
  * This class is inspirated by <code>EventListenerList</code>.
  * 
  * @param <L> is the type of listeners.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/util/MultiValue.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/MultiValue.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/util/MultiValue.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -28,7 +28,7 @@
  * and indicating if they are all the same or not.
  *
  * @param <T> is the type of the value.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$

Modified: trunk/util/src/main/java/org/arakhne/afc/util/UnmodifiableIterator.java
===================================================================
--- trunk/util/src/main/java/org/arakhne/afc/util/UnmodifiableIterator.java	2013-03-20 20:24:56 UTC (rev 389)
+++ trunk/util/src/main/java/org/arakhne/afc/util/UnmodifiableIterator.java	2013-03-20 21:08:11 UTC (rev 390)
@@ -37,7 +37,7 @@
  * {@link UnmodifiableSizedIterator} instead.
  * 
  * @param <M> is the type of element.
- * @author $Author: sgalland$
+ * @author $Author: galland$
  * @version $FullVersion$
  * @mavengroupid $GroupId$
  * @mavenartifactid $ArtifactId$


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/