This is an automated email from the git hooks/post-receive script. New commit to branch master in repository tutti. See http://git.codelutin.com/tutti.git commit 6f787de222182df42fe3675465f94722cebfaf3a Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri May 1 18:38:16 2015 +0200 ajout du document de specs dans la release complete et sur le site --- pom.xml | 3 +++ tutti-ui-swing/src/main/assembly/full-shared-component.xml | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 3996383..2eb7472 100644 --- a/pom.xml +++ b/pom.xml @@ -910,6 +910,9 @@ <fileset dir="${project.basedir}/tutti-ui-swing/src/main/help"> <include name="**/*" /> </fileset> + <fileset dir="${project.basedir}/src/conception/specifications"> + <include name="*.pdf" /> + </fileset> </copy> </tasks> </configuration> diff --git a/tutti-ui-swing/src/main/assembly/full-shared-component.xml b/tutti-ui-swing/src/main/assembly/full-shared-component.xml index 88948b9..994b9d1 100644 --- a/tutti-ui-swing/src/main/assembly/full-shared-component.xml +++ b/tutti-ui-swing/src/main/assembly/full-shared-component.xml @@ -120,6 +120,14 @@ <!-- HELP component --> <fileSet> + <directory>../src/conception/specifications</directory> + <outputDirectory>help</outputDirectory> + <includes> + <include>*.pdf</include> + </includes> + </fileSet> + + <fileSet> <directory>src/main/assembly/help</directory> <outputDirectory>help</outputDirectory> <filtered>true</filtered> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.