branch develop updated (1621bd7 -> d83681b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 1621bd7 Updates dependencies (Fixes #4019) new 6169ff2 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 318182f [jgitflow-maven-plugin]updating poms for 3.0-alpha-6 branch with snapshot versions new 8f5b6a8 Add missing license headers new 5f67282 [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-6' with non-snapshot versions new 14c7dd6 [jgitflow-maven-plugin]merging 'release/3.0-alpha-6' into 'master' new 2904fab [jgitflow-maven-plugin]merging 'master' into 'develop' new d83681b [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit d83681b6bd6f171d033eadf04c00cbb92b60fd3d Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:39 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 2904fab673620c82a37607655f2e031f0e00740a Merge: 6169ff2 14c7dd6 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:39 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 6169ff2790a3e440cfb105caf4dd71e174474f6b Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:38 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 14c7dd64329e08c3d2516bdfefa8cca1271b5a65 Merge: f9f85b5 5f67282 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:36 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-alpha-6' into 'master' commit 5f672827ca4b13b83104764b4eb7bde21ada532c Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:37:03 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-6' with non-snapshot versions commit 8f5b6a852444c30d173ed6c566966564da9b00d5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:36:52 2016 +0200 Add missing license headers Summary of changes: .../TransformCompactToFlatPropertiesMojo.java | 22 ++++++++++++++++++++++ .../TransformFlatPropertiesToCompactMojo.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/AttributeBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ClassBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ElementBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ModelBean.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/ModelBeanBuilder.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/PackageBean.java | 22 ++++++++++++++++++++++ .../extension/CompactModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../extension/FlatModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../reader/extension/LoadModelExtension.java | 22 ++++++++++++++++++++++ .../reader/extension/ModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../ModelExtensionFileParserCallback.java | 22 ++++++++++++++++++++++ .../extension/ModelExtensionFileParserFactory.java | 22 ++++++++++++++++++++++ 14 files changed, 308 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 8f5b6a852444c30d173ed6c566966564da9b00d5 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:36:52 2016 +0200 Add missing license headers --- .../TransformCompactToFlatPropertiesMojo.java | 22 ++++++++++++++++++++++ .../TransformFlatPropertiesToCompactMojo.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/AttributeBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ClassBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ElementBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ModelBean.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/ModelBeanBuilder.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/PackageBean.java | 22 ++++++++++++++++++++++ .../extension/CompactModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../extension/FlatModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../reader/extension/LoadModelExtension.java | 22 ++++++++++++++++++++++ .../reader/extension/ModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../ModelExtensionFileParserCallback.java | 22 ++++++++++++++++++++++ .../extension/ModelExtensionFileParserFactory.java | 22 ++++++++++++++++++++++ 14 files changed, 308 insertions(+) diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformCompactToFlatPropertiesMojo.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformCompactToFlatPropertiesMojo.java index 98bdf20..ae72e57 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformCompactToFlatPropertiesMojo.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformCompactToFlatPropertiesMojo.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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 com.google.common.base.Joiner; import com.google.common.io.Files; import org.apache.commons.lang3.SystemUtils; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformFlatPropertiesToCompactMojo.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformFlatPropertiesToCompactMojo.java index 3b683fc..4747ba9 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformFlatPropertiesToCompactMojo.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/TransformFlatPropertiesToCompactMojo.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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 com.google.common.io.Files; import org.apache.commons.lang3.SystemUtils; import org.apache.maven.plugins.annotations.Mojo; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/AttributeBean.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/AttributeBean.java index 815a068..b853257 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/AttributeBean.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/AttributeBean.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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% + */ + /** * Created on 10/09/16. * diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ClassBean.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ClassBean.java index 96de618..450797d 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ClassBean.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ClassBean.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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 java.util.Map; import java.util.Set; import java.util.TreeMap; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ElementBean.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ElementBean.java index d9aa3c8..1cb6527 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ElementBean.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ElementBean.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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.nuiton.eugene.models.stereotype.StereotypeAble; import org.nuiton.eugene.models.tagvalue.TagValueAble; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBean.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBean.java index 7c69772..108f73e 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBean.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBean.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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 java.util.Set; import java.util.TreeSet; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBeanBuilder.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBeanBuilder.java index cd2286b..b6bf10b 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBeanBuilder.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/ModelBeanBuilder.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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.nuiton.eugene.models.object.reader.extension.ModelExtensionFileParser; import org.nuiton.eugene.models.object.reader.extension.ModelExtensionFileParserCallback; import org.nuiton.eugene.models.object.reader.extension.ModelExtensionFileParserFactory; diff --git a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/PackageBean.java b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/PackageBean.java index 64c5af8..1564de9 100644 --- a/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/PackageBean.java +++ b/eugene-maven-plugin/src/main/java/org/nuiton/eugene/plugin/modelextension/PackageBean.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.plugin.modelextension; +/*- + * #%L + * EUGene :: Maven plugin + * %% + * Copyright (C) 2006 - 2016 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% + */ + /** * Created on 10/09/16. * diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/CompactModelExtensionFileParser.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/CompactModelExtensionFileParser.java index bdaa6ba..a4dc731 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/CompactModelExtensionFileParser.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/CompactModelExtensionFileParser.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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 com.google.common.base.Preconditions; import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/FlatModelExtensionFileParser.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/FlatModelExtensionFileParser.java index d440782..bf0682e 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/FlatModelExtensionFileParser.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/FlatModelExtensionFileParser.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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.collections.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/LoadModelExtension.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/LoadModelExtension.java index 2b95304..5fb3a80 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/LoadModelExtension.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/LoadModelExtension.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.eugene.EugeneTagValues; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParser.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParser.java index 13ddfb6..42165b1 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParser.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParser.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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.nuiton.eugene.models.stereotype.InvalidStereotypeSyntaxException; import org.nuiton.eugene.models.tagvalue.InvalidTagValueSyntaxException; diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserCallback.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserCallback.java index 66c7bba..982a019 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserCallback.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserCallback.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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.nuiton.eugene.models.object.ObjectModel; /** diff --git a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserFactory.java b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserFactory.java index 89caf3e..00b2473 100644 --- a/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserFactory.java +++ b/eugene/src/main/java/org/nuiton/eugene/models/object/reader/extension/ModelExtensionFileParserFactory.java @@ -1,5 +1,27 @@ package org.nuiton.eugene.models.object.reader.extension; +/*- + * #%L + * EUGene :: EUGene + * %% + * Copyright (C) 2004 - 2016 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.lang3.NotImplementedException; import java.io.File; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 5f672827ca4b13b83104764b4eb7bde21ada532c Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:37:03 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-alpha-6' with non-snapshot versions --- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 174485e..17c7989 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 89f4c46..328e90b 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index f5d5ed1..fc42d55 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index 3ec8725..5fba2a1 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index d4a1384..dfdad86 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index a5ef4af..ff0db2b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-alpha-6-SNAPSHOT</version> + <version>3.0-alpha-6</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 14c7dd64329e08c3d2516bdfefa8cca1271b5a65 Merge: f9f85b5 5f67282 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:36 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-alpha-6' into 'master' eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 7 +- .../org/nuiton/eugene/plugin/GenerateMojo.java | 13 + .../TransformCompactToFlatPropertiesMojo.java | 241 +++++++++ .../TransformFlatPropertiesToCompactMojo.java | 243 +++++++++ .../plugin/modelextension/AttributeBean.java | 35 ++ .../eugene/plugin/modelextension/ClassBean.java | 84 +++ .../eugene/plugin/modelextension/ElementBean.java | 72 +++ .../eugene/plugin/modelextension/ModelBean.java | 96 ++++ .../plugin/modelextension/ModelBeanBuilder.java | 170 ++++++ .../eugene/plugin/modelextension/PackageBean.java | 36 ++ .../writer/BaseChainedFileWriterToMemoryModel.java | 22 +- eugene-maven-plugin/src/site/fr/rst/usage.rst | 29 + eugene-maven-plugin/src/site/rst/usage.rst | 29 + eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- .../object/reader/AbstractObjectModelReader.java | 32 +- .../extension/CompactModelExtensionFileParser.java | 198 +++++++ .../extension/FlatModelExtensionFileParser.java | 242 +++++++++ .../reader/extension/LoadModelExtension.java | 602 +++++++++++++++++++++ .../reader/extension/ModelExtensionFileParser.java | 38 ++ .../ModelExtensionFileParserCallback.java | 50 ++ .../extension/ModelExtensionFileParserFactory.java | 55 ++ .../writer/ChainedFileWriterConfiguration.java | 2 + pom.xml | 22 +- 26 files changed, 2300 insertions(+), 26 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 6169ff2790a3e440cfb105caf4dd71e174474f6b Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:38 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 1c2950f..17c7989 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 24e88df..328e90b 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 8dfbcd3..fc42d55 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index aec2638..5fba2a1 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index 5e0498f..dfdad86 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index 268b8f7..ff0db2b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-6</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 2904fab673620c82a37607655f2e031f0e00740a Merge: 6169ff2 14c7dd6 Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:39 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' .../TransformCompactToFlatPropertiesMojo.java | 22 ++++++++++++++++++++++ .../TransformFlatPropertiesToCompactMojo.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/AttributeBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ClassBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ElementBean.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/ModelBean.java | 22 ++++++++++++++++++++++ .../plugin/modelextension/ModelBeanBuilder.java | 22 ++++++++++++++++++++++ .../eugene/plugin/modelextension/PackageBean.java | 22 ++++++++++++++++++++++ .../extension/CompactModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../extension/FlatModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../reader/extension/LoadModelExtension.java | 22 ++++++++++++++++++++++ .../reader/extension/ModelExtensionFileParser.java | 22 ++++++++++++++++++++++ .../ModelExtensionFileParserCallback.java | 22 ++++++++++++++++++++++ .../extension/ModelExtensionFileParserFactory.java | 22 ++++++++++++++++++++++ 14 files changed, 308 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit d83681b6bd6f171d033eadf04c00cbb92b60fd3d Author: Maven Release <maven-release@codelutin.com> Date: Sat Sep 10 14:38:39 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- eugene-java-templates/pom.xml | 2 +- eugene-maven-plugin/pom.xml | 2 +- eugene-plantuml-templates/pom.xml | 2 +- eugene-yaml-templates/pom.xml | 2 +- eugene/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eugene-java-templates/pom.xml b/eugene-java-templates/pom.xml index 17c7989..1c2950f 100644 --- a/eugene-java-templates/pom.xml +++ b/eugene-java-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 328e90b..24e88df 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index fc42d55..8dfbcd3 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index 5fba2a1..aec2638 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/eugene/pom.xml b/eugene/pom.xml index dfdad86..5e0498f 100644 --- a/eugene/pom.xml +++ b/eugene/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> </parent> <groupId>org.nuiton.eugene</groupId> diff --git a/pom.xml b/pom.xml index ff0db2b..268b8f7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>eugene</artifactId> - <version>3.0-alpha-6</version> + <version>3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>EUGene</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm