From 6ea1983696f40df6b5d740db53bf77e1757bdc38 Mon Sep 17 00:00:00 2001
From: magenoxx <magenoxx@gmail>
Date: Fri, 27 Apr 2012 18:08:00 +0400
Subject: [PATCH] commented out launch4j plugin

---
 Mage.Client/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Mage.Client/pom.xml b/Mage.Client/pom.xml
index 160fe85586..5384b18ae6 100644
--- a/Mage.Client/pom.xml
+++ b/Mage.Client/pom.xml
@@ -155,6 +155,8 @@
                     </descriptors>
                 </configuration>
             </plugin>
+            
+<!--
             <plugin>
                 <groupId>com.akathist.maven.plugins.launch4j</groupId>
                 <artifactId>launch4j-maven-plugin</artifactId>
@@ -200,7 +202,7 @@
                         </configuration>
                     </execution>
                 </executions>
-            </plugin>
+            </plugin>-->
         </plugins>
 
         <finalName>mage-client</finalName>