From: <lor...@us...> - 2011-08-23 08:39:01
|
Revision: 3097 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3097&view=rev Author: lorenz_b Date: 2011-08-23 08:38:55 +0000 (Tue, 23 Aug 2011) Log Message: ----------- Small changes in release creation. Modified Paths: -------------- trunk/interfaces/pom.xml trunk/interfaces/src/main/assemble/archive.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-08-23 06:43:13 UTC (rev 3096) +++ trunk/interfaces/pom.xml 2011-08-23 08:38:55 UTC (rev 3097) @@ -72,7 +72,8 @@ </execution> </executions> <configuration> - <finalName>dl-learner-${release.name}</finalName> + <finalName>dllearner-${release.name}</finalName> + <appendAssemblyId>false</appendAssemblyId> <descriptors> <descriptor>src/main/assemble/archive.xml</descriptor> </descriptors> Modified: trunk/interfaces/src/main/assemble/archive.xml =================================================================== --- trunk/interfaces/src/main/assemble/archive.xml 2011-08-23 06:43:13 UTC (rev 3096) +++ trunk/interfaces/src/main/assemble/archive.xml 2011-08-23 08:38:55 UTC (rev 3097) @@ -6,12 +6,27 @@ <fileSets> <fileSet> - <directory>${project.build.directory}/dl-learner-dist/dl-learner-${release.name}/lib</directory> + <directory>${project.build.directory}/dl-learner-dist/dl-learner-${release.name}/lib + </directory> <outputDirectory>lib</outputDirectory> </fileSet> <fileSet> <directory>${project.build.directory}/dl-learner-dist/bin</directory> <outputDirectory>/</outputDirectory> + <includes> + <include> + *.bat + </include> + </includes> + </fileSet> + <fileSet> + <directory>${project.build.directory}/dl-learner-dist/bin</directory> + <outputDirectory>/</outputDirectory> + <excludes> + <exclude> + *.bat + </exclude> + </excludes> <fileMode>0755</fileMode> </fileSet> <fileSet> @@ -26,6 +41,13 @@ <include>javadoc.html</include> </includes> </fileSet> + <fileSet> + <directory>${project.build.directory}/site</directory> + <outputDirectory>docs</outputDirectory> + <includes> + <include>manual.pdf</include> + </includes> + </fileSet> </fileSets> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |