Author: echatellier Date: 2011-02-07 17:59:19 +0100 (Mon, 07 Feb 2011) New Revision: 522 Url: http://nuiton.org/repositories/revision/jrst/522 Log: Fix assemblies Modified: trunk/jrst/pom.xml trunk/jrst/src/main/assembly/jrst.sh Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2011-02-07 16:57:43 UTC (rev 521) +++ trunk/jrst/pom.xml 2011-02-07 16:59:19 UTC (rev 522) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2004 - 2010 CodeLutin + Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -252,7 +252,7 @@ <!-- Maven Environment : profiles --> <profiles> - <!-- create assmelbies only at release time --> + <!-- create assemblies only at release time --> <profile> <id>release-assembly-profile</id> <activation> @@ -264,9 +264,10 @@ <build> <plugins> - <!-- launch in a release the assembly automaticly --> + <!-- launch in a release the assembly automatically --> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>2.2-beta-5</version> <executions> <execution> <id>create-assemblies</id> @@ -278,10 +279,10 @@ </executions> <configuration> <attach>false</attach> - <descriptorRefs> - <descriptorRef>deps</descriptorRef> - <descriptorRef>full</descriptorRef> - </descriptorRefs> + <descriptors> + <descriptor>src/main/assembly/deps.xml</descriptor> + <descriptor>src/main/assembly/full.xml</descriptor> + </descriptors> </configuration> </plugin> Modified: trunk/jrst/src/main/assembly/jrst.sh =================================================================== --- trunk/jrst/src/main/assembly/jrst.sh 2011-02-07 16:57:43 UTC (rev 521) +++ trunk/jrst/src/main/assembly/jrst.sh 2011-02-07 16:59:19 UTC (rev 522) @@ -1,3 +1,27 @@ +### +# #%L +# JRst :: Api +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric +# %% +# 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% +### #!/bin/sh MX=512M cd `dirname $0`
participants (1)
-
echatellier@users.nuiton.org