Author: nextgens
Date: 2006-09-02 18:31:44 +0000 (Sat, 02 Sep 2006)
New Revision: 10370
Modified:
trunk/plugins/build.xml
Log:
more fixes for plugins
Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml 2006-09-02 18:30:07 UTC (rev 10369)
+++ trunk/plugins/build.xml 2006-09-02 18:31:44 UTC (rev 10370)
@@ -37,7 +37,7 @@
description="generate the distribution" >
<jar jarfile="${dist}/${what}.jar" basedir="${build}">
<manifest>
- <attribute name="Plugin-Main-Class" value="plugins.${what}"/>
+ <attribute name="Plugin-Main-Class"
value="plugins.${what}.${what}"/>
</manifest>
</jar>
</target>