r270 - in trunk/jredmine-domain: . src/main/java/org/nuiton/jredmine src/main/java/org/nuiton/jredmine/model src/main/java/org/nuiton/jredmine/model/io/xpp3 src/main/java/org/nuiton/jredmine/request src/site src/site/apt src/test/java/org/nuiton/jredmine src/test/java/org/nuiton/jredmine/model/io/xpp3 src/test/resources
Author: tchemit Date: 2012-07-12 19:31:22 +0200 (Thu, 12 Jul 2012) New Revision: 270 Url: http://nuiton.org/repositories/revision/jredmine/270 Log: fix headers, svn properties + dependencies Removed: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequest.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestBuilder.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestFactory.java Modified: trunk/jredmine-domain/LICENSE.txt trunk/jredmine-domain/README.txt trunk/jredmine-domain/changelog.txt trunk/jredmine-domain/pom.xml trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineRestUnavailable.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineService.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceConfiguration.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceException.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Attachment.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/CustomField.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/I18nAble.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IdAble.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Issue.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueCategory.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssuePriority.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueStatus.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ModelHelper.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/News.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Project.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ProjectRef.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/TimeEntry.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Tracker.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/User.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/UserRef.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Version.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/CustomFieldXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/DefaultRedmineXpp3Helper.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectRefXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserRefXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/DefaultRedmineRequestBuilder.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/IssueScopeRedmineRequestBuilder.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/ProjectScopeRedmineRequestBuilder.java trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/VersionScopeRedmineRequestBuilder.java trunk/jredmine-domain/src/site/apt/index.apt trunk/jredmine-domain/src/site/site_fr.xml trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/RedmineFixtures.java trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java trunk/jredmine-domain/src/test/resources/log4j.properties Property changes on: trunk/jredmine-domain/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/jredmine-domain/README.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Property changes on: trunk/jredmine-domain/changelog.txt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jredmine-domain/pom.xml =================================================================== --- trunk/jredmine-domain/pom.xml 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/pom.xml 2012-07-12 17:31:22 UTC (rev 270) @@ -3,7 +3,7 @@ #%L JRedmine :: Client - $HeadURL: http://svn.nuiton.org/svn/jredmine/trunk/jredmine-client/pom.xml $ + $HeadURL$ %% Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin %% @@ -50,16 +50,6 @@ </dependency> <dependency> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-apache-client4</artifactId> - </dependency> - - <dependency> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>jersey-multipart</artifactId> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <scope>compile</scope> @@ -83,18 +73,18 @@ </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> </dependency> <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> </dependency> <dependency> Property changes on: trunk/jredmine-domain/pom.xml ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,11 +1,11 @@ +package org.nuiton.jredmine; /* * #%L - * JRedmine :: Client - * + * JRedmine :: Client Api * $Id$ * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 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 @@ -22,7 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -package org.nuiton.jredmine; import org.nuiton.jredmine.model.Attachment; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.jredmine.model.Attachment; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineRestUnavailable.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineRestUnavailable.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineRestUnavailable.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.lang.annotation.Documented; import java.lang.annotation.ElementType; Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineRestUnavailable.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineService.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineService.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineService.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * The full redmine service with anonymous and loggued methods. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceConfiguration.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceConfiguration.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceConfiguration.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.rest.RestClientConfiguration; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceException.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceException.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceException.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * An exception to throw when something is wrong in a {@link RedmineService}. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import com.google.common.base.Preconditions; import com.sun.jersey.api.client.UniformInterface; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * An exception to be thrown when a problem with authentication state in a Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Attachment.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Attachment.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Attachment.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.io.File; import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/CustomField.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/CustomField.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/CustomField.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * Represents a project custom field. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/I18nAble.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/I18nAble.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/I18nAble.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * Alls object offers an name. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IdAble.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IdAble.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IdAble.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * Alls object offers an id. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Issue.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Issue.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Issue.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueCategory.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueCategory.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueCategory.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * @author tchemit <chemit@codelutin.com> Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssuePriority.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssuePriority.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssuePriority.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * @author tchemit <chemit@codelutin.com> Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueStatus.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueStatus.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/IssueStatus.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * @author tchemit <chemit@codelutin.com> Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ModelHelper.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ModelHelper.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ModelHelper.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.lang.reflect.Array; import java.util.ArrayList; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/News.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/News.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/News.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Project.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Project.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Project.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ProjectRef.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ProjectRef.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/ProjectRef.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * TODO Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/TimeEntry.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/TimeEntry.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/TimeEntry.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Tracker.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Tracker.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Tracker.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * @author tchemit <chemit@codelutin.com> Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/User.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/User.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/User.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/UserRef.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/UserRef.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/UserRef.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * TODO Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Version.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Version.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/Version.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import java.util.Date; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * Possible values of a version status. Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Attachment; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/CustomFieldXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/CustomFieldXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/CustomFieldXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.CustomField; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/DefaultRedmineXpp3Helper.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/DefaultRedmineXpp3Helper.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/DefaultRedmineXpp3Helper.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/DefaultRedmineXpp3Helper.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Issue; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.News; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectRefXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectRefXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectRefXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Project; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.CustomField; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.DataConverter; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.codehaus.plexus.util.xml.pull.XmlPullParserException; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.TimeEntry; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Tracker; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserRefXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserRefXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserRefXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.Project; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.User; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.model.io.xpp3; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import org.nuiton.io.xpp3.AbstractXpp3Reader; import org.nuiton.jredmine.model.ProjectRef; Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/DefaultRedmineRequestBuilder.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/DefaultRedmineRequestBuilder.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/DefaultRedmineRequestBuilder.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,7 +1,32 @@ package org.nuiton.jredmine.request; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import com.google.common.base.Joiner; -import org.apache.commons.lang.ArrayUtils; +import org.apache.commons.lang3.ArrayUtils; +import org.nuiton.io.rest.RestRequest; +import org.nuiton.io.rest.RestRequestBuilder; import java.io.File; import java.net.URL; @@ -11,11 +36,11 @@ * The default implementation of the redmine request builder. * * @author tchemit <chemit@codelutin.com> - * @see RedmineRequestBuilder - * @see RedmineRequest + * @see RestRequest + * @see RestRequestBuilder * @since 1.4 */ -public class DefaultRedmineRequestBuilder implements RedmineRequestBuilder { +public class DefaultRedmineRequestBuilder implements RestRequestBuilder { private static final long serialVersionUID = 1L; @@ -62,9 +87,9 @@ } @Override - public RedmineRequest create(final Object... args) { + public RestRequest create(final Object... args) { - return new RedmineRequest() { + return new RestRequest() { @Override public String[] getPath() { Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/DefaultRedmineRequestBuilder.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/IssueScopeRedmineRequestBuilder.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/IssueScopeRedmineRequestBuilder.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/IssueScopeRedmineRequestBuilder.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.request; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * To build request with a project and issue scope. @@ -10,10 +33,6 @@ private static final long serialVersionUID = 1L; - public IssueScopeRedmineRequestBuilder(String name, String action) { - super(name, action); - } - public IssueScopeRedmineRequestBuilder(String action) { super(action); } Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/IssueScopeRedmineRequestBuilder.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/ProjectScopeRedmineRequestBuilder.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/ProjectScopeRedmineRequestBuilder.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/ProjectScopeRedmineRequestBuilder.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.request; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * To build request with a project scope. @@ -10,10 +33,6 @@ private static final long serialVersionUID = 1L; - public ProjectScopeRedmineRequestBuilder(String name, String action) { - super(name, action); - } - public ProjectScopeRedmineRequestBuilder(String action) { super(action); } Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/ProjectScopeRedmineRequestBuilder.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Deleted: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequest.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequest.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequest.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,34 +0,0 @@ -package org.nuiton.jredmine.request; - -import java.io.File; -import java.net.URL; -import java.util.Map; - -/** - * To define a redmine request. - * - * @author tchemit <chemit@codelutin.com> - * @since 1.4 - */ -public interface RedmineRequest { - - /** @return the splitted path to add to url */ - String[] getPath(); - - /** - * @return an array of pair (parameter name - parameter value) to pass - * to request - */ - String[] getParameters(); - - /** @return the map of attachment to pass to request */ - Map<String, File> getAttachments(); - - /** - * @return {@code true} if request has some attachments. - * @since 1.4 - */ - boolean containsAttachments(); - - String toPath(URL redmineUrl); -} Deleted: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestBuilder.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestBuilder.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestBuilder.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,23 +0,0 @@ -package org.nuiton.jredmine.request; - -import java.io.Serializable; - -/** - * The contract of a redmine request builder. - * - * @author tchemit <chemit@codelutin.com> - * @since 1.4 - */ -public interface RedmineRequestBuilder extends Serializable { - - /** @return the unique name of the request builder */ - String getName(); - - /** - * Create the request given the {@code args}. - * - * @param args args to create the request - * @return the created request - */ - RedmineRequest create(Object... args); -} Deleted: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestFactory.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestFactory.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/RedmineRequestFactory.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,35 +0,0 @@ -package org.nuiton.jredmine.request; - -import java.text.DateFormat; -import java.text.SimpleDateFormat; - -/** - * Factory of {@link RedmineRequest}. - * - * @author tchemit <chemit@codelutin.com> - * @since 1.4 - */ -public interface RedmineRequestFactory { - - public static final DateFormat DATE_FORMAT = - new SimpleDateFormat("yyyy-MM-dd"); - - void addDefaultRequests(); - - /** - * Add a request into the factory. - * - * @param builder the new request to add - */ - void addRequestBuilder(RedmineRequestBuilder builder); - - /** - * Obtain a request given his id and the args given. - * - * @param id id of the request - * @param args args passed to build the request - * @return the new request - */ - RedmineRequest getRequest(String id, Object... args); - -} Modified: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/VersionScopeRedmineRequestBuilder.java =================================================================== --- trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/VersionScopeRedmineRequestBuilder.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/VersionScopeRedmineRequestBuilder.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,4 +1,27 @@ package org.nuiton.jredmine.request; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ /** * To build request with a project and version scope. @@ -10,10 +33,6 @@ private static final long serialVersionUID = 1L; - public VersionScopeRedmineRequestBuilder(String name, String action) { - super(name, action); - } - public VersionScopeRedmineRequestBuilder(String action) { super(action); } Property changes on: trunk/jredmine-domain/src/main/java/org/nuiton/jredmine/request/VersionScopeRedmineRequestBuilder.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/site/apt/index.apt =================================================================== --- trunk/jredmine-domain/src/site/apt/index.apt 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/site/apt/index.apt 2012-07-12 17:31:22 UTC (rev 270) @@ -3,7 +3,7 @@ ~~ JRedmine :: Client ~~ ~~ $Id$ -~~ $HeadURL: http://svn.nuiton.org/svn/jredmine/trunk/jredmine-client/src/site/apt/index.... $ +~~ $HeadURL$ ~~ %% ~~ Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin ~~ %% Property changes on: trunk/jredmine-domain/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jredmine-domain/src/site/site_fr.xml =================================================================== --- trunk/jredmine-domain/src/site/site_fr.xml 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/site/site_fr.xml 2012-07-12 17:31:22 UTC (rev 270) @@ -4,7 +4,7 @@ JRedmine :: Client $Id$ - $HeadURL: http://svn.nuiton.org/svn/jredmine/trunk/jredmine-client/src/site/site_fr.xm... $ + $HeadURL$ %% Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin %% Property changes on: trunk/jredmine-domain/src/site/site_fr.xml ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/RedmineFixtures.java =================================================================== --- trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/RedmineFixtures.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/RedmineFixtures.java 2012-07-12 17:31:22 UTC (rev 270) @@ -1,9 +1,30 @@ package org.nuiton.jredmine; +/* + * #%L + * JRedmine :: Client Api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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% + */ import com.google.common.collect.ArrayListMultimap; import org.apache.commons.io.FileUtils; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; import org.nuiton.jredmine.model.Attachment; import org.nuiton.jredmine.model.Issue; import org.nuiton.jredmine.model.IssueCategory; @@ -30,9 +51,6 @@ */ public class RedmineFixtures { - /** Logger. */ - private static final Log log = LogFactory.getLog(RedmineFixtures.class); - public static final String FILE_TO_UPLOAD_CONTENT = "Fichier à uploader"; public static final String PROJECT_NAME = "jredmine"; Property changes on: trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/RedmineFixtures.java ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL Modified: trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java =================================================================== --- trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java 2012-07-12 17:31:22 UTC (rev 270) @@ -2,8 +2,8 @@ * #%L * JRedmine :: Client * - * $Id: RedmineXpp3HelperTest.java 252 2012-03-25 14:37:37Z tchemit $ - * $HeadURL: http://svn.nuiton.org/svn/jredmine/trunk/jredmine-client/src/test/java/org/n... $ + * $Id$ + * $HeadURL$ * %% * Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin * %% Property changes on: trunk/jredmine-domain/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/jredmine-domain/src/test/resources/log4j.properties =================================================================== --- trunk/jredmine-domain/src/test/resources/log4j.properties 2012-07-12 14:04:57 UTC (rev 269) +++ trunk/jredmine-domain/src/test/resources/log4j.properties 2012-07-12 17:31:22 UTC (rev 270) @@ -2,8 +2,8 @@ # #%L # JRedmine :: Client # -# $Id: log4j.properties 186 2011-05-20 12:32:08Z tchemit $ -# $HeadURL: http://svn.nuiton.org/svn/jredmine/trunk/jredmine-client/src/test/resources/... $ +# $Id$ +# $HeadURL$ # %% # Copyright (C) 2009 - 2010 CodeLutin # %% Property changes on: trunk/jredmine-domain/src/test/resources/log4j.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native
participants (1)
-
tchemit@users.nuiton.org