From: <lor...@us...> - 2011-09-02 13:41:22
|
Revision: 3236 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3236&view=rev Author: lorenz_b Date: 2011-09-02 13:41:16 +0000 (Fri, 02 Sep 2011) Log Message: ----------- Changed scripts folder to bin, unfortunately needed now for release. Modified Paths: -------------- trunk/interfaces/pom.xml trunk/interfaces/src/main/assemble/archive.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-09-02 13:41:08 UTC (rev 3235) +++ trunk/interfaces/pom.xml 2011-09-02 13:41:16 UTC (rev 3236) @@ -37,10 +37,11 @@ </executions> <configuration> <assembleDirectory>${project.build.directory}/dl-learner-dist</assembleDirectory> - <repoPath>dl-learner-${release.name}/lib</repoPath> - <repositoryName>dl-learner-${release.name}/lib</repositoryName> + <repoPath>lib</repoPath> + <repositoryName>lib</repositoryName> <extraJvmArguments>-Xms256m -Xmx1024m</extraJvmArguments> <installArtifacts>false</installArtifacts> + <configurationDirectory>/</configurationDirectory> <platforms> <platform>windows</platform> <platform>unix</platform> Modified: trunk/interfaces/src/main/assemble/archive.xml =================================================================== --- trunk/interfaces/src/main/assemble/archive.xml 2011-09-02 13:41:08 UTC (rev 3235) +++ trunk/interfaces/src/main/assemble/archive.xml 2011-09-02 13:41:16 UTC (rev 3236) @@ -6,13 +6,13 @@ <fileSets> <fileSet> - <directory>${project.build.directory}/dl-learner-dist/dl-learner-${release.name}/lib + <directory>${project.build.directory}/dl-learner-dist/lib </directory> <outputDirectory>lib</outputDirectory> </fileSet> <fileSet> <directory>${project.build.directory}/dl-learner-dist/bin</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory>/bin</outputDirectory> <includes> <include> *.bat @@ -21,7 +21,7 @@ </fileSet> <fileSet> <directory>${project.build.directory}/dl-learner-dist/bin</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory>/bin</outputDirectory> <excludes> <exclude> *.bat This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |