Package: libcommons-attributes-java / 2.2-8

Metadata

Package Version Patches format
libcommons-attributes-java 2.2-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build.diff | (download)

build.xml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
jar target.diff | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
qdox_1.9.diff | (download)

compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fix compatibility with qdox 1.9
 "
  In both JavaClass and JavaSource the getPackage() returns an object of
  type JavaPackage instead of a String. To get the same result as before
  use getPackage().getName().
 "
 <http://qdox.codehaus.org/upgrade.html>