This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Pollen. commit 9368f227341c5dc04e5d81d1a85bbe43129f9922 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon May 19 16:13:18 2014 +0200 delete unused dependence --- pollen-ui-angular/pom.xml | 64 -------------------- .../src/main/resources/nuiton-js/wro.properties | 26 -------- .../src/main/resources/nuiton-js/wro.xml | 36 ----------- 3 files changed, 0 insertions(+), 126 deletions(-) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index 1fcd36c..bd8ec74 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -22,70 +22,6 @@ <skipPostRelease>false</skipPostRelease> </properties> - <build> - - <plugins> - - <plugin> - <groupId>ro.isdc.wro4j</groupId> - <artifactId>wro4j-maven-plugin</artifactId> - <version>1.7.0</version> - <dependencies> - <dependency> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-wro</artifactId> - <version>1.0</version> - </dependency> - - <dependency> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-jquery</artifactId> - <version>1.9.1-2</version> - </dependency> - - <dependency> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-bootstrap</artifactId> - <version>2.3.2-1</version> - </dependency> - - <dependency> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-jquery-i18n-properties</artifactId> - <version>1.0.9-1</version> - </dependency> - - <dependency> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-moment</artifactId> - <version>2.0.0-1</version> - </dependency> - - </dependencies> - - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - - <configuration> - <targetGroups>pollen-ui-angular</targetGroups> - <minimize>true</minimize> - <wroFile>${basedir}/src/main/resources/nuiton-js/wro.xml</wroFile> - <extraConfigFile>${basedir}/src/main/resources/nuiton-js/wro.properties</extraConfigFile> - <contextFolder>${basedir}/src/main/webapp/</contextFolder> - <destinationFolder>${basedir}/src/main/webapp/</destinationFolder> - <wroManagerFactory>org.nuiton.js.wro.NuitonJsMavenWroManagerFactory</wroManagerFactory> - </configuration> - </plugin> - - </plugins> - </build> - <profiles> <profile> diff --git a/pollen-ui-angular/src/main/resources/nuiton-js/wro.properties b/pollen-ui-angular/src/main/resources/nuiton-js/wro.properties deleted file mode 100644 index 085d205..0000000 --- a/pollen-ui-angular/src/main/resources/nuiton-js/wro.properties +++ /dev/null @@ -1,26 +0,0 @@ -### -# #%L -# Pollen :: UI (JS) -# $Id$ -# $HeadURL$ -# %% -# Copyright (C) 2009 - 2013 CodeLutin -# %% -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# #L% -### -debug=false -preProcessors=forceCssDataUri,cssUrlRewriting,cssImport,semicolonAppender,cssMinJawr -postProcessors=cssVariables,jsMin -uriLocators=uri,classpath \ No newline at end of file diff --git a/pollen-ui-angular/src/main/resources/nuiton-js/wro.xml b/pollen-ui-angular/src/main/resources/nuiton-js/wro.xml deleted file mode 100644 index fc1603e..0000000 --- a/pollen-ui-angular/src/main/resources/nuiton-js/wro.xml +++ /dev/null @@ -1,36 +0,0 @@ -<!-- - #%L - Pollen :: UI (JS) - $Id$ - $HeadURL$ - %% - Copyright (C) 2009 - 2013 CodeLutin - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L% - --> -<groups xmlns="http://www.isdc.ro/wro"> - - <group name='pollen-ui-angular'> - <group-ref>jquery</group-ref> - <group-ref>bootstrap-responsive</group-ref> - <group-ref>jquery.i18n.properties</group-ref> - <group-ref>moment</group-ref> - - <!-- scpecifique nuiton profiling --> - <!--<css>/nuiton-profiling.css</css>--> - <!--<js>/nuiton-profiling.js</js>--> - </group> - -</groups> -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.