Skip to content

Commit

Permalink
backport new features from research tree; tag v0.6.6b11; minimum vers…
Browse files Browse the repository at this point in the history
…ion possibly moving to jdk11 soon; update to graphstream2.0 alpha; see release notes for full details
  • Loading branch information
ESIC-DA committed May 4, 2019
1 parent a350c97 commit ac65a1f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@
<include name="images/splash.png"/>
</fileset>
</jar>
<jar jarfile="${build.dir}/test.jar" basedir="${build.classes}" index="false" level="9" >
<manifest>
<!--<attribute name="Class-Path" value="${CP} lib/gs-algo-1.3.jar lib/gs-core-1.3.jar lib/gs-ui-1.3.jar"/>-->
<attribute name="Class-Path" value="${CP} lib/gs-algo-2.0-alpha.jar lib/gs-core-2.0-alpha.jar lib/gs-ui-swing-2.0-alpha.jar"/>
<attribute name="Application-Name" value="AHA-GUI"/>
<attribute name="Implementation-Version" value="${build.version} ${build.timestamp}"/>
<attribute name="Main-Class" value="esic/TestMain"/>
<attribute name="SplashScreen-Image" value="images/splash.png"/>
</manifest>
<fileset dir="${src.dir}">
<include name="images/splash.png"/>
</fileset>
</jar>
<copy todir="${build.dir}/lib">
<fileset dir="${lib.dir}"/>
</copy>
Expand Down

0 comments on commit ac65a1f

Please sign in to comment.