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}" > <jar jarfile="${bin.dist.dir}/${jar.name}.jar" basedir="${build.directory}" >
<manifest> <manifest>
<attribute name="Main-Class" value="eva2.client.EvAClient"/> <attribute name="Main-Class" value="eva2.client.EvAClient"/>
<attribute name="Built-By" value="Center for Bioinformatics Tuebingen (ZBIT)"/> <attribute name="Built-By" value="Center for Bioinformatics Tuebingen (ZBIT)"/>
<attribute name="SplashScreen-Image" value="resources/images/splashScreen2.png"/> <!--
<attribute name="Xdock:name" value="EvA2"/> <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> </manifest>
</jar> </jar>

View File

@ -12,7 +12,7 @@ This function is unimodal and continuous, but the global optimum is hard to find
<p> <p>
<img src="images/f85.jpg" border="2"> <img src="images/f85.jpg" border="2">
<br> <br>
Rosenbrock's function within the co-domain -5 <= <i>x</i> <= 5. Rosenbrock's function within the domain -5 <= <i>x</i> <= 5.
<p> <p>
The global optimum is located in a parabolic formed valley (among the curve x^2 = x_1^2), which has a flat ground. The global optimum is located in a parabolic formed valley (among the curve x^2 = x_1^2), which has a flat ground.
<br> <br>