Author: jcouteau Date: 2011-01-25 12:47:04 +0100 (Tue, 25 Jan 2011) New Revision: 687 Url: http://nuiton.org/repositories/revision/wikitty/687 Log: Fix gwt module path :( Added: trunk/wikitty-dto/src/main/resources/org/ trunk/wikitty-dto/src/main/resources/org/nuiton/ trunk/wikitty-dto/src/main/resources/org/nuiton/WikittyDTO.gwt.xml Removed: trunk/wikitty-dto/src/main/resources/org.nuiton/ Modified: trunk/wikitty-dto/pom.xml Modified: trunk/wikitty-dto/pom.xml =================================================================== --- trunk/wikitty-dto/pom.xml 2011-01-25 09:21:24 UTC (rev 686) +++ trunk/wikitty-dto/pom.xml 2011-01-25 11:47:04 UTC (rev 687) @@ -57,7 +57,14 @@ <build> + <resources> + <resource> + <directory>${project.basedir}/src/main/resources</directory> + </resource> + </resources> + <plugins> + <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>maven-eugene-plugin</artifactId> Added: trunk/wikitty-dto/src/main/resources/org/nuiton/WikittyDTO.gwt.xml =================================================================== --- trunk/wikitty-dto/src/main/resources/org/nuiton/WikittyDTO.gwt.xml (rev 0) +++ trunk/wikitty-dto/src/main/resources/org/nuiton/WikittyDTO.gwt.xml 2011-01-25 11:47:04 UTC (rev 687) @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Wikitty :: api + + $Id: WikittyDTO.gwt.xml 650 2010-12-23 11:44:57Z sletellier $ + $HeadURL: http://svn.nuiton.org/svn/wikitty/trunk/wikitty-dto/src/main/resources/org.n... $ + %% + Copyright (C) 2009 - 2010 CodeLutin, Jean Couteau + %% + 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% + --> + +<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" + "http://google-web-toolkit.googlecode.com/svn/tags/2.1.0/distro-source/core/src/gwt-module.dtd"> +<module> + <source path="wikitty/entities"> + <include name="*DTO.java"/> + </source> +</module> \ No newline at end of file