r2020 - in trunk: i18n-maven-plugin/src/main/antlr4 i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl src/site/apt src/site/en/apt
Author: tchemit Date: 2014-02-04 05:44:27 +0100 (Tue, 04 Feb 2014) New Revision: 2020 Url: http://nuiton.org/projects/i18n/repository/revisions/2020 Log: add missing svn properties and license header Modified: trunk/i18n-maven-plugin/src/main/antlr4/Java.g4 trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/Java.tokens trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseListener.java trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseVisitor.java trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.java trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.tokens trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaListener.java trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaParser.java trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaVisitor.java trunk/i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl/GWTJavaFileParserTest.java trunk/src/site/apt/migrate.apt trunk/src/site/en/apt/migrate.apt Property changes on: trunk/i18n-maven-plugin/src/main/antlr4/Java.g4 ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/Java.tokens ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseListener.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseListener.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseListener.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,6 +1,30 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ + import org.antlr.v4.runtime.ParserRuleContext; import org.antlr.v4.runtime.misc.NotNull; import org.antlr.v4.runtime.tree.ErrorNode; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseListener.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseVisitor.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseVisitor.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseVisitor.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; + +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ import org.antlr.v4.runtime.misc.NotNull; import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaBaseVisitor.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; + +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ import org.antlr.v4.runtime.Lexer; import org.antlr.v4.runtime.CharStream; import org.antlr.v4.runtime.Token; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaLexer.tokens ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaListener.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaListener.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaListener.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; + +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ import org.antlr.v4.runtime.misc.NotNull; import org.antlr.v4.runtime.tree.ParseTreeListener; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaListener.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaParser.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaParser.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaParser.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; + +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ import org.antlr.v4.runtime.atn.*; import org.antlr.v4.runtime.dfa.DFA; import org.antlr.v4.runtime.*; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaParser.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaVisitor.java =================================================================== --- trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaVisitor.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaVisitor.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ // Generated from Java.g4 by ANTLR 4.1 package org.nuiton.i18n.plugin.parser.java; + +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ import org.antlr.v4.runtime.misc.NotNull; import org.antlr.v4.runtime.tree.ParseTreeVisitor; Property changes on: trunk/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/parser/java/JavaVisitor.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl/GWTJavaFileParserTest.java =================================================================== --- trunk/i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl/GWTJavaFileParserTest.java 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl/GWTJavaFileParserTest.java 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,5 +1,29 @@ package org.nuiton.i18n.plugin.parser.impl; +/* + * #%L + * I18n :: Maven Plugin + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2007 - 2014 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% + */ + import org.apache.commons.io.FileUtils; import org.apache.maven.plugin.logging.SystemStreamLog; import org.junit.After; Property changes on: trunk/i18n-maven-plugin/src/test/java/org/nuiton/i18n/plugin/parser/impl/GWTJavaFileParserTest.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/src/site/apt/migrate.apt =================================================================== --- trunk/src/site/apt/migrate.apt 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/src/site/apt/migrate.apt 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,3 +1,26 @@ +~~~ +~~ #%L +~~ I18n +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2008 - 2014 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% +~~~ ---- Migrate Property changes on: trunk/src/site/apt/migrate.apt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/src/site/en/apt/migrate.apt =================================================================== --- trunk/src/site/en/apt/migrate.apt 2014-02-04 04:42:39 UTC (rev 2019) +++ trunk/src/site/en/apt/migrate.apt 2014-02-04 04:44:27 UTC (rev 2020) @@ -1,3 +1,26 @@ +~~~ +~~ #%L +~~ I18n +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2008 - 2014 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% +~~~ ---- Migrate Property changes on: trunk/src/site/en/apt/migrate.apt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org