openbsd-ports/java/asm/patches/patch-build_properties
jasper 44d22713da import asm 3.3.1
ASM is an all purpose Java bytecode manipulation and analysis framework.
It can be used to modify existing classes or dynamically generate
classes, directly in binary form. Provided common transformations and
analysis algorithms allow to easily assemble custom complex
transformations and code analysis tools.

ok aja@
2011-09-21 13:38:21 +00:00

16 lines
652 B
Plaintext

$OpenBSD: patch-build_properties,v 1.1.1.1 2011/09/21 13:38:21 jasper Exp $
This needs to be set in order for ant to think the build was configured.
--- build.properties.orig Mon Aug 29 19:30:43 2011
+++ build.properties Mon Aug 29 19:30:46 2011
@@ -52,7 +52,7 @@ build.compiler modern
# Class path for the ObjectWeb utility Ant tasks (version 1.3.2 or higher)
# See http://forge.objectweb.org/projects/monolog
-# objectweb.ant.tasks.path ow_util_ant_tasks.jar
+objectweb.ant.tasks.path ow_util_ant_tasks.jar
###############################################################################
# TESTS (PERFORMANCE COMPARISONS WITH BCEL AND SERP)