Processor-commits
Threads by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
August 2008
- 1 participants
- 12 discussions
[Lutinprocessor-commits] r117 - trunk/lutinprocessor
by tchemit@users.labs.libre-entreprise.org Aug. 18, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 18, 2008
Aug. 18, 2008
Author: tchemit
Date: 2008-08-18 09:54:05 +0000 (Mon, 18 Aug 2008)
New Revision: 117
Modified:
trunk/lutinprocessor/pom.xml
Log:
ajout section Build environment dans le pom
Modified: trunk/lutinprocessor/pom.xml
===================================================================
--- trunk/lutinprocessor/pom.xml 2008-08-18 09:43:42 UTC (rev 116)
+++ trunk/lutinprocessor/pom.xml 2008-08-18 09:54:05 UTC (rev 117)
@@ -57,10 +57,6 @@
</properties>
- <scm>
- <url>${maven.scm.url}</url>
- </scm>
-
<build>
<plugins>
@@ -73,4 +69,12 @@
</plugins>
</build>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <scm>
+ <url>${maven.scm.url}</url>
+ </scm>
+
</project>
1
0
Aug. 18, 2008
Author: tchemit
Date: 2008-08-18 09:43:42 +0000 (Mon, 18 Aug 2008)
New Revision: 116
Added:
tags/maven-processor-plugin_avant_lutinproject_2_4/
Log:
taggage avant passage en org.codelutin:lutinproject:2.4
Copied: tags/maven-processor-plugin_avant_lutinproject_2_4 (from rev 115, trunk/maven-processor-plugin)
1
0
[Lutinprocessor-commits] r115 - in trunk/lutinprocessor: . src/main/java/org/codelutin/processor src/main/java/org/codelutin/processor/ant src/main/java/org/codelutin/processor/filters
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 22:37:23 +0000 (Sun, 17 Aug 2008)
New Revision: 115
Modified:
trunk/lutinprocessor/LICENSE.txt
trunk/lutinprocessor/pom.xml
trunk/lutinprocessor/src/main/java/org/codelutin/processor/GeneratorTemplatesProcessor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/I18nExtractor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/LicenseProcessor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/LogsProcessor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/OptimisationProcessor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/Processor.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorReader.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorWriter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/I18nExtractorTask.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/ProcessorTask.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/ActiveLogsCodeFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/DefaultFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/Filter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/I18nFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LicenseFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LogsFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/NoActionFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/OptimisationFilter.java
trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/RemoveLogsCodeFilter.java
Log:
mise en place de la license lgpl v3 via (mvn maven-license-switcher:0.1:switch)
Modified: trunk/lutinprocessor/LICENSE.txt
===================================================================
--- trunk/lutinprocessor/LICENSE.txt 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/LICENSE.txt 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,280 +1,166 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
- Preamble
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
+ 0. Additional Definitions.
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
- The precise terms and conditions for copying, distribution and
-modification follow.
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ 1. Exception to Section 3 of the GNU GPL.
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
+ 2. Conveying Modified Versions.
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
+ 3. Object Code Incorporating Material from Library Header Files.
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
+ 4. Combined Works.
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
+ d) Do one of the following:
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
+ 5. Combined Libraries.
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
+ 6. Revised Versions of the GNU Lesser General Public License.
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
Modified: trunk/lutinprocessor/pom.xml
===================================================================
--- trunk/lutinprocessor/pom.xml 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/pom.xml 2008-08-17 22:37:23 UTC (rev 115)
@@ -34,7 +34,7 @@
<description>
Cette librairie permet la création de filtre sur les fichiers sources.
</description>
- <inceptionYear>2004</inceptionYear>
+ <inceptionYear>2002</inceptionYear>
<url>${labs.project.url}</url>
<!-- ************************************************************* -->
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/GeneratorTemplatesProcessor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/GeneratorTemplatesProcessor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/GeneratorTemplatesProcessor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
- * Copyright (C) 2002, 2003 Code Lutin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%%**/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* GeneratorTemplatesProcessor.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/I18nExtractor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/I18nExtractor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/I18nExtractor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,21 +1,19 @@
-/* *##%
- * Copyright (C) 2002, 2003, 2004
- * Code Lutin, Cédric Pineau, Benjamin Poussin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%*/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* I18nExtractor.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/LicenseProcessor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/LicenseProcessor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/LicenseProcessor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,3 +1,21 @@
+/**
+ * *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. *##%
+ */
package org.codelutin.processor;
import org.codelutin.processor.filters.LicenseFilter;
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/LogsProcessor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/LogsProcessor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/LogsProcessor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* LogsProcessor.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/OptimisationProcessor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/OptimisationProcessor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/OptimisationProcessor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* OptimisationProcessor.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/Processor.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/Processor.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/Processor.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* Processor.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorReader.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorReader.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorReader.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* ProcessorReader.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorWriter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorWriter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/ProcessorWriter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/**
* ProcessorWriter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/I18nExtractorTask.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,21 +1,19 @@
-/* *##%
- * Copyright (C) 2002, 2003, 2004
- * Code Lutin, Cédric Pineau, Benjamin Poussin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%*/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* I18nExtractorTask.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/ProcessorTask.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/ProcessorTask.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/ant/ProcessorTask.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,19 +1,20 @@
/*
- * *##% Copyright (C) 2002, 2003 Code Lutin
+ * *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
*
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option) any later
- * version.
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- * details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
*
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place - Suite 330, Boston, MA 02111-1307, USA. ##%
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*
*/
/*******************************************************************************
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/ActiveLogsCodeFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/ActiveLogsCodeFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/ActiveLogsCodeFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* x*
* ActiveLogsCodeFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/DefaultFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/DefaultFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/DefaultFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
- * Copyright (C) 2002, 2003 Code Lutin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%%**/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/*******************************************************************************
* DefaultFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/Filter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/Filter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/Filter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* Filter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
- * Copyright (C) 2002, 2003 Code Lutin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%%**/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* GeneratorTemplatesFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%
- * Copyright (C) 2002, 2003 Code Lutin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%*/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* GeneratorTemplatesFilterIn.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/I18nFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/I18nFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/I18nFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
- * Copyright (C) 2002, 2003 Code Lutin
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *##%%**/
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/*******************************************************************************
* I18nFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LicenseFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LicenseFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LicenseFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,3 +1,21 @@
+/**
+ * *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. *##%
+ */
package org.codelutin.processor.filters;
/**
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LogsFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LogsFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/LogsFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* LogsFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/NoActionFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/NoActionFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/NoActionFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* NoActionFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/OptimisationFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/OptimisationFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/OptimisationFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* OptimisationFilter.java
Modified: trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/RemoveLogsCodeFilter.java
===================================================================
--- trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/RemoveLogsCodeFilter.java 2008-08-17 22:27:49 UTC (rev 114)
+++ trunk/lutinprocessor/src/main/java/org/codelutin/processor/filters/RemoveLogsCodeFilter.java 2008-08-17 22:37:23 UTC (rev 115)
@@ -1,20 +1,19 @@
-/* *##%%
-* Copyright (C) 2002, 2003 Code Lutin
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%%**/
+/* *##% Lutin file processor
+ * Copyright (C) 2002 - 2008 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */
/* *
* RemoveLogsCodeFilter.java
1
0
[Lutinprocessor-commits] r114 - in trunk/lutinprocessor: . src/site src/site/xdoc/fr/rst
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 22:27:49 +0000 (Sun, 17 Aug 2008)
New Revision: 114
Removed:
trunk/lutinprocessor/doc/
Modified:
trunk/lutinprocessor/pom.xml
trunk/lutinprocessor/src/site/site.xml
trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst
Log:
mise en place du site (pb avec l'echapement des caractere * en jrst ?)
Modified: trunk/lutinprocessor/pom.xml
===================================================================
--- trunk/lutinprocessor/pom.xml 2008-08-17 22:07:04 UTC (rev 113)
+++ trunk/lutinprocessor/pom.xml 2008-08-17 22:27:49 UTC (rev 114)
@@ -64,7 +64,13 @@
<build>
<plugins>
+ <!-- jrst -->
+ <plugin>
+ <groupId>lutinplugin</groupId>
+ <artifactId>maven-jrst-plugin</artifactId>
+ </plugin>
+
</plugins>
</build>
-
+
</project>
Modified: trunk/lutinprocessor/src/site/site.xml
===================================================================
--- trunk/lutinprocessor/src/site/site.xml 2008-08-17 22:07:04 UTC (rev 113)
+++ trunk/lutinprocessor/src/site/site.xml 2008-08-17 22:27:49 UTC (rev 114)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="LutinProcessor">
+<project name="${project.name}">
<skin>
<groupId>lutinlib</groupId>
@@ -8,7 +8,7 @@
</skin>
<bannerLeft>
- <name>Lutin Processor</name>
+ <name>${project.name}</name>
</bannerLeft>
<bannerRight>
@@ -24,21 +24,21 @@
<body>
<links>
- <item name="Maven-processor-plugin" href="http://jrst.labs.libre-entreprise.org/maven-processor-plugin/"/>
- <item name="Labs" href="http://labs.libre-entreprise.org/"/>
- <item name="Code Lutin" href="http://www.codelutin.com/"/>
+ <item name="Maven-processor-plugin" href="http://lutinprocessor.labs.libre-entreprise.org/maven-processor-plugin/"/>
+ <item name="le Labs" href="http://labs.libre-entreprise.org/"/>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
</links>
<menu name="Utilisateur">
- <item href="/index.html" name="Accueil"></item>
- <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocesso…" name="Téléchargement"/>
+ <item href="/index.html" name="Accueil"/>
+ <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/${projec…" name="Téléchargement"/>
</menu>
<menu name="Developpeur">
<item name="Todo" href="Todo.html"/>
</menu>
- ${reports}
+ <menu ref="reports"/>
</body>
</project>
Modified: trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst
===================================================================
(Binary files differ)
1
0
[Lutinprocessor-commits] r113 - in trunk/lutinprocessor: . doc src src/main src/main/java src/site src/site/xdoc src/site/xdoc/fr src/site/xdoc/fr/rst
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 22:07:04 +0000 (Sun, 17 Aug 2008)
New Revision: 113
Added:
trunk/lutinprocessor/src/main/
trunk/lutinprocessor/src/main/java/
trunk/lutinprocessor/src/main/java/org/
trunk/lutinprocessor/src/site/
trunk/lutinprocessor/src/site/xdoc/
trunk/lutinprocessor/src/site/xdoc/fr/
trunk/lutinprocessor/src/site/xdoc/fr/rst/
trunk/lutinprocessor/src/site/xdoc/fr/rst/Todo.rst
trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst
Removed:
trunk/lutinprocessor/doc/Todo.rst
trunk/lutinprocessor/doc/index.rst
trunk/lutinprocessor/lutincheckstyle.xml
trunk/lutinprocessor/lutinheader.txt
trunk/lutinprocessor/site/
trunk/lutinprocessor/src/java/
trunk/lutinprocessor/src/main/java/org/
trunk/lutinprocessor/xdocs/
Modified:
trunk/lutinprocessor/changelog
trunk/lutinprocessor/pom.xml
Log:
passage en org.codelutin:lutinproject:2.4 (layout maven 2)
Modified: trunk/lutinprocessor/changelog
===================================================================
--- trunk/lutinprocessor/changelog 2008-08-17 21:55:40 UTC (rev 112)
+++ trunk/lutinprocessor/changelog 2008-08-17 22:07:04 UTC (rev 113)
@@ -1,3 +1,7 @@
+ver-0-14 chemit (2008????)
+ * utilisation super-pom org.codelutin:lutinproject:2.4 (reusingage de directory layout)
+ * passage en licence lgpl v3
+
ver-0-? poussin (2005????)
* modification pour que le processor fonctionne avec des StringReader
Deleted: trunk/lutinprocessor/doc/Todo.rst
===================================================================
--- trunk/lutinprocessor/doc/Todo.rst 2008-08-17 21:55:40 UTC (rev 112)
+++ trunk/lutinprocessor/doc/Todo.rst 2008-08-17 22:07:04 UTC (rev 113)
@@ -1,10 +0,0 @@
-====
-Todo
-====
-
-Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou
-a une idée à proposer il ne faut pas hésiter.
-
-- La documentation utilisateur
-- La documentation développeur
-
Deleted: trunk/lutinprocessor/doc/index.rst
===================================================================
(Binary files differ)
Deleted: trunk/lutinprocessor/lutincheckstyle.xml
===================================================================
--- trunk/lutinprocessor/lutincheckstyle.xml 2008-08-17 21:55:40 UTC (rev 112)
+++ trunk/lutinprocessor/lutincheckstyle.xml 2008-08-17 22:07:04 UTC (rev 113)
@@ -1,189 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module PUBLIC
- "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
-
-<!--
-
- Checkstyle configuration that checks the sun coding conventions from:
-
- - the Java Language Specification at
- http://java.sun.com/docs/books/jls/second_edition/html/index.html
-
- - the Sun Code Conventions at http://java.sun.com/docs/codeconv/
-
- - the Javadoc guidelines at
- http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
-
- - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html
-
- - some best practices
-
- Checkstyle is very configurable. Be sure to read the documentation at
- http://checkstyle.sf.net (or in your downloaded distribution).
-
- Most Checks are configurable, be sure to consult the documentation.
-
- To completely disable a check, just comment it out or delete it from the file.
-
- Finally, it is worth reading the documentation.
-
--->
-
-<module name="Checker">
-
- <!-- Checks that a package.html file exists for each package. -->
- <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
- <module name="PackageHtml"/>
-
- <!-- Checks whether files end with a new line. -->
- <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
- <module name="NewlineAtEndOfFile"/>
-
- <!-- Checks that property files contain the same keys. -->
- <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
- <module name="Translation"/>
-
-
- <module name="TreeWalker">
-
- <property name="cacheFile" value="${checkstyle.cache.file}"/>
-
- <!-- Checks for Javadoc comments. -->
- <!-- See http://checkstyle.sf.net/config_javadoc.html -->
- <module name="JavadocMethod"/>
- <module name="JavadocType"/>
- <module name="JavadocVariable"/>
-
-
- <!-- Checks for Naming Conventions. -->
- <!-- See http://checkstyle.sf.net/config_naming.html -->
- <module name="ConstantName"/>
- <module name="LocalFinalVariableName"/>
- <module name="LocalVariableName"/>
- <module name="MemberName"/>
- <module name="MethodName"/>
- <module name="PackageName"/>
- <module name="ParameterName"/>
- <module name="StaticVariableName"/>
- <module name="TypeName"/>
-
-
- <!-- Checks for Headers -->
- <!-- See http://checkstyle.sf.net/config_header.html -->
- <module name="Header">
- <!-- The follow property value demonstrates the ability -->
- <!-- to have access to ANT properties. In this case it uses -->
- <!-- the ${basedir} property to allow Checkstyle to be run -->
- <!-- from any directory within a project. -->
- <property name="headerFile" value="${checkstyle.header.file}"/>
- <property name="ignoreLines" value="4,22,24,26,27,29,30"/>
- </module>
-
- <!-- Following interprets the header file as regular expressions. -->
- <!-- <module name="RegexpHeader"/> -->
-
-
- <!-- Checks for imports -->
- <!-- See http://checkstyle.sf.net/config_import.html -->
- <module name="AvoidStarImport"/>
- <module name="IllegalImport"/> <!-- defaults to sun.* packages -->
- <module name="RedundantImport"/>
- <module name="UnusedImports"/>
-
-
- <!-- Checks for Size Violations. -->
- <!-- See http://checkstyle.sf.net/config_sizes.html -->
- <module name="FileLength"/>
- <module name="LineLength"/>
- <module name="MethodLength"/>
- <module name="ParameterNumber"/>
-
-
- <!-- Checks for whitespace -->
- <!-- See http://checkstyle.sf.net/config_whitespace.html -->
- <module name="EmptyForIteratorPad"/>
- <module name="NoWhitespaceAfter"/>
- <module name="NoWhitespaceBefore"/>
- <module name="OperatorWrap"/>
- <module name="ParenPad"/>
- <module name="TabCharacter"/>
- <module name="WhitespaceAfter">
- <property name="tokens" value="COMMA, SEMI"/>
- </module>
- <module name="WhitespaceAround">
- <property name="tokens" value="ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"/>
- <!-- BB: LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, -->
- </module>
-
- <!-- Modifier Checks -->
- <!-- See http://checkstyle.sf.net/config_modifiers.html -->
- <module name="ModifierOrder"/>
- <module name="RedundantModifier"/>
-
-
- <!-- Checks for blocks. You know, those {}'s -->
- <!-- See http://checkstyle.sf.net/config_blocks.html -->
- <module name="AvoidNestedBlocks"/>
- <module name="EmptyBlock"/>
- <module name="LeftCurly">
- <property name="option" value="eol"/>
- </module>
- <module name="NeedBraces"/>
- <module name="RightCurly"/>
-
-
- <!-- Checks for common coding problems -->
- <!-- See http://checkstyle.sf.net/config_coding.html -->
- <module name="AvoidInlineConditionals"/>
- <module name="DoubleCheckedLocking"/> <!-- MY FAVOURITE -->
- <module name="EmptyStatement"/>
- <module name="EqualsHashCode"/>
- <module name="HiddenField">
- <property name="ignoreConstructorParameter" value="true"/>
- </module>
- <module name="IllegalInstantiation"/>
- <module name="InnerAssignment"/>
- <module name="MagicNumber"/>
- <module name="MissingSwitchDefault"/>
- <module name="RedundantThrows"/>
- <module name="SimplifyBooleanExpression"/>
- <module name="SimplifyBooleanReturn"/>
- <module name="SuperClone"/>
- <module name="SuperFinalize"/>
- <module name="PackageDeclaration"/>
- <module name="ReturnCount"/>
- <module name="DeclarationOrder"/>
- <module name="ParameterAssignment"/>
- <module name="DefaultComesLast"/>
- <module name="FallThrough"/>
-<!-- BB que dans le 3.5 :( <module name="MultipleStringLiterals"/> -->
- <module name="MultipleVariableDeclarations"/>
-
-
-
- <!-- Checks for class design -->
- <!-- See http://checkstyle.sf.net/config_design.html -->
-<!-- BB <module name="DesignForExtension"/> -->
- <module name="FinalClass"/>
- <module name="HideUtilityClassConstructor"/>
- <module name="InterfaceIsType"/>
- <module name="VisibilityModifier">
- <property name="protectedAllowed" value="true"/>
- </module>
-
-
- <!-- Miscellaneous other checks. -->
- <!-- See http://checkstyle.sf.net/config_misc.html -->
- <module name="ArrayTypeStyle"/>
-<!-- BB peut-être <module name="FinalParameters"/> -->
- <module name="GenericIllegalRegexp">
- <property name="format" value="\s+$"/>
- <property name="message" value="Line has trailing spaces."/>
- </module>
- <module name="TodoComment"/>
- <module name="UpperEll"/>
-
- </module>
-
-</module>
Deleted: trunk/lutinprocessor/lutinheader.txt
===================================================================
--- trunk/lutinprocessor/lutinheader.txt 2008-08-17 21:55:40 UTC (rev 112)
+++ trunk/lutinprocessor/lutinheader.txt 2008-08-17 22:07:04 UTC (rev 113)
@@ -1,31 +0,0 @@
-/* *##%
-* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin,
-* Cédric Pineau, Benjamin Poussin,
-*
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License
-* as published by the Free Software Foundation; either version 2
-* of the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*##%*/
-
-/* *
-* <FILENAME.java>
-*
-* Created: <DATE>
-*
-* @author Benjamin Poussin <poussin(a)codelutin.com>
-* @version $Revision$
-*
-* Mise a jour: $Date$
-* par : $Author$
-*/
Modified: trunk/lutinprocessor/pom.xml
===================================================================
--- trunk/lutinprocessor/pom.xml 2008-08-17 21:55:40 UTC (rev 112)
+++ trunk/lutinprocessor/pom.xml 2008-08-17 22:07:04 UTC (rev 113)
@@ -2,87 +2,69 @@
<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/maven-v4_0_0.xsd">
- <!--The version of maven's project object model-->
<modelVersion>4.0.0</modelVersion>
- <!--lutinproject.xml-->
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
<parent>
- <groupId>lutinlib</groupId>
+ <groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>2.2</version>
+ <version>2.4</version>
</parent>
- <distributionManagement>
- <site>
- <id>labs</id>
- <url>scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/</url>
- </site>
- </distributionManagement>
-
- <!--A unique name for this project-->
<artifactId>lutinprocessor</artifactId>
- <name>Lutin file processor</name>
- <!--ejb, jar, war...-->
- <packaging>jar</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
- <!--Version-->
- <version>0.13-SNAPSHOT</version>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <!--Description-->
+ <name>Lutin file processor</name>
+ <version>0.14</version>
<description>
Cette librairie permet la création de filtre sur les fichiers sources.
</description>
<inceptionYear>2004</inceptionYear>
+ <url>${labs.project.url}</url>
- <!--Tracking-->
- <issueManagement>
- <url>http://labs.libre-entreprise.org/tracker/?group_id=28</url>
- </issueManagement>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
<properties>
- <!--Source base dir-->
- <maven.src.dir>${basedir}/src</maven.src.dir>
- <!--Compile with ?-->
- <maven.compile.source>1.5</maven.compile.source>
- <maven.compile.target>1.5</maven.compile.target>
- <maven.compile.encoding>UTF-8</maven.compile.encoding>
+ <!-- id du projet du labs -->
+ <labs.id>28</labs.id>
+
+ <!-- nom du projet sur le labs (pas necessaire car = artifactId) -->
+ <!--labs.project>lutinprocessor</labs.project-->
+
+ <!-- BE WARE, this value must rewritten here since it will be otherwise suffixed by inheritance -->
+ <maven.scm.url>https://${labs.host}/plugins/scmsvn/viewcvs.php/trunk/${pom.artifactId}?root=${labs.project}
+ </maven.scm.url>
+
</properties>
- <!--Librairies-->
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
+ <scm>
+ <url>${maven.scm.url}</url>
+ </scm>
<build>
<plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${maven.compile.source}</source>
- <target>${maven.compile.target}</target>
- <encoding>${maven.compile.encoding}</encoding>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
+
</project>
Copied: trunk/lutinprocessor/src/main/java (from rev 106, trunk/lutinprocessor/src/java)
Copied: trunk/lutinprocessor/src/main/java/org (from rev 112, trunk/lutinprocessor/src/java/org)
Copied: trunk/lutinprocessor/src/site (from rev 106, trunk/lutinprocessor/site)
Copied: trunk/lutinprocessor/src/site/xdoc/fr/rst/Todo.rst (from rev 106, trunk/lutinprocessor/doc/Todo.rst)
===================================================================
--- trunk/lutinprocessor/src/site/xdoc/fr/rst/Todo.rst (rev 0)
+++ trunk/lutinprocessor/src/site/xdoc/fr/rst/Todo.rst 2008-08-17 22:07:04 UTC (rev 113)
@@ -0,0 +1,10 @@
+====
+Todo
+====
+
+Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou
+a une idée à proposer il ne faut pas hésiter.
+
+- La documentation utilisateur
+- La documentation développeur
+
Property changes on: trunk/lutinprocessor/src/site/xdoc/fr/rst/Todo.rst
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst (from rev 106, trunk/lutinprocessor/doc/index.rst)
===================================================================
(Binary files differ)
Property changes on: trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
1
0
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 21:55:40 +0000 (Sun, 17 Aug 2008)
New Revision: 112
Added:
tags/lutinprocessor_avant_lutinproject_2_4/
Log:
taggage avant utilisation pom parent org.codelutin:lutinproject:2.4
Copied: tags/lutinprocessor_avant_lutinproject_2_4 (from rev 111, trunk/lutinprocessor)
1
0
[Lutinprocessor-commits] r111 - trunk/lutinprocessor/src/java/org/codelutin/processor/filters
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 21:40:59 +0000 (Sun, 17 Aug 2008)
New Revision: 111
Modified:
trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java
Log:
passage des constantes en public
Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java 2008-08-17 21:39:14 UTC (rev 110)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java 2008-08-17 21:40:59 UTC (rev 111)
@@ -9,8 +9,8 @@
*/
public class LicenseFilter extends DefaultFilter {
- protected static final String HEADER = "*" + "#" + "#" + "%";
- protected static final String FOOTER = "#" + "#" + "%" + "*";
+ public static final String HEADER = "*" + "#" + "#" + "%";
+ public static final String FOOTER = "#" + "#" + "%" + "*";
/**
* la licence a insere dans le header du fichier source. Ce header est formatte en commentaire (chaque ligne
* commence par un ' * ', sauf pour la premiere et derniere ligne).
1
0
[Lutinprocessor-commits] r110 - in trunk/lutinprocessor/src/java/org/codelutin/processor: . filters
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 17, 2008
Aug. 17, 2008
Author: tchemit
Date: 2008-08-17 21:39:14 +0000 (Sun, 17 Aug 2008)
New Revision: 110
Added:
trunk/lutinprocessor/src/java/org/codelutin/processor/LicenseProcessor.java
trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java
Log:
deplacement des filter et processor pour les licences depuis le plugin maven-license-switcher-plugin
Added: trunk/lutinprocessor/src/java/org/codelutin/processor/LicenseProcessor.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/LicenseProcessor.java (rev 0)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/LicenseProcessor.java 2008-08-17 21:39:14 UTC (rev 110)
@@ -0,0 +1,28 @@
+package org.codelutin.processor;
+
+import org.codelutin.processor.filters.LicenseFilter;
+
+import java.io.File;
+import java.io.FileReader;
+import java.io.FileWriter;
+import java.io.IOException;
+
+/** @author chemit */
+public class LicenseProcessor extends org.codelutin.processor.Processor {
+
+ protected LicenseFilter licenseFilter;
+
+ public LicenseProcessor(String header) {
+ licenseFilter = new LicenseFilter(header);
+ setInputFilter(licenseFilter);
+ }
+
+ public LicenseFilter getLicenceFilter() {
+ return licenseFilter;
+ }
+
+ public void process(File filein, File fileout) throws IOException {
+ process(new FileReader(filein), new FileWriter(fileout));
+ }
+}
+
Added: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java (rev 0)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/LicenseFilter.java 2008-08-17 21:39:14 UTC (rev 110)
@@ -0,0 +1,55 @@
+package org.codelutin.processor.filters;
+
+/**
+ * Un filtre pour remplacer la license d'un fichier source java.
+ * <p/>
+ * fixme : il faut ne pas autoriser le process de fichier java qui ne sont pas valide selon le header - footer...
+ *
+ * @author chemit
+ */
+public class LicenseFilter extends DefaultFilter {
+
+ protected static final String HEADER = "*" + "#" + "#" + "%";
+ protected static final String FOOTER = "#" + "#" + "%" + "*";
+ /**
+ * la licence a insere dans le header du fichier source. Ce header est formatte en commentaire (chaque ligne
+ * commence par un ' * ', sauf pour la premiere et derniere ligne).
+ */
+ protected String licenseHeader;
+
+ /** flag pour indiquer si la licence a ete trouvee entre le header et le footer */
+ protected boolean touched;
+
+ public LicenseFilter(String licenseHeader) {
+ this.licenseHeader = " " + licenseHeader + " ";
+ }
+
+ protected String performInFilter(String ch) {
+ if (touched) {
+ // on autorise pas deux process de la licence dans un fichier java
+ throw new IllegalStateException("has find more than once the license processor tags in a file");
+ }
+ touched = true;
+ return HEADER + licenseHeader + FOOTER;
+ }
+
+ protected String performOutFilter(String ch) {
+ return ch;
+ }
+
+ protected String getHeader() {
+ return HEADER;
+ }
+
+ protected String getFooter() {
+ return FOOTER;
+ }
+
+ public boolean wasTouched() {
+ return touched;
+ }
+
+ public void reset() {
+ touched = false;
+ }
+}
1
0
Aug. 5, 2008
Author: tchemit
Date: 2008-08-05 09:44:38 +0000 (Tue, 05 Aug 2008)
New Revision: 109
Removed:
trunk/CVSROOT/
Log:
not used in svn
1
0
[Lutinprocessor-commits] r108 - trunk/lutinprocessor/xdocs
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
Aug. 5, 2008
Author: tchemit
Date: 2008-08-05 08:37:01 +0000 (Tue, 05 Aug 2008)
New Revision: 108
Modified:
trunk/lutinprocessor/xdocs/navigation.xml
Log:
UTF-85 ?
Modified: trunk/lutinprocessor/xdocs/navigation.xml
===================================================================
--- trunk/lutinprocessor/xdocs/navigation.xml 2008-08-05 07:48:52 UTC (rev 107)
+++ trunk/lutinprocessor/xdocs/navigation.xml 2008-08-05 08:37:01 UTC (rev 108)
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="UTF-85"?>
+<?xml version="1.0" encoding="UTF-8"?>
<project name="Plugin Maven for Lutin Processor">
<title>Plugin Maven for Lutin Processor</title>
<body>
<links>
- <item href="http://lutinprocessor.labs.libre-entreprise.org/maven-lutinprocessor-plugin" name="maven plugin for LutinProcessor"></item>
- <item href="http://labs.libre-entreprise.org/" name="Labs"></item>
- <item href="http://www.codelutin.com/" name="Code Lutin"></item>
+ <item href="http://lutinprocessor.labs.libre-entreprise.org/maven-lutinprocessor-plugin" name="maven plugin for LutinProcessor"/>
+ <item href="http://labs.libre-entreprise.org/" name="Labs"/>
+ <item href="http://www.codelutin.com/" name="Code Lutin"/>
</links>
<menu name="Utilisateur">
- <item href="/LutinProcessor.html" name="About"></item>
- <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="Téléchargement"></item>
+ <item href="/LutinProcessor.html" name="About"/>
+ <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="Téléchargement"/>
</menu>
<menu name="Developpeur">
- <item href="/Todo.html" name="Todo"></item>
+ <item href="/Todo.html" name="Todo"/>
</menu>
</body>
</project>
\ No newline at end of file
1
0
[Lutinprocessor-commits] r107 - in trunk: lutinprocessor maven-processor-plugin
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
Aug. 5, 2008
Author: tchemit
Date: 2008-08-05 07:48:52 +0000 (Tue, 05 Aug 2008)
New Revision: 107
Modified:
trunk/lutinprocessor/
trunk/maven-processor-plugin/
Log:
svn ignore
Property changes on: trunk/lutinprocessor
___________________________________________________________________
Name: svn:ignore
- maven.log
target
velocity.log
CodeLutinKeystore
lutinprocessor.ipr
+ maven.log
target
velocity.log
CodeLutinKeystore
lutinprocessor.ipr
.classpath
.project
.settings
Property changes on: trunk/maven-processor-plugin
___________________________________________________________________
Name: svn:ignore
- maven-processor-plugin.ipr
target
+ maven-processor-plugin.ipr
target
.classpath
.project
.settings
1
0
[Lutinprocessor-commits] r106 - in trunk: lutinprocessor lutinprocessor/doc lutinprocessor/site lutinprocessor/src/java/org/codelutin/processor lutinprocessor/src/java/org/codelutin/processor/ant lutinprocessor/src/java/org/codelutin/processor/filters lutinprocessor/xdocs maven-processor-plugin maven-processor-plugin/doc
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
by tchemit@users.labs.libre-entreprise.org Aug. 5, 2008
Aug. 5, 2008
Author: tchemit
Date: 2008-08-05 07:47:36 +0000 (Tue, 05 Aug 2008)
New Revision: 106
Removed:
trunk/lutinprocessor/.build Lutin file processor.launch
trunk/lutinprocessor/.classpath
trunk/lutinprocessor/.clean Lutin file processor.launch
trunk/lutinprocessor/.cvsignore
trunk/lutinprocessor/.project
trunk/lutinprocessor/lutinproject.xml
trunk/lutinprocessor/maven.xml
trunk/lutinprocessor/project.properties
trunk/lutinprocessor/project.xml
trunk/maven-processor-plugin/.classpath
trunk/maven-processor-plugin/.cvsignore
trunk/maven-processor-plugin/.project
trunk/maven-processor-plugin/.settings/
Modified:
trunk/lutinprocessor/doc/Todo.rst
trunk/lutinprocessor/doc/index.rst
trunk/lutinprocessor/lutincheckstyle.xml
trunk/lutinprocessor/lutinheader.txt
trunk/lutinprocessor/pom.xml
trunk/lutinprocessor/site/site.xml
trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java
trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java
trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java
trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java
trunk/lutinprocessor/xdocs/navigation.xml
trunk/maven-processor-plugin/doc/index.rst
trunk/maven-processor-plugin/pom.xml
Log:
passage en UTF-8
suppression fichiers eclispe et maven 1
Deleted: trunk/lutinprocessor/.build Lutin file processor.launch
===================================================================
--- trunk/lutinprocessor/.build Lutin file processor.launch 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/.build Lutin file processor.launch 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="jar"/>
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_REFRESH_SCOPE" value="${project}"/>
- <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Lutin file processor}"/>
- <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/tools/maven-1.0-rc2/bin/maven"/>
- <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/>
-</launchConfiguration>
Deleted: trunk/lutinprocessor/.classpath
===================================================================
--- trunk/lutinprocessor/.classpath 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/.classpath 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="MAVEN_REPO/externallib/jars/ant-1.6.jar"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Deleted: trunk/lutinprocessor/.clean Lutin file processor.launch
===================================================================
--- trunk/lutinprocessor/.clean Lutin file processor.launch 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/.clean Lutin file processor.launch 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean"/>
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_REFRESH_SCOPE" value="${project}"/>
- <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
- <stringAttribute
- key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/Lutin file processor}"/>
- <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/opt/tools/maven-1.0-rc2/bin/maven"/>
- <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/>
-</launchConfiguration>
Deleted: trunk/lutinprocessor/.cvsignore
===================================================================
--- trunk/lutinprocessor/.cvsignore 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/.cvsignore 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,5 +0,0 @@
-maven.log
-target
-velocity.log
-CodeLutinKeystore
-lutinprocessor.ipr
Deleted: trunk/lutinprocessor/.project
===================================================================
--- trunk/lutinprocessor/.project 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/.project 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<projectDescription>
- <name>Lutin file processor</name>
- <comment>Cette librairie permet la cr?ation de filtre sur les fichiers sources. Des tags de debut et de fin sont recherch?s et le filtre permet de traiter la cha?ne comprise dans ces tags pour qu'elle soit ?crite dans le fichier cible.</comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
\ No newline at end of file
Modified: trunk/lutinprocessor/doc/Todo.rst
===================================================================
--- trunk/lutinprocessor/doc/Todo.rst 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/doc/Todo.rst 2008-08-05 07:47:36 UTC (rev 106)
@@ -2,9 +2,9 @@
Todo
====
-Voici la liste des t�ches qui reste � faire. Si quelqu'un souhaite aider, ou
-a une id�e � proposer il ne faut pas h�siter.
+Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou
+a une idée à proposer il ne faut pas hésiter.
- La documentation utilisateur
-- La documentation d�veloppeur
+- La documentation développeur
Modified: trunk/lutinprocessor/doc/index.rst
===================================================================
(Binary files differ)
Modified: trunk/lutinprocessor/lutincheckstyle.xml
===================================================================
--- trunk/lutinprocessor/lutincheckstyle.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/lutincheckstyle.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.1//EN"
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
@@ -176,7 +176,7 @@
<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->
<module name="ArrayTypeStyle"/>
-<!-- BB peut-�tre <module name="FinalParameters"/> -->
+<!-- BB peut-être <module name="FinalParameters"/> -->
<module name="GenericIllegalRegexp">
<property name="format" value="\s+$"/>
<property name="message" value="Line has trailing spaces."/>
Modified: trunk/lutinprocessor/lutinheader.txt
===================================================================
--- trunk/lutinprocessor/lutinheader.txt 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/lutinheader.txt 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,6 +1,6 @@
/* *##%
* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin,
-* C�dric Pineau, Benjamin Poussin,
+* Cédric Pineau, Benjamin Poussin,
*
*
* This program is free software; you can redistribute it and/or
Deleted: trunk/lutinprocessor/lutinproject.xml
===================================================================
--- trunk/lutinprocessor/lutinproject.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/lutinproject.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,164 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-
- <!-- the version of maven's project object model -->
- <pomVersion>3</pomVersion>
-
- <groupId>lutinlib</groupId>
-
- <!-- details about the organization that 'owns' the project -->
- <organization>
- <name>Code Lutin</name>
- <url>http://www.codelutin.com/</url>
- <logo>http://www.codelutin.com/cl-images/mini-lutin.png</logo>
- </organization>
-
- <!-- the project home page -->
- <url>http://labs.libre-entreprise.org/projects/${pom.artifactId}</url>
-
- <issueTrackingUrl>http://labs.libre-entreprise.org/tracker/</issueTrackingUrl>
-
- <siteAddress>labs.libre-entreprise.org</siteAddress>
- <siteDirectory>/home/groups/${pom.artifactId}/htdocs/</siteDirectory>
-
- <distributionSite>labs.libre-entreprise.org</distributionSite>
- <distributionDirectory>/home/groups/lutinbuilder/htdocs/maven</distributionDirectory>
-
- <!-- the version control repository and http url for online access
- the connection element has the form:
- scm:<system>:<system specific connection string> -->
- <repository>
- <connection>scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection>
- <url>http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.arti…</url>
- </repository>
-
- <!-- any mailing lists for the project -->
- <mailingLists>
- <mailingList>
- <name>${pom.artifactId}-cvscommit</name>
- <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-c…</subscribe>
- <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-c…</unsubscribe>
- <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-cvscommi…</archive>
- </mailingList>
- <mailingList>
- <name>${pom.artifactId}-devel</name>
- <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-d…</subscribe>
- <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-d…</unsubscribe>
- <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-devel/</archive>
- </mailingList>
- <mailingList>
- <name>${pom.artifactId}-user</name>
- <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-u…</subscribe>
- <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-u…</unsubscribe>
- <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-user/</archive>
- </mailingList>
- </mailingLists>
-
- <licenses>
- <license>
- <name>GPL</name>
- <url>http://www.gnu.org/copyleft/gpl.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <!-- who the developers are for the project -->
- <developers>
- <developer>
- <name>Benjamin Poussin</name>
- <id>bpoussin</id>
- <email>poussin(a)codelutin.com</email>
- <organization>Code Lutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>D�veloppeur</role>
- <role>Debian packager</role>
- </roles>
- </developer>
- <developer>
- <name>C�dric Pineau</name>
- <id>pineau</id>
- <email>pineau(a)codelutin.com</email>
- <organization>Code Lutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>D�veloppeur</role>
- </roles>
- </developer>
- </developers>
-
-
- <!-- jar files the project is dependent on -->
- <dependencies/>
-
- <reports>
- <report>maven-changelog-plugin</report>
- <report>maven-changes-plugin</report>
-<!-- <report>maven-checkstyle-plugin</report> -->
- <report>maven-developer-activity-plugin</report>
- <report>maven-file-activity-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jdepend-plugin</report>
- <report>maven-junit-report-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-license-plugin</report>
-<!-- <report>maven-pmd-plugin</report> -->
- <report>maven-statcvs-plugin</report>
-<!-- <report>maven-simian-plugin</report> -->
- <report>maven-tasklist-plugin</report>
- </reports>
-
- <!-- build information for the project -->
- <build>
- <nagEmailAddress>poussin+${pom.artifactId}(a)codelutin.org</nagEmailAddress>
- <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
- <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
- <unitTest>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <excludes>
- <exclude>**/NaughtyTest.java</exclude>
- </excludes>
- </unitTest>
-
- <resources>
- <resource>
- <directory>${maven.src.dir}/java</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.xml</include>
- <include>**/*.jdo</include>
- </includes>
- </resource>
- <resource>
- <directory>${maven.src.dir}/resources</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.png</include>
- <include>**/*.gif</include>
- <include>**/*.jpg</include>
- <include>**/*.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>${maven.src.dir}/uimodel</directory>
- <includes>
- <include>**/*.xml</include>
- <include>**/*.xgl</include>
- <include>**/*.bsh</include>
- </includes>
- </resource>
- <resource>
- <directory>${maven.src.dir}/xsl</directory>
- <includes>
- <include>**/*.xsl</include>
- </includes>
- </resource>
- </resources>
-
- </build>
-
-</project>
-
Deleted: trunk/lutinprocessor/maven.xml
===================================================================
--- trunk/lutinprocessor/maven.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/maven.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
-
-<project default="jar:jar"
- xmlns:j="jelly:core"
- xmlns:ant="jelly:ant"
- xmlns:u="jelly:util">
-
- <preGoal name="site">
- <attainGoal name="topia:docs"/>
- </preGoal>
-
- <preGoal name="jar:deploy">
- <ant:signjar keystore="CodeLutinKeystore" alias="CodeLutin" storepass="codelutin">
- <ant:fileset dir="target" includes="lutin*-*.jar"/>
- </ant:signjar>
- </preGoal>
-
-</project>
Modified: trunk/lutinprocessor/pom.xml
===================================================================
--- trunk/lutinprocessor/pom.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/pom.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
@@ -31,7 +31,7 @@
<!--Description-->
<description>
- Cette librairie permet la cr�ation de filtre sur les fichiers sources.
+ Cette librairie permet la création de filtre sur les fichiers sources.
</description>
<inceptionYear>2004</inceptionYear>
@@ -46,6 +46,7 @@
<!--Compile with ?-->
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
+ <maven.compile.encoding>UTF-8</maven.compile.encoding>
</properties>
<!--Librairies-->
@@ -60,7 +61,17 @@
<build>
<plugins>
+
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${maven.compile.source}</source>
+ <target>${maven.compile.target}</target>
+ <encoding>${maven.compile.encoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
Deleted: trunk/lutinprocessor/project.properties
===================================================================
--- trunk/lutinprocessor/project.properties 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/project.properties 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,5 +0,0 @@
-maven.src.dir=${basedir}/src
-
-# Checkstyle Report
-maven.checkstyle.header.file=${basedir}/lutinheader.txt
-maven.checkstyle.properties=${basedir}/lutincheckstyle.xml
Deleted: trunk/lutinprocessor/project.xml
===================================================================
--- trunk/lutinprocessor/project.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/project.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
-
- <extend>${basedir}/lutinproject.xml</extend>
- <id>lutinprocessor</id>
- <name>Lutin file processor</name>
- <currentVersion>0.12</currentVersion>
-
- <inceptionYear>2004</inceptionYear>
- <package>org.codelutin.lutinprocessor</package>
- <logo>http://www.codelutin.com/cl-images/mini-lutin.png</logo>
- <shortDescription>Cette librairie permet la cr�ation de filtre sur les fichiers sources.</shortDescription>
- <description>Cette librairie permet la cr�ation de filtre sur les fichiers sources.
-Des tags de debut et de fin sont recherch�s et le filtre permet de traiter
-la cha�ne comprise dans ces tags pour qu'elle soit �crite dans le fichier
-cible.</description>
-
- <issueTrackingUrl>http://labs.libre-entreprise.org/tracker/?group_id=28</issueTrackingUrl>
-
- <dependencies>
- <dependency>
- <groupId>externallib</groupId>
- <artifactId>ant</artifactId>
- <version>1.6</version>
- </dependency>
- </dependencies>
-
-</project>
-
Modified: trunk/lutinprocessor/site/site.xml
===================================================================
--- trunk/lutinprocessor/site/site.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/site/site.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<project name="LutinProcessor">
<skin>
@@ -31,7 +31,7 @@
<menu name="Utilisateur">
<item href="/index.html" name="Accueil"></item>
- <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocesso…" name="T�l�chargement"/>
+ <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocesso…" name="Téléchargement"/>
</menu>
<menu name="Developpeur">
Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/I18nExtractor.java 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,6 +1,6 @@
/* *##%
* Copyright (C) 2002, 2003, 2004
- * Code Lutin, C�dric Pineau, Benjamin Poussin
+ * Code Lutin, Cédric Pineau, Benjamin Poussin
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -22,7 +22,7 @@
*
* Created: Aug 16, 2004
*
- * @author C�dric Pineau <pineau(a)codelutin.com>
+ * @author Cédric Pineau <pineau(a)codelutin.com>
* @version $Revision$
*
* Last update : $Date$
Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/ant/I18nExtractorTask.java 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,6 +1,6 @@
/* *##%
* Copyright (C) 2002, 2003, 2004
- * Code Lutin, C�dric Pineau, Benjamin Poussin
+ * Code Lutin, Cédric Pineau, Benjamin Poussin
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -22,7 +22,7 @@
*
* Created: Aug 16, 2004
*
- * @author C�dric Pineau <pineau(a)codelutin.com>
+ * @author Cédric Pineau <pineau(a)codelutin.com>
* @version $Revision$
*
* Last update : $Date$
Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilter.java 2008-08-05 07:47:36 UTC (rev 106)
@@ -36,25 +36,25 @@
package org.codelutin.processor.filters;
/*
- * Classe principale du filtre de g�n�ration. Ce filtre recherche tout ce qu'il
+ * Classe principale du filtre de génération. Ce filtre recherche tout ce qu'il
* y a entre les tag /*{ et }*/ a l'interieur de ces tags un autre filtre
* ({@link org.codelutin.processor.filters.GeneratorTemplatesFilterIn}) est
- * utilis� pour g�n�rer les tags <% %>, <%= %> et *).
+ * utilisé pour générer les tags <% %>, <%= %> et *).
* <ul>
* <li>/*{ et }*/ est remplacer par output.write("..."); pour chaque
- * ligne et les " sont cot�</li>
+ * ligne et les " sont coté</li>
* <li><% %></li>
* <li><%= %></li>
- * <li>*) permet de fermer un commentaire sans le fermer r�eellement, cela
- * permet au �diteur faisant une analyse du code de continuer a fonctionner
- * ce tag est remplac� par son equivalent */ apr�s g�n�ration.</li>
+ * <li>*) permet de fermer un commentaire sans le fermer réeellement, cela
+ * permet au éditeur faisant une analyse du code de continuer a fonctionner
+ * ce tag est remplacé par son equivalent */ après génération.</li>
* </ul>
* Vous pouvez modifier le comportement du processor en mettant des options
* Une option est incluse dans le tag et est de la forme
* /*{generator option: <optionName> = valeur}*/
* les options existantes sont:
- * <li>passEmptyLine: boolean; cette option permet de supprimer la premi�re
- * et la derni�re ligne si elles sont videx</li>
+ * <li>passEmptyLine: boolean; cette option permet de supprimer la première
+ * et la dernière ligne si elles sont videx</li>
* <li>wtriteString: String, default: output.write</li>
*/
public class GeneratorTemplatesFilter extends DefaultFilter {
Modified: trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java
===================================================================
--- trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/src/java/org/codelutin/processor/filters/GeneratorTemplatesFilterIn.java 2008-08-05 07:47:36 UTC (rev 106)
@@ -32,7 +32,7 @@
package org.codelutin.processor.filters;
/**
- * Le tag *) n'est substitu� que s'il est a l'ext�rieur du tag <%=...%>ou
+ * Le tag *) n'est substitué que s'il est a l'extérieur du tag <%=...%>ou
* <%...%>
*/
public class GeneratorTemplatesFilterIn extends DefaultFilter { // GeneratorTemplatesFilterIn
@@ -44,12 +44,12 @@
}
/**
- * m�thode appel�e lorsqu'on a la cha�ne enti�re entre le header et le
+ * méthode appelée lorsqu'on a la chaîne entière entre le header et le
* footer.
*
* @param ch
- * la cha�ne trouv�
- * @return ce qu'il faut �crire dans le fichier de sortie
+ * la chaîne trouvé
+ * @return ce qu'il faut écrire dans le fichier de sortie
*/
protected String performInFilter(String ch) {
if (ch.startsWith("="))
Modified: trunk/lutinprocessor/xdocs/navigation.xml
===================================================================
--- trunk/lutinprocessor/xdocs/navigation.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/lutinprocessor/xdocs/navigation.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
+<?xml version="1.0" encoding="UTF-85"?>
<project name="Plugin Maven for Lutin Processor">
<title>Plugin Maven for Lutin Processor</title>
@@ -10,7 +10,7 @@
</links>
<menu name="Utilisateur">
<item href="/LutinProcessor.html" name="About"></item>
- <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="T�l�chargement"></item>
+ <item href="http://lutinbuilder.labs.libre-entreprise.org/maven/lutinlib/jars/" name="Téléchargement"></item>
</menu>
<menu name="Developpeur">
<item href="/Todo.html" name="Todo"></item>
Deleted: trunk/maven-processor-plugin/.classpath
===================================================================
--- trunk/maven-processor-plugin/.classpath 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/maven-processor-plugin/.classpath 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="src" path="src/test"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar"/>
- <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/lutinlib/lutinutil/0.19/lutinutil-0.19.jar"/>
- <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/lutinlib/lutinprocessor/0.12/lutinprocessor-0.12.jar"/>
- <classpathentry kind="lib" path="/home/ruchaud/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Deleted: trunk/maven-processor-plugin/.cvsignore
===================================================================
--- trunk/maven-processor-plugin/.cvsignore 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/maven-processor-plugin/.cvsignore 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,2 +0,0 @@
-maven-processor-plugin.ipr
-target
Deleted: trunk/maven-processor-plugin/.project
===================================================================
--- trunk/maven-processor-plugin/.project 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/maven-processor-plugin/.project 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>maven-processor-plugin</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Modified: trunk/maven-processor-plugin/doc/index.rst
===================================================================
(Binary files differ)
Modified: trunk/maven-processor-plugin/pom.xml
===================================================================
--- trunk/maven-processor-plugin/pom.xml 2008-07-28 23:18:53 UTC (rev 105)
+++ trunk/maven-processor-plugin/pom.xml 2008-08-05 07:47:36 UTC (rev 106)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
@@ -33,6 +33,8 @@
<!--Compile with ?-->
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
+ <maven.compile.encoding>UTF-8</maven.compile.encoding>
+
</properties>
<!-- debut de ce qui devrait etre dans le pere -->
@@ -41,6 +43,16 @@
<testSourceDirectory>${maven.src.dir}/test</testSourceDirectory>
<plugins>
+
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${maven.compile.source}</source>
+ <target>${maven.compile.target}</target>
+ <encoding>${maven.compile.encoding}</encoding>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
@@ -82,7 +94,7 @@
<organization>Code Lutin</organization>
<timezone>+2</timezone>
<roles>
- <role>D�veloppeur</role>
+ <role>Développeur</role>
</roles>
</contributor>
</contributors>
1
0