Author: wbaer-guest Date: 2006-01-23 14:06:41 +0000 (Mon, 23 Jan 2006) New Revision: 1764
Modified: trunk/ow-util-ant-tasks/debian/ant.properties trunk/ow-util-ant-tasks/debian/changelog trunk/ow-util-ant-tasks/debian/control Log: Update to kaffe transition upload. Modified: trunk/ow-util-ant-tasks/debian/ant.properties =================================================================== --- trunk/ow-util-ant-tasks/debian/ant.properties 2006-01-23 14:05:17 UTC (rev 1763) +++ trunk/ow-util-ant-tasks/debian/ant.properties 2006-01-23 14:06:41 UTC (rev 1764) @@ -3,9 +3,6 @@ # for the Ant tasks to compile prj.externals=/usr/share/ant/lib -# Compiler selection -build.compiler=jikes - # javac settings used in compilation javac.debug=on javac.deprecation=on Modified: trunk/ow-util-ant-tasks/debian/changelog =================================================================== --- trunk/ow-util-ant-tasks/debian/changelog 2006-01-23 14:05:17 UTC (rev 1763) +++ trunk/ow-util-ant-tasks/debian/changelog 2006-01-23 14:06:41 UTC (rev 1764) @@ -1,3 +1,12 @@ +ow-util-ant-tasks (1.3-3) unstable; urgency=low + + * Removed explicit usage of jikes build compiler property + for kaffe jikes -> ecj transition + * Changed depends to java1-runtime | java2-runtime + * Added myself to uploaders + + -- Wolfgang Baer <[EMAIL PROTECTED]> Fri, 6 Jan 2006 18:57:25 +0100 + ow-util-ant-tasks (1.3-2) unstable; urgency=low * Added patch from Wolfgang Baer to fix an error introduced upstream Modified: trunk/ow-util-ant-tasks/debian/control =================================================================== --- trunk/ow-util-ant-tasks/debian/control 2006-01-23 14:05:17 UTC (rev 1763) +++ trunk/ow-util-ant-tasks/debian/control 2006-01-23 14:06:41 UTC (rev 1764) @@ -2,13 +2,13 @@ Section: libdevel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Barry Hawkins <[EMAIL PROTECTED]> +Uploaders: Barry Hawkins <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.14), kaffe (>= 2:1.1.5-3), ant (>= 1.6.5-1), junit, libxalan2-java Standards-Version: 3.6.2.1 Package: libow-util-ant-tasks-java Architecture: any -Depends: ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3) | java-runtime +Depends: ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime Description: ObjectWeb utility Ant tasks library This library is used in the build process of several key frameworks developed by ObjectWeb, among them the ObjectWeb ASM bytecode manipulation _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

