Author: tchemit Date: 2013-03-24 14:33:40 +0100 (Sun, 24 Mar 2013) New Revision: 674 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/674 Log: fixes #2030: [TECH] Logiciel en Version 32 et 64 bits fixes #2153: [TECH] Installation version 64 bits : ne marche pas Modified: trunk/tutti-ui-swing/pom.xml Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-03-24 13:03:42 UTC (rev 673) +++ trunk/tutti-ui-swing/pom.xml 2013-03-24 13:33:40 UTC (rev 674) @@ -463,9 +463,9 @@ <redmine.releaseFiles> target/${bundlePrefix}-full-windows-i586.zip, - target/${bundlePrefix}-full-windows-x64.zip, - target/${bundlePrefix}-full-linux-i586.zip, - target/${bundlePrefix}-full-linux-x64.zip + target/${bundlePrefix}-full-linux-i586.zip + <!--target/${bundlePrefix}-full-windows-x64.zip,--> + <!--target/${bundlePrefix}-full-linux-x64.zip--> </redmine.releaseFiles> </properties> <build> @@ -475,12 +475,12 @@ <profile> <id>linux-x64-bundle</id> - <activation> + <!--activation> <property> <name>performFullRelease</name> <value>true</value> </property> - </activation> + </activation--> <build> <defaultGoal>package</defaultGoal> <plugins> @@ -673,12 +673,12 @@ <profile> <id>window-x64-bundle</id> - <activation> + <!--activation> <property> <name>performFullRelease</name> <value>true</value> </property> - </activation> + </activation--> <build> <defaultGoal>package</defaultGoal> <plugins>