diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:35:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-24 14:35:34 +0000 |
commit | 3c1d32d76a1f35cedb9109ca8f2c51ee4dee8a56 (patch) | |
tree | eac8cbfda61a76e4072d24872950446119debf15 /java | |
parent | 07ce7ac3bba1e28e50e3d452dd99477978d60179 (diff) | |
download | ports-3c1d32d76a1f35cedb9109ca8f2c51ee4dee8a56.tar.gz ports-3c1d32d76a1f35cedb9109ca8f2c51ee4dee8a56.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jasmin/files/patch-build.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jasmin/files/patch-build.xml b/java/jasmin/files/patch-build.xml new file mode 100644 index 000000000000..f45934f2397f --- /dev/null +++ b/java/jasmin/files/patch-build.xml @@ -0,0 +1,11 @@ +--- build.xml.orig Sat Mar 24 15:05:35 2007 ++++ build.xml Sat Mar 24 15:06:33 2007 +@@ -77,7 +77,7 @@ + <tstamp/> + <property name="Name" value="Jasmin"/> + <property name="name" value="jasmin"/> +- <property name="version" value="2.1"/> ++ <property name="version" value="2.3"/> + <property name="year" value="2006"/> + + <echo message="----------- ${Name} ${version} [${year}] ------------"/> |