Author: tchemit Date: 2010-07-01 11:36:47 +0200 (Thu, 01 Jul 2010) New Revision: 1770 Url: http://nuiton.org/repositories/revision/i18n/1770 Log: fix missing THIRD-PARTY Added: trunk/nuiton-i18n-editor/src/license/ trunk/nuiton-i18n-editor/src/license/THIRD-PARTY.properties Modified: trunk/nuiton-i18n-editor/pom.xml Modified: trunk/nuiton-i18n-editor/pom.xml =================================================================== --- trunk/nuiton-i18n-editor/pom.xml 2010-06-29 11:10:54 UTC (rev 1769) +++ trunk/nuiton-i18n-editor/pom.xml 2010-07-01 09:36:47 UTC (rev 1770) @@ -226,11 +226,16 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> + <version>${license.version}</version> <configuration> + <licenseMerges> + <licenseMerge>The Apache Software License, Version 2.0|Apache License, Version 2.0</licenseMerge> + <licenseMerge>BSD License|BSD</licenseMerge> + </licenseMerges> <generateBundle>true</generateBundle> </configuration> </plugin> - + <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> Added: trunk/nuiton-i18n-editor/src/license/THIRD-PARTY.properties =================================================================== --- trunk/nuiton-i18n-editor/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/nuiton-i18n-editor/src/license/THIRD-PARTY.properties 2010-07-01 09:36:47 UTC (rev 1770) @@ -0,0 +1,18 @@ +# Generated by org.nuiton.license.plugin.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 +# - The Apache Software License, Version 2.0 +# - The OpenSymphony Software License 1.1 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Thu Jul 01 11:24:30 CEST 2010 +commons-collections--commons-collections--3.1=The Apache Software License, Version 2.0 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 +javax.help--javahelp--2.0.02=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 +opensymphony--ognl--2.6.11=The OpenSymphony Software License 1.1 Property changes on: trunk/nuiton-i18n-editor/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL