r729 - in trunk: . jrst-site-util/src/main/java/org/nuiton/jrst jrst-site-util/src/main/resources
Author: tchemit Date: 2012-06-30 01:50:40 +0200 (Sat, 30 Jun 2012) New Revision: 729 Url: http://nuiton.org/repositories/revision/jrst/729 Log: optimize dependencies Modified: trunk/jrst-site-util/src/main/java/org/nuiton/jrst/AbstractJrstParser.java trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteModule.java trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteRenderer.java trunk/jrst-site-util/src/main/resources/jrst-site-renderer.properties trunk/jrst-site-util/src/main/resources/jrst-site-renderer_en.properties trunk/jrst-site-util/src/main/resources/jrst-site-renderer_fr.properties trunk/pom.xml Modified: trunk/jrst-site-util/src/main/java/org/nuiton/jrst/AbstractJrstParser.java =================================================================== --- trunk/jrst-site-util/src/main/java/org/nuiton/jrst/AbstractJrstParser.java 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/java/org/nuiton/jrst/AbstractJrstParser.java 2012-06-29 23:50:40 UTC (rev 729) @@ -1,3 +1,26 @@ +/* + * #%L + * JRst :: Site util + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 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.jrst; import org.apache.maven.doxia.logging.Log; Modified: trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteModule.java =================================================================== --- trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteModule.java 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteModule.java 2012-06-29 23:50:40 UTC (rev 729) @@ -1,3 +1,26 @@ +/* + * #%L + * JRst :: Site util + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 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.jrst; import org.apache.maven.doxia.module.site.AbstractSiteModule; Modified: trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteRenderer.java =================================================================== --- trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteRenderer.java 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/java/org/nuiton/jrst/JrstSiteRenderer.java 2012-06-29 23:50:40 UTC (rev 729) @@ -1,3 +1,26 @@ +/* + * #%L + * JRst :: Site util + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 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.jrst; import org.apache.commons.io.FileUtils; Modified: trunk/jrst-site-util/src/main/resources/jrst-site-renderer.properties =================================================================== --- trunk/jrst-site-util/src/main/resources/jrst-site-renderer.properties 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/resources/jrst-site-renderer.properties 2012-06-29 23:50:40 UTC (rev 729) @@ -1 +1,24 @@ +### +# #%L +# JRst :: Site util +# $Id$ +# $HeadURL:$ +# %% +# Copyright (C) 2012 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% +### content=Table of content Modified: trunk/jrst-site-util/src/main/resources/jrst-site-renderer_en.properties =================================================================== --- trunk/jrst-site-util/src/main/resources/jrst-site-renderer_en.properties 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/resources/jrst-site-renderer_en.properties 2012-06-29 23:50:40 UTC (rev 729) @@ -1,3 +1,26 @@ +### +# #%L +# JRst :: Site util +# $Id$ +# $HeadURL:$ +# %% +# Copyright (C) 2012 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% +### # NOTE: # This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It # must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the Modified: trunk/jrst-site-util/src/main/resources/jrst-site-renderer_fr.properties =================================================================== --- trunk/jrst-site-util/src/main/resources/jrst-site-renderer_fr.properties 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/jrst-site-util/src/main/resources/jrst-site-renderer_fr.properties 2012-06-29 23:50:40 UTC (rev 729) @@ -1 +1,24 @@ +### +# #%L +# JRst :: Site util +# $Id$ +# $HeadURL:$ +# %% +# Copyright (C) 2012 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% +### content=Sommaire \ No newline at end of file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-29 23:36:45 UTC (rev 728) +++ trunk/pom.xml 2012-06-29 23:50:40 UTC (rev 729) @@ -301,12 +301,24 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.7</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> <version>1.0-beta-7</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
participants (1)
-
tchemit@users.nuiton.org