Minor change to build.xml

This commit is contained in:
Marcel Kronfeld
2011-02-02 09:17:00 +00:00
parent 0b963d7907
commit e6266418aa
2 changed files with 4 additions and 4 deletions

View File

@@ -390,10 +390,10 @@
<jar jarfile="${bin.dist.dir}/${jar.name}.jar" basedir="${build.directory}" >
<manifest>
<attribute name="Main-Class" value="eva2.client.EvAClient"/>
<attribute name="Built-By" value="Center for Bioinformatics Tuebingen (ZBIT)"/>
<attribute name="SplashScreen-Image" value="resources/images/splashScreen2.png"/>
<attribute name="Built-By" value="Center for Bioinformatics Tuebingen (ZBIT)"/>
<!--
<attribute name="Xdock:name" value="EvA2"/>
<attribute name="Xdock:icon" value="resources/images/icon4.gif"/>
<attribute name="Xdock:icon" value="resources/images/icon4.gif"/>-->
</manifest>
</jar>