I18n-commits
Threads by month
- ----- 2026 -----
- 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
- 802 discussions
Author: tchemit
Date: 2010-04-15 14:03:40 +0200 (Thu, 15 Apr 2010)
New Revision: 1747
Log:
remove svn keyworks Revision and Date in header (redundant with Id and solve date format problem)
pass on mavenpom (snapshot!) to fix headers
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/ant-i18n-task/LICENSE.txt
trunk/ant-i18n-task/README.txt
trunk/ant-i18n-task/changelog.txt
trunk/ant-i18n-task/pom.xml
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/changelog.txt
trunk/maven-i18n-plugin/LICENSE.txt
trunk/maven-i18n-plugin/README.txt
trunk/maven-i18n-plugin/changelog.txt
trunk/maven-i18n-plugin/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
trunk/maven-i18n-plugin/src/it/settings.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
trunk/maven-i18n-plugin/src/main/resources/log4j.properties
trunk/maven-i18n-plugin/src/main/resources/swixat.rules
trunk/maven-i18n-plugin/src/main/resources/validation.rules
trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n-editor/LICENSE.txt
trunk/nuiton-i18n-editor/README.txt
trunk/nuiton-i18n-editor/changelog.txt
trunk/nuiton-i18n-editor/pom.xml
trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
trunk/nuiton-i18n-editor/src/main/assembly/go.bat
trunk/nuiton-i18n-editor/src/main/assembly/go.sh
trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
trunk/nuiton-i18n-editor/src/site/apt/index.apt
trunk/nuiton-i18n-editor/src/site/site_fr.xml
trunk/nuiton-i18n/LICENSE.txt
trunk/nuiton-i18n/README.txt
trunk/nuiton-i18n/changelog.txt
trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
trunk/nuiton-i18n/pom.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
trunk/nuiton-i18n/src/test/resources/log4j.properties
trunk/pom.xml
trunk/src/license/project.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/en/apt/application.apt
trunk/src/site/en/apt/bestPractices.apt
trunk/src/site/en/apt/extendInitializer.apt
trunk/src/site/en/apt/helloWorld.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/library.apt
trunk/src/site/en/apt/presentation.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Ant task
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/site/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Ant task
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/ant-i18n-task/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/site/site_fr.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Ant task
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/ant-i18n-task/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/settings.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/swixat.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/validation.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Maven Plugin
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/maven-i18n-plugin/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Maven Plugin
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/maven-i18n-plugin/src/site/apt/usages.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Maven Plugin
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/maven-i18n-plugin/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/site/apt/index.apt
===================================================================
(Binary files differ)
Property changes on: trunk/nuiton-i18n/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/site/site_fr.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Api
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/nuiton-i18n/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.bat
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.sh
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -37,7 +37,7 @@
/**
* L'application.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class I18nEditor {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -48,7 +48,7 @@
* TODO ajouter d'autres propriete pour controler quel storage est utilise
* et quel est son type (local ou pas).
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @see DefaultApplicationContext.AutoLoad
*/
@DefaultApplicationContext.AutoLoad
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -38,7 +38,7 @@
* <p/>
* Note : cette classe possède une instance partagée accéssible via la méthode {@link #get()}.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class I18nEditorContext extends DefaultApplicationContext {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -41,7 +41,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class AbstractI18nProject implements I18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -32,7 +32,7 @@
*
* @param <P> le type de projet supporte.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public abstract class AbstractI18nProjectProvider<P extends I18nProject> implements I18nProjectProvider<P> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -29,7 +29,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -26,7 +26,7 @@
*
* @param <P> le type de projet
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProjectConfigurePanelUI<P extends I18nProject> extends JAXXObject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -33,7 +33,7 @@
/**
* L'usine de projets.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @see I18nProject
* @see I18nProjectProvider
*/
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -29,7 +29,7 @@
* Le contrat d'un provider du projet.
*
* @param <P> le type de projet connu par le provider.
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProjectProvider<P extends I18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -25,7 +25,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class DirectoryI18nProject extends AbstractI18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -35,7 +35,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class DirectoryI18nProjectProvider extends AbstractI18nProjectProvider<DirectoryI18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -25,7 +25,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class JarI18nProject extends AbstractI18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -40,7 +40,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class JarI18nProjectProvider extends AbstractI18nProjectProvider<JarI18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -67,7 +67,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
@AutoLoad
public class I18nEditorUIHandler {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -21,7 +21,7 @@
/**
* Pour caracteriser le mode a utiliser dans le modele de navigation.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public enum TreeModelMode {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -43,7 +43,7 @@
/**
* Le modele de l'ui pour creer un projet via un assistant
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class ProjectUIModel extends WizardModel<ProjectStep> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -30,7 +30,7 @@
* Le modèle pour la tableau dans l'import GPS qui contient les activités et
* les points gps calculés via le fichier gps importé.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class SelectBundlesTableModel extends AbstractTableModel {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.1</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>i18n</artifactId>
Property changes on: trunk/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/license/project.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/application.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/bestPractices.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/extendInitializer.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/helloWorld.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/library.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/presentation.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/application.apt
===================================================================
--- trunk/src/site/en/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/application.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/bestPractices.apt
===================================================================
--- trunk/src/site/en/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/bestPractices.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/en/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/extendInitializer.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/helloWorld.apt
===================================================================
--- trunk/src/site/en/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/helloWorld.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/library.apt
===================================================================
--- trunk/src/site/en/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/library.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/presentation.apt
===================================================================
--- trunk/src/site/en/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/presentation.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Property changes on: trunk/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Property changes on: trunk/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
1
0
r1746 - in trunk: . src/site src/site/apt src/site/en src/site/en/apt
by jcouteau@users.nuiton.org 13 Apr '10
by jcouteau@users.nuiton.org 13 Apr '10
13 Apr '10
Author: jcouteau
Date: 2010-04-13 17:34:33 +0200 (Tue, 13 Apr 2010)
New Revision: 1746
Log:
Translate site in english (default language french)
Make some modificatiosn on french doc
Added:
trunk/src/site/en/
trunk/src/site/en/apt/
trunk/src/site/en/apt/application.apt
trunk/src/site/en/apt/bestPractices.apt
trunk/src/site/en/apt/extendInitializer.apt
trunk/src/site/en/apt/helloWorld.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/library.apt
trunk/src/site/en/apt/presentation.apt
trunk/src/site/site_en.xml
Modified:
trunk/pom.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/site_fr.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/pom.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -220,11 +220,16 @@
<packaging>pom</packaging>
<properties>
+
<!-- pour un muli module on doit fixer le projectId -->
<projectId>i18n</projectId>
<processor.version>1.0.3</processor.version>
<helper.version>1.2.3</helper.version>
+
+ <!--Multilanguage maven-site -->
+ <siteLocales>fr,en</siteLocales>
+
</properties>
<!-- ************************************************************* -->
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Application
-----
-
Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
Nuiton I18n (utilisation de Maven)
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,22 +26,19 @@
~~ #L%
~~~
-----
-I18n Best pratices
-----
+Bonnes pratiques Nuiton I18n
-Nuiton I18n Best Practices
+* Choisissez un pattern et suivez le.
-* Choose a pattern and follow it
+ Dans une application ou une librairie, vous devriez choisir un pattern pour
+ les clés i18n. Vous pouvez choisir d'utiliser des clés comme
+ myapplication.key1 ou des phrases comme 'My application string'. Une fois que
+ vous avez fait votre choix, suivez-le afin de conserver de la consistance
+ dans votre application. Nottez que dans une application, vous pouvez utiliser
+ un pattern différent de celui utilisé dans ses dépendances.
- In an application or a library, you should choose a pattern for the i18n keys.
- You can either choose to use keys like myapplication.key1 or sentences like
- 'My application string'. Once you made your choice, stick to it to keep a
- consistency in your application. Note that in an application, you can choose a
- different pattern than the one used in the dependencies.
+* Toujours utiliser DefaultI18nInitializer dans une application finale.
-* Always use DefaultI18nInitializer in final applications
-
- This is not an obligation, but as it makes you gain time at your application
- initialisation, it is really advised to use DefaultI18nInitializer for all
- your final applications.
+ Ce n'est pas une obligation, mais comme cela vous fait gagner un temps
+ considérable à l'initialisation, il est fortement conseillé d'utiliser
+ DefaultI18nInitializer pour toutes vos applications finales.
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Extends Initializer
-----
+Etendre Initializer pour répondre exactement à votre besoin
-Extend Initializer to suit exactly your needs
-
TODO
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Hello World
-----
-
Nuiton I18n Hello World
Ce premier tutorial a pour objectif de vous montrer comment se servir de la
@@ -116,11 +112,9 @@
Félicitation, vous venez de traduire votre première application avec Nuiton I18n
+Sources du tutoriel
+
Les sources de ce tutoriel sont téléchargeables
{{{./helloworld.zip}ici}}. Elles sont packagées
avec les librairies nécessaires à la compilation et l'exécution de cet
exemple.
-
-Sources du tutoriel
-
- {{{./helloworld.zip}Sources du tutoriel}}
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,15 +26,8 @@
~~ #L%
~~~
-----
Nuiton I18n
-----
-----
-2010-04-02
-----
-Nuiton I18n
-
Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
(i18n) des applications.
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Librarie
-----
-
Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
* Pourquoi un tutoriel différent pour une librairie et pour une application
@@ -45,7 +41,7 @@
* Le tutoriel
Dans ce tutoriel nous allons créer une librairie avec une classe unique qui va
- juste afficher un message dans les logs. C'est ce message qui sera traduit.
+ juste afficher un message. C'est ce message qui sera traduit.
* Créons le projet Maven et configurons le plugin Nuiton I18n
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Présentation I18n
-----
-
Présentation
La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
Added: trunk/src/site/en/apt/application.apt
===================================================================
--- trunk/src/site/en/apt/application.apt (rev 0)
+++ trunk/src/site/en/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,87 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Tutorial of an application using Nuiton I18n and a library using Nuiton I18n
+itself (use Maven)
+
+ In this tutorial, we will create an application that will display a message
+ to the user and will call the unique method of the library we created in the
+ previous tutorial. We suppose in this tutorial, that you followed the two
+ previous tutorials in order not to start all over again.
+
+* I18n plugin configuration
+
+ In the I18n plugin configuration, we will add the bundle goal. This goal
+ gathers all the application and its library i18n strings in order to create a
+ unique bundle.
+
+-------------------
+<goal>bundle</goal>
+-------------------
+
+* The application code
+
+ In the previous examples, we used Nuiton I18n default values, but in order to
+ optimise loading, in a final application, it is necessary to change the
+ initializer before. The default initializer, ClassPathI18nInitializer, looks
+ for all the I18n bundles in the classpath in order to load them, but as our
+ plugin creates a unique bundle gathering all I18n strings, we can use
+ DefaultI18nInitializer, that takes into parameter the bundle name created by
+ the plugin, it will then load only the said bundle. This can make you gain up
+ to 10 secondes at load time, following the classpath size.
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myApplication;
+
+import org.myOrganisation.myLibrary.myLibrary;
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.init;
+import static org.nuiton.i18n.I18n.setInitializer;
+import org.nuiton.i18n.init.DefaultI18nInitializer;
+
+public class myApplication {
+
+ public static void main(String[] args){
+
+ setInitializer(new DefaultI18nInitializer("myApplication-i18n"));
+ init("fr","FR");
+
+ System.out.println(_("String to translate in my application"));
+ myLibrary.myMethod();
+ }
+}
+-------------------------------------------------------------------------------
+
+* Configuration
+
+ Do not forget to precise the classpath and main class in maven jar plugin.
+
+* Tutorial sources
+
+ {{{../application-i18n.zip}Tutorial sources}}
+
Added: trunk/src/site/en/apt/bestPractices.apt
===================================================================
--- trunk/src/site/en/apt/bestPractices.apt (rev 0)
+++ trunk/src/site/en/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,43 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Nuiton I18n Best Practices
+
+* Choose a pattern and follow it
+
+ In an application or a library, you should choose a pattern for the i18n keys.
+ You can either choose to use keys like myapplication.key1 or sentences like
+ 'My application string'. Once you made your choice, stick to it to keep a
+ consistency in your application. Note that in an application, you can choose a
+ different pattern than the one used in the dependencies.
+
+* Always use DefaultI18nInitializer in final applications
+
+ This is not an obligation, but as it makes you gain time at your application
+ initialisation, it is really advised to use DefaultI18nInitializer for all
+ your final applications.
Added: trunk/src/site/en/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/en/apt/extendInitializer.apt (rev 0)
+++ trunk/src/site/en/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,31 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Extend Initializer to suit exactly your needs
+
+ TODO
Added: trunk/src/site/en/apt/helloWorld.apt
===================================================================
--- trunk/src/site/en/apt/helloWorld.apt (rev 0)
+++ trunk/src/site/en/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,114 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Nuiton I18n Hello World
+
+ This first tutorial is aimed to show you how to use Nuiton I18n library the
+ easiest way. We will create a main method that will display th 'Hello World'
+ text, then we will translate this text in other languages.
+
+ The corresponding java class looks like this :
+
+----------------------------------------------------------------------------
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.n_;
+
+class HelloWorld {
+
+ public static void main (String[] args){
+ System.out.println(_("Hello World"));
+ System.out.println(n_("Goodbye World"));
+ }
+}
+----------------------------------------------------------------------------
+
+ If you compile and launch this class (take care to put nuiton-i18n,
+ commons-logging and commons-beanutils jar files in classpath or it will not
+ work), you will get the following result :
+
+-------------
+Hello World
+Goodbye World
+-------------
+
+ Now we want to translate those strings. We will then create a resource file
+ named hellWorld_fr_FR.properties (we will translate the application in
+ french) that we will put in a i18n file and that will contain the translated
+ strings (Take care, in the key, all the special characters and spaces have to
+ be escaped by \ ).
+
+----------
+Hello\ World = Bonjour le monde
+Goodbye\ World = Au revoir le monde
+----------
+
+ We compile again and test the class (put the directory that contains i18n in
+ the classpath or Nuiton I18n will not find the properties file). Nothing has
+ changed, but this is normal, the system has not been initialised so it does
+ not know whiwh language to load. We will then modify our class adding the line
+
+----
+org.nuiton.i18n.I18n.init("fr","FR");
+
+----
+
+ before the first call to Nuiton I18n library. This will tell Nuiton I18n which
+ language to use (in this case french). Nuiton I18n looks in the classpath
+ for all the files i18n/?????fr_FR and loads them.
+
+ To test, you just need to compile and launch the application again, you should
+ obtain :
+
+----
+2 avr. 2010 16:13:29 org.nuiton.i18n.init.I18nInitializer resolvBundles
+INFO: 1 bundle(s) found, in 1 file(s).
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore init
+INFO: 1 bundle(s) found, [1 file(s)].
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore addLanguage
+INFO: I18nLanguage <locale: fr_FR, nbStences:2>, nbEntries: 1, nbSentences: 2.
+Bonjour le monde
+Goodbye World
+----
+
+ This output can appear strange, but this is perfectly normal. The first lines
+ inform you how initialisation is happening. Those are logs comming from
+ Nuiton I18n. We can see the number of bundles found, in our case 1, and on the
+ language setting, the number of strings found, in our case 2. Then comes our
+ translated application. Yes, but the last line is not translated you can say.
+ But if you take the class we wrote, the string "Goodbye World" is put in
+ parameter of the n_() method (and not _()). The n_() method indicates a string
+ that is translated elsewhere on the application, but must not be translated
+ here. So it is replaced by the string not translated.
+
+Congratulations, you translated your first application with Nuiton I18n
+
+Tutorial sources
+
+ This tutorial sources can be downloaded {{{../helloworld.zip}here}}. They are
+ packaged with the libraries needed for the compilation and execution of this
+ example.
Added: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt (rev 0)
+++ trunk/src/site/en/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,59 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+
+Nuiton I18n
+
+ Nuiton I18n project features Java classes for applications
+ internationalisation (i18n).
+
+ This light library combine Java ResourceBundles, a powerful and easy to use
+ API and a really useful extension process. Lots of avantages comes with Nuiton
+ I18n use :
+
+ - translation keys extraction
+
+ - build process integration through Maven or Ant
+
+ Here is a small example that shows Nuiton I18n usage simplicity :
+
+-----------------------------------------------------------------------------
+I18n.init(Locale.FR);
+System.out.println(I18n._("This text will be translated"));
+-----------------------------------------------------------------------------
+
+ Have a look to the tutorials to see how to enrich your application with Nuiton
+ I18n.
+
+ The three Nuiton I18n project modules :
+
+ - {{{./nuiton-i18n/index.html}I18n Api}}
+
+ - {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}}
+
+ - {{{./ant-i18n-task/index.html}I18n Ant task}}
Added: trunk/src/site/en/apt/library.apt
===================================================================
--- trunk/src/site/en/apt/library.apt (rev 0)
+++ trunk/src/site/en/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,208 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Library using Nuiton I18n tutorial (using Maven)
+
+* Why a different tutorial for a library and a final application ?
+
+ When you create a final application, at build time, we create a bundle
+ gathering all the strings of the application and its dependencies in order to
+ optimise the application loading (we can save several seconds this way). When
+ we create a library, no bundle is created, so the use and configuration of the
+ library is easier.
+
+* The tutorial
+
+ In this tutorial, we will create a library with a unique class that will just
+ display a message. That is this message that will be translated.
+
+* Create the Maven project and configure the Nuiton I18n plugin
+
+ We create a standard Maven project. In the pom.xml file, we will configure the
+ Maven Nuiton I18n plugin.
+
+-------------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-------------------------------------------------------------------------------
+
+ In the plugin configuration, we secify the goals to execute. The parserJava
+ goal extract all the strings to translate from the java code. The gen goal
+ get the resource file that contains the translated strings and add the
+ extracted strings that are not already present in it. You can then translate
+ the strings.
+
+ In order to work, the plugin needs to have the Nuiton I18n liibrary in the
+ project dependencies.
+
+-------------------------------------------------------------------------------
+<dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n-api</artifactId>
+ <version>1.2.1</version>
+ <scope>compile</scope>
+</dependency>
+-------------------------------------------------------------------------------
+
+ We make static import in our code, so we need to configure the
+ maven-compiler-plugin
+
+-------------------------------------------------------------------------------
+<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ </configuration>
+</plugin>
+-------------------------------------------------------------------------------
+
+ And in order to get the plugin and library Nuiton I18n, we have to add the
+ nuiton repositories.
+
+-------------------------------------------------------------------------------
+<repositories>
+
+ <!-- depot des releases nuiton -->
+
+ <repository>
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </repository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <repository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+
+</repositories>
+
+<pluginRepositories>
+
+ <!-- depot des releases nuiton -->
+
+ <pluginRepository>
+
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </pluginRepository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <pluginRepository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+
+</pluginRepositories>
+-------------------------------------------------------------------------------
+
+* Crate our library
+
+ Our library, to make it simple, will contain only one class and a static
+ method.
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myLibrary;
+
+import static org.nuiton.i18n.I18n._;
+
+public class myLibrary {
+
+ static public void myMethod(){
+ System.out.println(_("My message to translate"));
+ }
+}
+-------------------------------------------------------------------------------
+
+* First build
+
+ When you build your library for the first time with the command mvn compile,
+ you should see two new resource files containing each one a string to
+ translate without translation.
+
+ You can now translate the string in both language, you will then have the
+ translation available for your next builds.
+
+* Second build
+
+ If you build the library again, then integrate it in a final application using
+ I18n, the message will be displayed translated.
+
+* Tutorial sources
+
+ {{{../library-i18n.zip}Tutorial sources}}
Added: trunk/src/site/en/apt/presentation.apt
===================================================================
--- trunk/src/site/en/apt/presentation.apt (rev 0)
+++ trunk/src/site/en/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,56 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+Presentation
+
+ The Nuiton I18n library works quite simply. The string to translate are only
+ marked by the I18n._("String to translate") method. It is possible to mark
+ the strings that are not to be translated using the I18n.n_("String not to be
+ translated").
+
+ The library must be initialised on the application launch by a method
+ I18n.init() that can take into parameter a locale, a string describing the
+ language,...
+
+ The string to translate have to be put in a properties file located in your
+ application's classpath, in a i18n file, and named as : xxx-fr_FR.properties
+ for example.
+
+ On initialisation, the library looks in the classpath for all the translation
+ files corresponding to the defined language (in the i18n files of the
+ classpath to be clear) and loads all the translations corresponding to the
+ displayed language. Then, on display, each time a string is asked for, I18n
+ give back the string translated in the corresponding language.
+
+ The Maven plugin allows to automatically look for non-translated strings in
+ the source code and create a bundle gathering all the strings and translations
+ of the applications and its dependencies.
+
+ To understand how to well use the Nuiton I18n library, it is strongly advised
+ to follow the tutorials, and preferably following the order, as they are of
+ increasing complexity.
Added: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml (rev 0)
+++ trunk/src/site/site_en.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="${project.name}">
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
+
+ <body>
+
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
+ <item name="[fr" href="../index.html" />
+ <item name="en]" href="index.html" />
+ </links>
+
+ <menu name="User">
+ <item name="Home" href="index.html"/>
+ <item name="Presentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
+
+ <menu name="Tutorials">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Library" href="library.html"/>
+ <item name="Final application" href="application.html"/>
+ </menu>
+
+ <menu name="Developer">
+ <item name="Extend Initializer" href="extendInitializer.html"/>
+ </menu>
+
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+ </body>
+</project>
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -1,68 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- I18n
-
- $Author$
- $LastChangedDate$
- $LastChangedRevision$
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2008 - 2010 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>.
- #L%
- -->
-
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven"
- img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- <item name="Présentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
+ <item name="[fr" href="index.html" />
+ <item name="en]" href="en/index.html" />
+ </links>
- <menu name="Tutoriaux">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Librairie" href="library.html"/>
- <item name="Application finale" href="application.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Développeur">
- <item name="Etendre Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="reports"/>
- </body>
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+ </body>
</project>
1
0
Author: tchemit
Date: 2010-04-12 17:12:06 +0200 (Mon, 12 Apr 2010)
New Revision: 1745
Log:
- Evolution #492: Use maven-license-plugin 2.1
- Replace old header with new ones compatible maven-license-plugin 2.1
- improve apt header files
- remove deprecated files in 1.1
Removed:
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
Modified:
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/src/license/project.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/site_fr.xml
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
- * Nuiton I18n :: Ant task
+ * #%L
+ * I18n :: Ant task
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.ant;
Modified: trunk/ant-i18n-task/src/site/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Ant task
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2010 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>.
+~~ #L%
+~~~
+
----
Ant-i18n-task
----
Modified: trunk/ant-i18n-task/src/site/site_fr.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,36 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Ant task
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2010 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>.
+ #L%
+ -->
+
<project name="${project.name}">
-
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
-
- <body>
- <links>
- <item name="Nuiton I18n" href="../nuiton-processor"/>
- </links>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <menu ref="parent"/>
+ <body>
+ <links>
+ <item name="Nuiton I18n" href="../nuiton-processor"/>
+ </links>
- <menu name="Utilisateur">
- <item href="index.html" name="Accueil"/>
- </menu>
-
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="reports"/>
-
- </body>
+ <menu ref="parent"/>
+
+ <menu name="Utilisateur">
+ <item href="index.html" name="Accueil"/>
+ </menu>
+
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
</project>
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.apache.maven.project.MavenProject;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.nuiton.io.SortedProperties;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.codehaus.plexus.util.DirectoryScanner;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.plugin.AbstractI18nMojo;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.bundle.I18nBundleEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.apache.maven.artifact.Artifact;
@@ -32,7 +40,6 @@
import org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException;
import org.nuiton.i18n.bundle.I18nBundleEntry;
import org.nuiton.plugin.DependencyUtil;
-import org.nuiton.plugin.PluginHelper;
import java.io.File;
import java.io.IOException;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 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>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.bundle.I18nBundleEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 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>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import org.nuiton.i18n.plugin.AbstractI18nMojo;
@@ -32,7 +40,7 @@
/**
* Abstract implementation for parsing goal.
*
- * @author tony
+ * @author tchemit <chemit(a)codelutin.com>
*/
public abstract class AbstractI18nParserMojo extends AbstractI18nMojo implements I18nParserConfiguration {
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 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>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.nuiton.io.SortedProperties;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 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>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import java.io.File;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 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>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
-/*
-* *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.nuiton.i18n.plugin.parser.FileParser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser.impl;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/**
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser.impl;
/**
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.nuiton.i18n.plugin.parser.I18nSourceEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 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>.
+~~ #L%
+~~~
+
----
Introduction
----
Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 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>.
+~~ #L%
+~~~
+
----
Usages
----
Modified: trunk/maven-i18n-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,47 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Maven Plugin
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2007 - 2010 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>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="parent"/>
-
- <menu name="Utilisateur">
- <item name="Introduction" href="index.html"/>
- <item name="Usages" href="usages.html"/>
- <item name="Goals" href="plugin-info.html">
- <item name="parserJava" href="parserJava-mojo.html"/>
- <item name="parserJaxx" href="parserJaxx-mojo.html"/>
- <item name="parserSwixat" href="parserSwixat-mojo.html"/>
- <item name="parserJavaActionConfig" href="parserJavaActionConfig-mojo.html"/>
- <item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
- <item name="parserXWorks" href="parserValidation-mojo.html"/>
- <item name="get" href="get-mojo.html"/>
- <item name="gen" href="gen-mojo.html"/>
- <item name="collect-i18n-artifacts" href="collect-i18n-artifacts-mojo.html"/>
- <item name="bundle" href="bundle-mojo.html"/>
- <item name="help" href="help-mojo.html"/>
- </item>
- </menu>
+ <menu ref="parent"/>
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
-
- <menu ref="reports"/>
+ <menu name="Utilisateur">
+ <item name="Introduction" href="index.html"/>
+ <item name="Usages" href="usages.html"/>
+ <item name="Parser Goals" href="plugin-info.html">
+ <item name="parserJava" href="parserJava-mojo.html"/>
+ <item name="parserJaxx" href="parserJaxx-mojo.html"/>
+ <item name="parserSwixat" href="parserSwixat-mojo.html"/>
+ <item name="parserJavaActionConfig" href="parserJavaActionConfig-mojo.html"/>
+ <item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
+ <item name="parserValidation" href="parserValidation-mojo.html"/>
+ <item name="get" href="get-mojo.html"/>
+ <item name="gen" href="gen-mojo.html"/>
+ </item>
+ <item name="Bundle Goals" href="plugin-info.html">
+ <item name="collect-i18n-artifacts" href="collect-i18n-artifacts-mojo.html"/>
+ <item name="bundle" href="bundle-mojo.html"/>
+ <item name="tapestry-bundle" href="tapestry-bundle-mojo.html"/>
+ </item>
+ <item name="Other Goals" href="plugin-info.html">
+ <item name="help" href="help-mojo.html"/>
+ </item>
+ </menu>
- </body>
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
</project>
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,25 +1,35 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
+import java.util.logging.Logger;
+
/**
* Une énumération pour représenter le pays d'une locale
* <p/>
@@ -280,12 +290,11 @@
CountryEnum countryValue = null;
try {
countryValue = valueOf(country.toUpperCase());
- } catch (IllegalArgumentException e) {
- System.err.println("unfound country " + country +
- ", will use default one : " + defaultValue);
- } catch (NullPointerException e) {
- System.err.println("unfound country " + country +
- ", will use default one : " + defaultValue);
+ } catch (Exception e) {
+ Logger.getAnonymousLogger().warning(
+ "unfound country " + country +
+ ", will use default one : " + defaultValue
+ );
}
return countryValue == null ? defaultValue : countryValue;
}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
/* *
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,21 +1,30 @@
-/* *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
/* *
* i18nDefaultTooltipFilter.java
Deleted: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,144 +0,0 @@
-/* *##%
- * I18n :: Api
- * Copyright (C) 2004 - 2010 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>.
- * ##%* */
-
-/* *
- * I18nFileReader.java
- *
- * Created: Nov 22, 2004
- *
- * @author Cédric Pineau <pineau(a)codelutin.com>
- * @version $Revision$
- *
- * Last update : $Date$
- * by : $Author$
- */
-
-package org.nuiton.i18n;
-
-import java.io.*;
-import java.nio.charset.Charset;
-import java.util.Properties;
-import java.util.regex.Pattern;
-
-/**
- * Classe assurant la lecture et les possibles traitement nécessaires à I18n.
- *
- * @author tchemit <chemit(a)codelutin.com>
- * @deprecated since 1.1, no more use of this class.
- */
-@Deprecated
-public class I18nFileReader extends Properties {
-
- protected static final Pattern commentPattern = Pattern.compile("[^\\\\]#");
-
- protected static final Pattern splitPattern = Pattern.compile("[^\\\\]=");
-
- private static final long serialVersionUID = 3611718334066783394L;
-
- public void load(InputStream inStream, String encodingTo) throws IOException {
- Charset charsetTo = Charset.forName(encodingTo);
- BufferedReader readerFile =
- new BufferedReader(new InputStreamReader(inStream, charsetTo));
- try {
- String lineFile;
- StringBuilder builderFile;
- builderFile = new StringBuilder();
- while ((lineFile = readerFile.readLine()) != null) {
- builderFile.append(lineFile).append('\n');
- }
- load(new ByteArrayInputStream(builderFile.toString().getBytes()));
- } finally {
- readerFile.close();
- }
-// super.load(new ByteArrayInputStream(builderFile.toString().getBytes()));
- }
-
- protected String interpretBackslashes(String message) {
- int backslashIndex = -1;
- while ((backslashIndex =
- message.indexOf("\\", backslashIndex + 1)) != -1) {
- if (message.length() >= backslashIndex + 1) {
- char charNextToBackslash = message.charAt(backslashIndex + 1);
- char replacementChar;
- switch (charNextToBackslash) {
- case '\\':
- replacementChar = '\\';
- break;
- case 't':
- replacementChar = '\t';
- break;
- case 'n':
- replacementChar = '\n';
- break;
- case ' ':
- replacementChar = ' ';
- break;
- case '=':
- replacementChar = '=';
- break;
- case ':':
- replacementChar = ':';
- break;
- default:
- replacementChar = '\\';
- break;
- }
- message = message.substring(0, backslashIndex) +
- replacementChar +
- message.substring(backslashIndex + 2);
- }
- }
- return message;
- }
-
- private static char[] chars = {'\\', '\n', '\t', ' ', '=', ':'};
-
- protected String serializeBackslashes(String message) {
- for (char c : chars) {
- int charIndex = -1;
- while ((charIndex = message.indexOf(c, charIndex + 2)) != -1) {
- String replacementString = "" + c;
- switch (c) {
- case '\\':
- replacementString = "\\\\";
- break;
- case '\t':
- replacementString = "\\t";
- break;
- case '\n':
- replacementString = "\\n";
- break;
- case ' ':
- replacementString = "\\ ";
- break;
- case '=':
- replacementString = "\\=";
- break;
- case ':':
- replacementString = "\\:";
- break;
- }
- message = message.substring(0, charIndex) + replacementString +
- message.substring(charIndex + 1);
- }
- }
- return message;
- }
-
-} //I18nFileReader
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,21 +1,30 @@
-/* *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
/* *
* i18nFilter.java
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,25 +1,35 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
+import java.util.logging.Logger;
+
/**
* Une énumération pour représenter le langue d'une locale définie dans la norme
* <a href="http://www.iso.org/iso/iso_catalogue/catalogue_ics/catalogue_detail_ics.htm…"><code>ISO
@@ -177,12 +187,11 @@
LanguageEnum languageValue = null;
try {
languageValue = valueOf(language.toLowerCase());
- } catch (IllegalArgumentException e) {
- System.err.println("Unfound language " + language +
- ", will use default one " + defaultValue);
- } catch (NullPointerException e) {
- System.err.println("Unfound language " + language +
- ", will use default one " + defaultValue);
+ } catch (Exception e) {
+ Logger.getAnonymousLogger().warning(
+ "Unfound language " + language +
+ ", will use default one : " + defaultValue
+ );
}
return languageValue == null ? defaultValue : languageValue;
}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.nuiton.i18n.I18nUtil;
Deleted: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,162 +0,0 @@
-/*
- * *##%
- * I18n :: Api
- * Copyright (C) 2004 - 2010 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.nuiton.i18n.bundle;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.nuiton.i18n.I18nUtil;
-import org.nuiton.i18n.init.I18nInitializer;
-
-import java.io.InputStream;
-import java.net.URL;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Locale;
-import java.util.Properties;
-
-/**
- * Classe qui est responsable de la detection et construction de {@link
- * I18nBundle}.
- * <p/>
- * On retrouve aussi ici des méthodes utiles de parcours de bundles.
- *
- * @author tchemit <chemit(a)codelutin.com>
- * @since 1.0.6
- * @deprecated since 1.1, prefer use the {@link I18nBundleUtil} class instead.
- */
-@Deprecated
-public class I18nBundleFactory extends I18nBundleUtil {
-
- /** to use log facility, just put in your code: log.info(\"...\"); */
- private static final Log log = LogFactory.getLog(I18nBundleFactory.class);
-
- protected static String UNIQUE_BUNDLE_PATH = "/META-INF/";
-
- public static String UNIQUE_BUNDLE_DEF = "%1$s-definition.properties";
-
- public static String UNIQUE_BUNDLE_ENTRY = "%1$s-%2$s.properties";
-
- public static String BUNDLE_DEF_LOCALES = "locales";
-
- public static String BUNDLES_FOR_LOCALE = "bundles.";
-
- /**
- * Recherche la liste des url de toutes les resources i18n, i.e les urls des
- * fichiers de traduction en mode uniqueBundleName.
- * <p/>
- * On va d'abord rechercher un fichier /META-INF/unqiueBundleName-definition.properties
- * <p/>
- * Dans ce fichier il y a une entree locales qui contient les locales du
- * bundle
- * <p/>
- * Ensuite pour chaque locale on recupere l'url du fichier :
- * <p/>
- * /META-INF/uniqueBundleName-locale.properties
- * <p/>
- * Exemple :
- * <p/>
- * <code> fichier de définition : /META-INF/monAppli-definition.properties
- * locales=fr_fr,es_ES
- * <p/>
- * fichiers de traduction /META-INF/monAppli-fr_FR.properties
- * /META-INF/monAppli-es_ES.properties
- * <p/>
- * </code>
- *
- * @param uniqueBundleName le nom de l'unique bundle a charger
- * @return la liste des urls de bundle i18n
- * @deprecated since 1.1, prefer use the {@link I18nInitializer} api
- * instead.
- */
- @Deprecated
- public static URL[] getURLs(String uniqueBundleName) {
- String definitionFileName = String.format(UNIQUE_BUNDLE_DEF,
- uniqueBundleName);
- URL[] urls;
-
- try {
- URL defURL = I18nBundleFactory.class.getResource(
- UNIQUE_BUNDLE_PATH + definitionFileName);
- Properties p = loadUniqueNameDefFile(uniqueBundleName);
-
- String localesAsStr = p.getProperty(BUNDLE_DEF_LOCALES);
- Locale[] locales = I18nUtil.parseLocales(localesAsStr);
- List<URL> lUrls = new ArrayList<URL>(1);
- String prefixURL = defURL.toString();
- prefixURL = prefixURL.substring(0, prefixURL.length() -
- definitionFileName.length());
- //FIXME on devrait tester que la resource est disponible ?
-
- for (Locale l : locales) {
- String url = prefixURL + String.format(UNIQUE_BUNDLE_ENTRY,
- uniqueBundleName,
- l.toString());
- log.info("detected bundle properties file : " + url);
- URL u = new URL(url);
-// //FIXME on devrait tester que la resource est disponible ?
-
- lUrls.add(u);
- }
- if (!lUrls.isEmpty()) {
- urls = lUrls.toArray(new URL[lUrls.size()]);
- } else {
- // l'unique bundle n'a pas ete trouve!
- // on utilise la methode classique de chargement avec recherche
- // de tous les bundles i18n
- log.warn("not bundle files detected in " + prefixURL);
- urls = null;
- }
-
- } catch (Exception ex) {
- log.warn("could not load unique bundle " + uniqueBundleName +
- " for reason " + ex.getMessage(), ex);
- urls = null;
-
- }
- return urls;
- }
-
- /**
- * @param uniqueBundleName the unique bundle name
- * @return the properties file loaded
- * @deprecated since 1.1, prefer use the {@link I18nInitializer} api
- * instead.
- */
- @Deprecated
- public static Properties loadUniqueNameDefFile(String uniqueBundleName) {
- String definitionFileName = String.format(UNIQUE_BUNDLE_DEF,
- uniqueBundleName);
- Properties p = new Properties();
- try {
- URL defURL = I18nBundleFactory.class.getResource(
- UNIQUE_BUNDLE_PATH + definitionFileName);
- log.info("definition i18n file : " + defURL);
- InputStream stream = defURL.openStream();
- p.load(stream);
- stream.close();
- } catch (Exception ex) {
- log.warn("could not load unique bundle " + uniqueBundleName +
- " for reason " + ex.getMessage(), ex);
- }
- return p;
- }
-
-}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.nuiton.i18n.I18nUtil;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
@@ -61,8 +69,6 @@
/** i18n path where to seek for resources (optional) */
protected String i18nPath;
- protected Properties definition;
-
protected URL definitionURL;
public static final String DEFAULT_I18N_PATH = "META-INF/";
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.io.IOUtils;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.util;
Modified: trunk/nuiton-i18n/src/site/apt/index.apt
===================================================================
(Binary files differ)
Modified: trunk/nuiton-i18n/src/site/site_fr.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,33 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Api
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 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>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="parent"/>
+ <menu ref="parent"/>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ </menu>
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
- <menu ref="reports"/>
+ <menu ref="reports"/>
- </body>
+ </body>
</project>
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.junit.AfterClass;
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.junit.Assert;
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 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
+ * 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
+ *
+ * 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>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.util;
import junit.framework.TestCase;
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/license/project.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,4 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ #%L
+ I18n
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 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>.
+ #L%
+ -->
<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-…">
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/application.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,7 +1,38 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+Tutoriel Application
+----
+
Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
Nuiton I18n (utilisation de Maven)
-
Dans ce tutoriel nous allons créer une application qui affichera un message
à l'utilisateur et appellera l'unique méthode de la librairie que nous avons
créé dans le tutoriel précédent. Nous supposons donc dans ce tutoriel que vous
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+I18n Best pratices
+----
+
Nuiton I18n Best Practices
* Choose a pattern and follow it
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+Extends Initializer
+----
+
Extend Initializer to suit exactly your needs
TODO
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+Tutoriel Hello World
+----
+
Nuiton I18n Hello World
Ce premier tutorial a pour objectif de vous montrer comment se servir de la
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,10 +1,40 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+----
Nuiton I18n
-
----
+----
2010-04-02
----
+Nuiton I18n
+
Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
(i18n) des applications.
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/library.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+Tutoriel Librarie
+----
+
Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
* Pourquoi un tutoriel différent pour une librairie et pour une application
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/presentation.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 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>.
+~~ #L%
+~~~
+
+----
+Présentation I18n
+----
+
Présentation
La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,39 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 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>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven"
+ img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- <item name="Présentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Tutoriaux">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Librairie" href="library.html"/>
- <item name="Application finale" href="application.html"/>
- </menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
- <menu name="Développeur">
- <item name="Etendre Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu ref="modules"/>
- <menu ref="reports"/>
- </body>
+ <menu ref="reports"/>
+ </body>
</project>
1
0
Author: tchemit
Date: 2010-04-12 16:07:01 +0200 (Mon, 12 Apr 2010)
New Revision: 1744
Log:
- Evolution #453: Use maven-helper-plugin 1.2.3
- Evolution #492: Use maven-license-plugin 2.1
Added:
trunk/src/license/
trunk/src/license/project.xml
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-12 12:14:29 UTC (rev 1743)
+++ trunk/pom.xml 2010-04-12 14:07:01 UTC (rev 1744)
@@ -224,7 +224,7 @@
<projectId>i18n</projectId>
<processor.version>1.0.3</processor.version>
- <helper.version>1.2.3-SNAPSHOT</helper.version>
+ <helper.version>1.2.3</helper.version>
</properties>
<!-- ************************************************************* -->
Added: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml (rev 0)
+++ trunk/src/license/project.xml 2010-04-12 14:07:01 UTC (rev 1744)
@@ -0,0 +1,41 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-…">
+ <mainLicense>lgpl_v3</mainLicense>
+
+ <headers>
+
+ <header>
+ <commentStyle>java</commentStyle>
+ <fileSets>
+ <fileSet>
+ <basedir>src/main/java</basedir>
+ <include>**/*.java</include>
+ </fileSet>
+ <fileSet>
+ <basedir>src/test/java</basedir>
+ <include>**/*.java</include>
+ </fileSet>
+ </fileSets>
+ </header>
+
+ <header>
+ <commentStyle>apt</commentStyle>
+ <fileSet>
+ <basedir>src/site</basedir>
+ <include>**/*.apt</include>
+ </fileSet>
+ </header>
+
+ <header>
+ <commentStyle>xml</commentStyle>
+ <fileSet>
+ <basedir>src/site</basedir>
+ <include>**/*.xml</include>
+ </fileSet>
+ </header>
+
+ </headers>
+
+</project>
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
1
0
Author: tchemit
Date: 2010-04-12 14:14:29 +0200 (Mon, 12 Apr 2010)
New Revision: 1743
Log:
Utilisation de mavenpom4redmine 2.1
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-12 08:40:23 UTC (rev 1742)
+++ trunk/pom.xml 2010-04-12 12:14:29 UTC (rev 1743)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.0.7</version>
+ <version>2.1</version>
</parent>
<artifactId>i18n</artifactId>
1
0
Author: jcouteau
Date: 2010-04-12 10:40:23 +0200 (Mon, 12 Apr 2010)
New Revision: 1742
Log:
Fix spelling mistake
Modified:
trunk/src/site/apt/library.apt
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-09 23:01:22 UTC (rev 1741)
+++ trunk/src/site/apt/library.apt 2010-04-12 08:40:23 UTC (rev 1742)
@@ -38,7 +38,7 @@
Dans la configuration du plugin, nous spécifions les goals à effectuer. Le
goal parserJava extrait toutes les chaînes de charactère à traduire du code
- java. Le goal gen récupère le fichier de resource contenant les chaînes déjà
+ java. Le goal gen récupère le fichier de ressources contenant les chaînes déjà
traduites et y ajoute les chaînes extraites par le goal parserJava qui ne sont
pas déjà présentes. Vous pouvez ensuite traduire les chaînes.
1
0
Author: tchemit
Date: 2010-04-10 01:01:22 +0200 (Sat, 10 Apr 2010)
New Revision: 1741
Log:
add svn:keywords on files
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/ant-i18n-task/LICENSE.txt
trunk/ant-i18n-task/README.txt
trunk/ant-i18n-task/changelog.txt
trunk/ant-i18n-task/pom.xml
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/changelog.txt
trunk/maven-i18n-plugin/LICENSE.txt
trunk/maven-i18n-plugin/README.txt
trunk/maven-i18n-plugin/changelog.txt
trunk/maven-i18n-plugin/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
trunk/maven-i18n-plugin/src/it/settings.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
trunk/maven-i18n-plugin/src/main/resources/log4j.properties
trunk/maven-i18n-plugin/src/main/resources/swixat.rules
trunk/maven-i18n-plugin/src/main/resources/validation.rules
trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n-editor/LICENSE.txt
trunk/nuiton-i18n-editor/README.txt
trunk/nuiton-i18n-editor/changelog.txt
trunk/nuiton-i18n-editor/pom.xml
trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
trunk/nuiton-i18n-editor/src/main/assembly/go.bat
trunk/nuiton-i18n-editor/src/main/assembly/go.sh
trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
trunk/nuiton-i18n-editor/src/site/apt/index.apt
trunk/nuiton-i18n-editor/src/site/site_fr.xml
trunk/nuiton-i18n/LICENSE.txt
trunk/nuiton-i18n/README.txt
trunk/nuiton-i18n/changelog.txt
trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
trunk/nuiton-i18n/pom.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
trunk/nuiton-i18n/src/test/resources/log4j.properties
trunk/pom.xml
trunk/src/site/apt/index.apt
trunk/src/site/resources/application-i18n.zip
trunk/src/site/resources/helloworld.zip
trunk/src/site/resources/library-i18n.zip
trunk/src/site/site_fr.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/pom.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-09 19:14:27 UTC (rev 1740)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-09 23:01:22 UTC (rev 1741)
@@ -41,7 +41,7 @@
* @version $Revision$
*
* Last update : $Date$
- * by : $Author: tchemit $
+ * by : $Author$
*/
public class I18nExtractorTask extends MatchingTask {
Property changes on: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/ant-i18n-task/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/pom.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/it/settings.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-09 19:14:27 UTC (rev 1740)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-09 23:01:22 UTC (rev 1741)
@@ -35,7 +35,7 @@
* @version $Revision$
* <p/>
* Mise a jour: $Date$
- * par : $Author: tchemit $
+ * par : $Author$
*/
public abstract class AbstractI18nBundleMojo extends AbstractI18nMojo {
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-09 19:14:27 UTC (rev 1740)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-09 23:01:22 UTC (rev 1741)
@@ -48,7 +48,7 @@
* @version $Revision$
* <p/>
* Mise a jour: $Date$
- * par : $Author: tchemit $
+ * par : $Author$
* @goal collect-i18n-artifacts
* @phase generate-resources
* @requiresProject true
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/log4j.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/swixat.rules
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/validation.rules
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/site/apt/usages.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/maven-i18n-plugin/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/pom.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-09 19:14:27 UTC (rev 1740)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-09 23:01:22 UTC (rev 1741)
@@ -28,7 +28,7 @@
* @version $Revision$
*
* Mise a jour: $Date$
-* par : $Author: tchemit $
+* par : $Author$
*/
package org.nuiton.i18n;
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n/src/test/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/LICENSE.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/README.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/changelog.txt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/pom.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.bat
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.sh
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/nuiton-i18n-editor/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/pom.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/src/site/resources/application-i18n.zip
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/src/site/resources/helloworld.zip
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/src/site/resources/library-i18n.zip
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
Property changes on: trunk/src/site/site_fr.xml
___________________________________________________________________
Added: svn:keywords
+ HeadURL Id Date Revision Author
1
0
r1740 - in trunk: maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl nuiton-i18n/src/main/java/org/nuiton/util
by tchemit@users.nuiton.org 09 Apr '10
by tchemit@users.nuiton.org 09 Apr '10
09 Apr '10
Author: tchemit
Date: 2010-04-09 21:14:27 +0200 (Fri, 09 Apr 2010)
New Revision: 1740
Log:
fix author
Modified:
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-09 09:20:35 UTC (rev 1739)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-09 19:14:27 UTC (rev 1740)
@@ -27,7 +27,7 @@
/**
* Customized {@link SourceEntry} for parsers goals.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class I18nSourceEntry extends SourceEntry {
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-09 09:20:35 UTC (rev 1739)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-09 19:14:27 UTC (rev 1740)
@@ -28,7 +28,7 @@
/**
* Un parseur java pour scanner les annotations ActionConfig
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @goal parserJavaActionConfig
* @phase generate-resources
*/
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-09 09:20:35 UTC (rev 1739)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-09 19:14:27 UTC (rev 1740)
@@ -23,7 +23,7 @@
/**
* Un parseur java pour scanner les annotations TabContentConfig.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @goal parserJavaTabConfig
* @phase generate-resources
*/
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-09 09:20:35 UTC (rev 1739)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-09 19:14:27 UTC (rev 1740)
@@ -42,7 +42,7 @@
* target/classes pour rendre operatne le file updater (sinon lesfichiers sont
* toujours a jour...)
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @goal parserValidation
* @phase generate-resources
*/
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-09 09:20:35 UTC (rev 1739)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-09 19:14:27 UTC (rev 1740)
@@ -35,7 +35,7 @@
/**
* classe pour convertir une chaine en un objet {@link Locale}.
*
- * @author chemit <chemit(a)codelutin.com>
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class LocaleConverter implements Converter {
1
0
r1739 - in trunk: . src/site src/site/apt src/site/resources
by jcouteau@users.nuiton.org 09 Apr '10
by jcouteau@users.nuiton.org 09 Apr '10
09 Apr '10
Author: jcouteau
Date: 2010-04-09 11:20:35 +0200 (Fri, 09 Apr 2010)
New Revision: 1739
Log:
Add documentation and tutorials
Added:
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/resources/
trunk/src/site/resources/application-i18n.zip
trunk/src/site/resources/helloworld.zip
trunk/src/site/resources/library-i18n.zip
Modified:
trunk/
trunk/src/site/apt/index.apt
trunk/src/site/site_fr.xml
Property changes on: trunk
___________________________________________________________________
Modified: svn:ignore
- target
*.iml
+ target
*.iml
*.ipr
Added: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt (rev 0)
+++ trunk/src/site/apt/application.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,63 @@
+Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
+Nuiton I18n (utilisation de Maven)
+
+
+ Dans ce tutoriel nous allons créer une application qui affichera un message
+ à l'utilisateur et appellera l'unique méthode de la librairie que nous avons
+ créé dans le tutoriel précédent. Nous supposons donc dans ce tutoriel que vous
+ avez suivi les deux précédents tutoriels afin de ne pas tout reprendre depuis
+ le début.
+
+* Configuration du plugin I18n
+
+ Dans la configuration du plugin I18n, nous allons rajouter le goal bundle. Ce
+ goal récupère toutes les chaînes de charactère de l'application et de ses
+ librairies afin de créer un bundle unique.
+
+-------------------
+<goal>bundle</goal>
+-------------------
+
+* Le code de l'application
+
+ Lors des précédents exemples, nous utilisions les valeurs par défaut de Nuiton
+ I18n, mais afin d'optimiser le chargement, dans une application finale, il est
+ nécéssaire de changer l'initialiseur. L'initialiseur par défaut,
+ ClassPathI18nInitializer, recherche dans le classpath tous les bundles I18n
+ afin de les charger, cependant, comme notre plugin crée un bundle regroupant
+ toutes les chaines i18n, nous pouvons utiliser un DefaultI18nInitializer, qui
+ prend en paramètre le nom du bundle créé par le plugin, ce dernier ne chargera
+ que le bundle en question, ce qui peut faire économiser jusqu'à une dizaine de
+ secondes au démarrage de l'application, suivant la taille du classpath.
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myApplication;
+
+import org.myOrganisation.myLibrary.myLibrary;
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.init;
+import static org.nuiton.i18n.I18n.setInitializer;
+import org.nuiton.i18n.init.DefaultI18nInitializer;
+
+public class myApplication {
+
+ public static void main(String[] args){
+
+ setInitializer(new DefaultI18nInitializer("myApplication-i18n"));
+ init("fr","FR");
+
+ System.out.println(_("String to translate in my application"));
+ myLibrary.myMethod();
+ }
+}
+-------------------------------------------------------------------------------
+
+* Configuration
+
+ Vous ne devrez pas oublier de préciser le classpath et la classe principale
+ dans la configuration des plugins Maven.
+
+* Sources du tutoriel
+
+ {{{./application-i18n.zip}Sources du tutoriel}}
+
Added: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt (rev 0)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,15 @@
+Nuiton I18n Best Practices
+
+* Choose a pattern and follow it
+
+ In an application or a library, you should choose a pattern for the i18n keys.
+ You can either choose to use keys like myapplication.key1 or sentences like
+ 'My application string'. Once you made your choice, stick to it to keep a
+ consistency in your application. Note that in an application, you can choose a
+ different pattern than the one used in the dependencies.
+
+* Always use DefaultI18nInitializer in final applications
+
+ This is not an obligation, but as it makes you gain time at your application
+ initialisation, it is really advised to use DefaultI18nInitializer for all
+ your final applications.
Added: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt (rev 0)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,3 @@
+Extend Initializer to suit exactly your needs
+
+ TODO
Added: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt (rev 0)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,94 @@
+Nuiton I18n Hello World
+
+ Ce premier tutorial a pour objectif de vous montrer comment se servir de la
+ librairie Nuiton I18n de la manière la plus simple qui soit. Nous allons créer
+ une classe Main qui affiche le texte Hello World, puis nous allons traduire
+ ce texte en plusieures langues.
+
+ La classe java correspondante ressemble à ça :
+
+----------------------------------------------------------------------------
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.n_;
+
+class HelloWorld {
+
+ public static void main (String[] args){
+ System.out.println(_("Hello World"));
+ System.out.println(n_("Goodbye World"));
+ }
+}
+----------------------------------------------------------------------------
+
+ Si on compile et qu'on lance cette classe (attention a bien mettre les jar
+ de nuiton-i18n, commons-logging et commons-beanutils dans le classpath ou ça
+ ne fonctionnera pas), on obtiendra le résultat suivant :
+
+-------------
+Hello World
+Goodbye World
+-------------
+
+ Cherchons maintenant à traduire ces chaînes de charactères. Nous allons créer
+ un fichier de ressources nommé helloWorld_fr_FR.properties que nous mettrons
+ dans un dossier i18n et qui contient les chaînes
+ traduites dans la langue souhaitée. Par exemple ici en français (Attention,
+ tous les caractères spéciaux et espaces doivent être échappés par \ ).
+
+----------
+Hello\ World = Bonjour le monde
+Goodbye\ World = Au revoir le monde
+----------
+
+ On recompile et teste la classe (mettre le répertoire contenant i18n dans le
+ classpath ou Nuiton I18n ne récupèrera pas le fichier de propriété). On
+ s'aperçoit que rien n'a changé, mais cela est tout à fait normal, le système
+ n'a pas été initialisé. Nous allons donc modifier notre classe en rajoutant
+ la ligne
+
+----
+org.nuiton.i18n.I18n.init("fr","FR");
+
+----
+
+ avant le premier appel à la librairie Nuiton I18n. Cela a pour effet de dire
+ à Nuiton I18n quelle langue utiliser (en l'occurence le français). Il
+ recherche donc dans le classpath tous les fichiers i18n/????fr_FR et les
+ charge.
+
+ Pour tester il suffit de recompiler et de relancer l'application, vous devriez
+ obtenir :
+
+----
+2 avr. 2010 16:13:29 org.nuiton.i18n.init.I18nInitializer resolvBundles
+INFO: 1 bundle(s) found, in 1 file(s).
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore init
+INFO: 1 bundle(s) found, [1 file(s)].
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore addLanguage
+INFO: I18nLanguage <locale: fr_FR, nbStences:2>, nbEntries: 1, nbSentences: 2.
+Bonjour le monde
+Goodbye World
+----
+
+ Cela peut parraitre étrange mais c'est tout à fait normal. Les premières
+ lignes vous renseignent de l'évolution de l'initialisation. Ce sont des logs
+ qui proviennent de Nuiton I18n. On peut y voir le nombre de Bundles trouvés.
+ Dans notre cas 1. Et au moment du choix de langue, la locale chargée et le
+ nombre de chaînes trouvées. Dans notre cas : 2. Ensuite apparait notre
+ application traduite. Oui, mais la dernière ligne n'est pas traduite me
+ direz-vous. Et bien si vous reprenez la classe que nous avons écrite, la
+ chaîne Goodbye World est passée en paramètre de la méthode n_() et non de la
+ méthode _(). La méthode n_() indique une chaîne qui est traduite à d'autres
+ endroits de l'application mais qui ne doit pas être traduite ici. Elle est
+ donc remplacée par la chaîne non traduite.
+
+Félicitation, vous venez de traduire votre première application avec Nuiton I18n
+
+ Les sources de ce tutoriel sont téléchargeables
+ {{{./helloworld.zip}ici}}. Elles sont packagées
+ avec les librairies nécessaires à la compilation et l'exécution de cet
+ exemple.
+
+Sources du tutoriel
+
+ {{{./helloworld.zip}Sources du tutoriel}}
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-04 09:52:09 UTC (rev 1738)
+++ trunk/src/site/apt/index.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -1,14 +1,33 @@
-----
+
Nuiton I18n
+
----
+2010-04-02
----
-2009-11-02
-----
-Présentation
+ Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
+ (i18n) des applications.
- Projet I18n de traduction composé de trois modules :
+ Cette librairie très légère combine les très utilisés ResourceBundles Java, une
+ API simple d'utilisation et très puissante ainsi qu'un procédé d'extension très
+ utile. De nombreux autre avantages existent à utiliser Nuiton I18n :
+ - Extraction des clés de traduction
+
+ - Integration au process de build au travers de Maven ou Ant
+
+ Petit exemple qui démontre la simplicité d'utilisation de Nuiton I18n :
+
+-----------------------------------------------------------------------------
+I18n.init(Locale.FR);
+System.out.println(I18n._("This text will be translated"));
+-----------------------------------------------------------------------------
+
+ Jettez un oeil aux tutoriaux pour voir comment enrichir votre application
+ avec Nuiton I18n.
+
+ Les trois modules du projet Nuiton I18n :
+
- {{{./nuiton-i18n/index.html}I18n Api}}
- {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}}
Added: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt (rev 0)
+++ trunk/src/site/apt/library.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,182 @@
+Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
+
+* Pourquoi un tutoriel différent pour une librairie et pour une application
+finale ?
+
+ Lorsque l'on crée une application finale, au moment du build, on crée un
+ bundle regroupant les chaînes de l'application et de ses dépendances afin
+ d'optimiser le chargement de l'application (on peut ainsi économiser jusqu'à
+ plusieurs secondes au démarrage). Lorsque l'on crée une librairie, aucun
+ bundle n'est réalisé, l'utilisation et la configuration de la librairie est
+ donc plus simple.
+
+* Le tutoriel
+
+ Dans ce tutoriel nous allons créer une librairie avec une classe unique qui va
+ juste afficher un message dans les logs. C'est ce message qui sera traduit.
+
+* Créons le projet Maven et configurons le plugin Nuiton I18n
+
+ Créons un projet Maven standard. Dans le pom.xml, nous allons configurer le
+ plugin Maven Nuiton I18n.
+
+-------------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-------------------------------------------------------------------------------
+
+ Dans la configuration du plugin, nous spécifions les goals à effectuer. Le
+ goal parserJava extrait toutes les chaînes de charactère à traduire du code
+ java. Le goal gen récupère le fichier de resource contenant les chaînes déjà
+ traduites et y ajoute les chaînes extraites par le goal parserJava qui ne sont
+ pas déjà présentes. Vous pouvez ensuite traduire les chaînes.
+
+ Afin que le plugin fonctionne, il ne faut pas oublier d'ajouter la librairie
+ Nuiton I18n dans les dépendances.
+
+-------------------------------------------------------------------------------
+<dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n-api</artifactId>
+ <version>1.2.1</version>
+ <scope>compile</scope>
+</dependency>
+-------------------------------------------------------------------------------
+
+ Comme nous réalisons un import static, il faut configurer le plugin maven de
+ compilation
+
+-------------------------------------------------------------------------------
+<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ </configuration>
+</plugin>
+-------------------------------------------------------------------------------
+
+ Et pour récupérer le plugin et la librairie Nuiton I18n, il ne faut pas
+ oublier d'ajouter les dépots nuiton.
+
+-------------------------------------------------------------------------------
+<repositories>
+
+ <!-- depot des releases nuiton -->
+
+ <repository>
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </repository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <repository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+
+</repositories>
+
+<pluginRepositories>
+
+ <!-- depot des releases nuiton -->
+
+ <pluginRepository>
+
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </pluginRepository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <pluginRepository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+
+</pluginRepositories>
+-------------------------------------------------------------------------------
+
+* Créons notre librairie
+
+ Notre librairie, pour faire simple, ne contiendra qu'une classe et une
+ méthode statique
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myLibrary;
+
+import static org.nuiton.i18n.I18n._;
+
+public class myLibrary {
+
+ static public void myMethod(){
+ System.out.println(_("My message to translate"));
+ }
+}
+-------------------------------------------------------------------------------
+
+* Premier build
+
+ Lorsque vous buildez votre librairie pour la première fois avec la commande
+ mvn compile, vous devez obtenir la création de deux nouveaux fichiers de
+ ressource contenant chacun la chaîne à traduire sans traduction.
+
+ Vous pouvez traduire la chaîne de charactère dans les deux langues, vous aurez
+ alors la traduction disponibles dans vos prochains builds.
+
+* Second build
+
+ Si vous buildez de nouveau la librairie, puis l'intégrez dans une application
+ finale utilisant Nuiton I18n, le message sera affiché traduit.
+
+* Sources du tutoriel
+
+ {{{./library-i18n.zip}Sources du tutoriel}}
Added: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt (rev 0)
+++ trunk/src/site/apt/presentation.apt 2010-04-09 09:20:35 UTC (rev 1739)
@@ -0,0 +1,29 @@
+Présentation
+
+ La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
+ à traduire sont simplement marquées par la méthode I18n._("Chaîne à traduire").
+ Il est possible de marquer des chaînes à ne pas traduire par la méthode
+ I18n.n_("Chaîne à ne pas traduire").
+
+ La librairie doit être initialisée au lancement de votre application par une
+ des méthodes I18n.init() qui peuvent prendre en paramètre, une locale, une
+ chaîne décrivant la langue,...
+
+ Les chaînes à traduire doivent être rentrées dans un fichier de propriétés
+ situé dans le classpath de votre application, dans un dossier i18n, et nommé
+ de la manière suivante : xxx-fr_FR.properties par exemple.
+
+ A l'initialisation, la librairie recherche dans le classpath tous les fichiers
+ de traduction correspondant à la langue définie (dans les dossiers i18n du
+ classpath à proprement parler) et charge toutes les traductions correspondant
+ à la langue affichée. Ensuite, à l'affichage, à chaque fois qu'une chaîne est
+ demandée, I18n retourne la chaîne traduite dans la langue souhaitée.
+
+ Le plugin Maven permet de rechercher automatiquement les chaînes non traduites
+ dans le code source de l'application, de les rajouter dans les fichiers de
+ ressources et de créer un bundle regroupant toutes les chaînes et traductions
+ de l'application et de ses dépendances.
+
+ Pour comprendre comment bien utiliser la librairie Nuiton I18n, il est
+ fortement conseillé de suivre les tutoriaux, et de préférence dans l'ordre,
+ ces derniers étant de complexité croissante.
Added: trunk/src/site/resources/application-i18n.zip
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/resources/application-i18n.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/resources/helloworld.zip
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/resources/helloworld.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/resources/library-i18n.zip
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/resources/library-i18n.zip
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-04 09:52:09 UTC (rev 1738)
+++ trunk/src/site/site_fr.xml 2010-04-09 09:20:35 UTC (rev 1739)
@@ -18,8 +18,20 @@
<menu name="Utilisateur">
<item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
</menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
+
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
+
<menu ref="modules"/>
<menu ref="reports"/>
1
0
r1738 - in trunk: . maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle
by tchemit@users.nuiton.org 04 Apr '10
by tchemit@users.nuiton.org 04 Apr '10
04 Apr '10
Author: tchemit
Date: 2010-04-04 11:52:09 +0200 (Sun, 04 Apr 2010)
New Revision: 1738
Log:
Evolution #453: Use maven-helper-plugin 1.2.3
Modified:
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/pom.xml
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-03 19:36:06 UTC (rev 1737)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-04 09:52:09 UTC (rev 1738)
@@ -26,8 +26,6 @@
import java.io.File;
import java.io.IOException;
import java.net.URL;
-import java.util.ArrayList;
-import java.util.List;
import java.util.Locale;
/**
@@ -53,7 +51,8 @@
/**
* Nom de base des fichiers qui contient les localisations des bundles.
*
- * @parameter expression="${i18n.collectOutputName}" default-value="collect-${project.artifactId}-i18n"
+ * @parameter expression="${i18n.collectOutputName}"
+ * default-value="collect-${project.artifactId}-i18n"
* @required
* @since 1.0.2
*/
@@ -91,20 +90,15 @@
}
/**
- * TODO Move this in PluginHelper.
- *
* @param src the source file to read
* @return the url instanciated from lines of the source file.
* @throws IOException if any pb while reading file
+ * @deprecated since 1.2.2, use the {@link PluginHelper#getLinesAsURL(File)}
+ * instead.
*/
+ @Deprecated
public static URL[] getLinesAsURL(File src) throws IOException {
- List<URL> result = new ArrayList<URL>();
- for (String line : PluginHelper.getLines(src)) {
- if (!line.isEmpty()) {
- result.add(new URL(line));
- }
- }
- return result.toArray(new URL[result.size()]);
+ return PluginHelper.getLinesAsURL(src);
}
}
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-03 19:36:06 UTC (rev 1737)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-04 09:52:09 UTC (rev 1738)
@@ -232,7 +232,7 @@
if (!file.exists()) {
return I18nBundleUtil.EMPTY_URL_ARRAY;
}
- URL[] urls = getLinesAsURL(file);
+ URL[] urls = PluginHelper.getLinesAsURL(file);
return urls;
}
}
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-03 19:36:06 UTC (rev 1737)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-04 09:52:09 UTC (rev 1738)
@@ -197,7 +197,7 @@
if (!file.exists()) {
return I18nBundleUtil.EMPTY_URL_ARRAY;
}
- URL[] urls = getLinesAsURL(file);
+ URL[] urls = PluginHelper.getLinesAsURL(file);
return urls;
}
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-03 19:36:06 UTC (rev 1737)
+++ trunk/pom.xml 2010-04-04 09:52:09 UTC (rev 1738)
@@ -224,7 +224,7 @@
<projectId>i18n</projectId>
<processor.version>1.0.3</processor.version>
-
+ <helper.version>1.2.3-SNAPSHOT</helper.version>
</properties>
<!-- ************************************************************* -->
1
0