Author: echatellier Date: 2014-09-19 09:44:44 +0200 (Fri, 19 Sep 2014) New Revision: 633 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/633 Log: Fix build Modified: trunk/faxtomail-ui-swing/pom.xml trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListTableFilter.java trunk/pom.xml Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-09-18 14:39:45 UTC (rev 632) +++ trunk/faxtomail-ui-swing/pom.xml 2014-09-19 07:44:44 UTC (rev 633) @@ -182,11 +182,6 @@ <artifactId>swingx-common</artifactId> </dependency> - <dependency> - <groupId>com.ezware.oxbow</groupId> - <artifactId>swing-bits</artifactId> - </dependency> - <!-- Logging --> <dependency> <groupId>org.apache.logging.log4j</groupId> Modified: trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListTableFilter.java =================================================================== --- trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListTableFilter.java 2014-09-18 14:39:45 UTC (rev 632) +++ trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListTableFilter.java 2014-09-19 07:44:44 UTC (rev 633) @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.ui.swing.content.demande; +/* + * #%L + * FaxToMail :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 Franciaflex, Code Lutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.franciaflex.faxtomail.persistence.entities.Client; import com.franciaflex.faxtomail.persistence.entities.DemandStatus; import com.franciaflex.faxtomail.persistence.entities.DemandType; Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-09-18 14:39:45 UTC (rev 632) +++ trunk/pom.xml 2014-09-19 07:44:44 UTC (rev 633) @@ -350,12 +350,6 @@ </dependency> <dependency> - <groupId>com.ezware.oxbow</groupId> - <artifactId>swing-bits</artifactId> - <version>0.5.0</version> - </dependency> - - <dependency> <groupId>org.swinglabs</groupId> <artifactId>pdf-renderer</artifactId> <version>1.0.5</version>