Author: nextgens
Date: 2006-02-23 09:08:35 +0000 (Thu, 23 Feb 2006)
New Revision: 8128

Modified:
   trunk/plugins/build.xml
Log:
New Plugin-Main-Class attribute in the manifest of jarfile plugins

Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml     2006-02-23 08:08:57 UTC (rev 8127)
+++ trunk/plugins/build.xml     2006-02-23 09:08:35 UTC (rev 8128)
@@ -34,7 +34,11 @@
     <!-- ================================================== -->
   <target name="dist" depends="clean,compile"
       description="generate the distribution" >
-    <jar jarfile="${dist}/${what}.jar" basedir="${build}"/>
+    <jar jarfile="${dist}/${what}.jar" basedir="${build}">
+       <manifest>
+               <attribute name="Plugin-Main-Class" value="plugins.${what}"/>
+       </manifest>
+    </jar>
   </target>

     <!-- ================================================== -->


Reply via email to