- Update to version 1.3.

This commit is contained in:
Alejandro Pulver
2008-07-18 02:50:14 +00:00
parent 683ad27218
commit 8ea6ff969f
3 changed files with 5 additions and 6 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME= thistest
PORTVERSION= 1.2.1
PORTREVISION= 2
PORTVERSION= 1.3
CATEGORIES= devel java
MASTER_SITES= #
DISTNAME= thisTest

View File

@@ -1,3 +1,3 @@
MD5 (thisTest.jar) = 16c47b62c980ae02a45bddab13c84e4d
SHA256 (thisTest.jar) = 726556c969f8cd4adf2cc705eacd8ade7619e1b9d37c656f43a769f4ef78626d
SIZE (thisTest.jar) = 184939
MD5 (thisTest.jar) = d3927c7ea8eda5057a4b59cdc307c2ab
SHA256 (thisTest.jar) = c6bff1f5fd5cc7327afddc1618fd9c7ca39238c680e4bda38f502decd44e72d0
SIZE (thisTest.jar) = 129604

View File

@@ -12,7 +12,7 @@
<javac srcdir="${src}" destdir="${build}"/>
<jar jarfile="thisTest.jar" basedir="${build}">
<manifest>
<attribute name="Main-Class" value="dev.thistest.ui.swing.Main"/>
<attribute name="Main-Class" value="dev.thistest.ui.cmdline.Main"/>
</manifest>
</jar>
</target>