|
From: <de...@us...> - 2014-02-14 12:12:32
|
Revision: 8621
http://sourceforge.net/p/fudaa/svn/8621
Author: deniger
Date: 2014-02-14 12:12:28 +0000 (Fri, 14 Feb 2014)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-application/pom.xml
Modified: trunk/soft/fudaa-crue/ui-application/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-application/pom.xml 2014-02-14 11:14:03 UTC (rev 8620)
+++ trunk/soft/fudaa-crue/ui-application/pom.xml 2014-02-14 12:12:28 UTC (rev 8621)
@@ -137,7 +137,7 @@
<exists>${wine.bottle}\drive_c\${resourcehacker.installdir}\ResHacker.exe</exists>
</file>
</activation>
- <build>
+<!-- <build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
@@ -152,11 +152,11 @@
<target>
<echo message ="Replacing icon of Windows launcher executable" />
- <!-- replace executable with ResHacker.exe path on windows -->
+ replace executable with ResHacker.exe path on windows
<exec executable="wine" resolveexecutable="true" logerror="true">
- <!-- replace value with location of installation bottle, or remove on windows -->
+ replace value with location of installation bottle, or remove on windows
<env key="WINEPREFIX" value="${wine.bottle}" />
- <!-- remove this argument when running on windows -->
+ remove this argument when running on windows
<arg value="${resourcehacker.installdir}\ResHacker.exe"/>
<arg value="-addoverwrite"/>
<arg value="${project.build.directory}/${brandingToken}/bin/${brandingToken}.exe,"/>
@@ -176,7 +176,7 @@
</executions>
</plugin>
</plugins>
- </build>
+ </build>-->
</profile>
<profile>
<id>release</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|