[Arakhnę-Dev] [148] Make the jar executable.

[ Thread Index | Date Index | More arakhne.org/dev Archives ]


Revision: 148
Author:   galland
Date:     2010-05-18 08:44:15 +0200 (Tue, 18 May 2010)
Log Message:
-----------
Make the jar executable.

Modified Paths:
--------------
    trunk/arakhneVmutils/pom.xml

Modified: trunk/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml	2010-05-18 06:43:54 UTC (rev 147)
+++ trunk/arakhneVmutils/pom.xml	2010-05-18 06:44:15 UTC (rev 148)
@@ -34,6 +34,12 @@
 			  <descriptors>
 			    <descriptor>bin.xml</descriptor>
 			  </descriptors>
+              <archive>
+                <manifest>
+                  <addClasspath>true</addClasspath>
+                  <mainClass>org.arakhne.vmutil.OperatingSystemInfo</mainClass>
+                </manifest>
+              </archive>
 			</configuration>
 			<executions> 
 			  <execution>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/