r203 - in trunk/cantharella.web: . src/main/java/nc/ird/cantharella/web/pages/domain/document/panel src/main/webapp/js src/site/rst
Author: echatellier Date: 2013-04-19 10:52:14 +0200 (Fri, 19 Apr 2013) New Revision: 203 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/203 Log: Fix release Modified: trunk/cantharella.web/pom.xml trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/domain/document/panel/DocumentLinkPanel.java trunk/cantharella.web/src/main/webapp/js/imagebox.js trunk/cantharella.web/src/site/rst/index.rst Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2013-04-19 08:39:32 UTC (rev 202) +++ trunk/cantharella.web/pom.xml 2013-04-19 08:52:14 UTC (rev 203) @@ -82,10 +82,6 @@ <artifactId>commons-lang3</artifactId> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> Modified: trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/domain/document/panel/DocumentLinkPanel.java =================================================================== --- trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/domain/document/panel/DocumentLinkPanel.java 2013-04-19 08:39:32 UTC (rev 202) +++ trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/domain/document/panel/DocumentLinkPanel.java 2013-04-19 08:52:14 UTC (rev 203) @@ -1,5 +1,28 @@ package nc.ird.cantharella.web.pages.domain.document.panel; +/* + * #%L + * Cantharella :: Web + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2013 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) + * %% + * 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% + */ + import nc.ird.cantharella.data.model.Document; import org.apache.commons.lang3.ArrayUtils; Modified: trunk/cantharella.web/src/main/webapp/js/imagebox.js =================================================================== --- trunk/cantharella.web/src/main/webapp/js/imagebox.js 2013-04-19 08:39:32 UTC (rev 202) +++ trunk/cantharella.web/src/main/webapp/js/imagebox.js 2013-04-19 08:52:14 UTC (rev 203) @@ -1,3 +1,25 @@ +/* + * #%L + * Cantharella :: Web + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2009 - 2013 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) + * %% + * 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% + */ $(document).ready(function() { $('.colorbox').colorbox({ photo:true, Modified: trunk/cantharella.web/src/site/rst/index.rst =================================================================== --- trunk/cantharella.web/src/site/rst/index.rst 2013-04-19 08:39:32 UTC (rev 202) +++ trunk/cantharella.web/src/site/rst/index.rst 2013-04-19 08:52:14 UTC (rev 203) @@ -1,3 +1,25 @@ +.. - +.. * #%L +.. * Cantharella :: Web +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2009 - 2013 IRD (Institut de Recherche pour le Developpement) and by respective authors (see below) +.. * %% +.. * 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% +.. - Cantharella web module ======================
participants (1)
-
echatellier@users.forge.codelutin.com