From: <sha...@us...> - 2011-09-03 02:53:39
|
Revision: 3243 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3243&view=rev Author: shadowtm Date: 2011-09-03 02:53:32 +0000 (Sat, 03 Sep 2011) Log Message: ----------- Changed app assembly plugins to use flat repository layout so all jars would be in the lib directory rather than the lib/xxx/xxx/xxx/... directory. This was causing a problem with starting up on windows. Modified Paths: -------------- trunk/interfaces/pom.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-09-03 01:13:08 UTC (rev 3242) +++ trunk/interfaces/pom.xml 2011-09-03 02:53:32 UTC (rev 3243) @@ -36,6 +36,7 @@ </execution> </executions> <configuration> + <repositoryLayout>flat</repositoryLayout> <assembleDirectory>${project.build.directory}/dl-learner-dist</assembleDirectory> <repoPath>lib</repoPath> <repositoryName>lib</repositoryName> @@ -86,10 +87,10 @@ <version>1.1</version> <configuration> <settings> - <!-- all tex main documents in this folder (including subfolders) + <!-- all tex main documents in this folder (including subfolders) will be processed --> <texDirectory>${basedir}/doc/manual</texDirectory> - <!-- the generated artifacts will be copied to this folder relative + <!-- the generated artifacts will be copied to this folder relative to ${project.reporting.outputDirectory} --> <outputDirectory>.</outputDirectory> <!-- the working directory, for temporary files and LaTeX processing --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |