Package: aspectj / 1.8.9-2

Metadata

Package Version Patches format
aspectj 1.8.9-2 3.0 (quilt)

Patch series

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

docs/devGuideDB/ajc.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix small typo in docbook xml
03_use_system_docbook.diff | (download)

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

 use debian system xsl docbook stylesheets
04_use_xsltproc_for_doc.diff | (download)

docs/build.xml | 34 17 + 17 - 0 !
1 file changed, 17 insertions(+), 17 deletions(-)

 use "xsltproc" to process docbook transformation
05_build_classpath.diff | (download)

org.aspectj.ajdt.core/.classpath | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 updated build classpath for eclipse 3.4
ant_0_8_fix.diff | (download)

build/build-properties.xml | 12 2 + 10 - 0 !
1 file changed, 2 insertions(+), 10 deletions(-)

 don't use ant.lib.path (tasks are included
 in global classpath)
07_javadoc_links.diff | (download)

docs/build.xml | 8 5 + 3 - 0 !
docs/docs.build.properties | 8 2 + 6 - 0 !
2 files changed, 7 insertions(+), 9 deletions(-)

 fix javadoc links to use local
 files (from default-jdk-doc and libasm-java-doc).
use_system_asm.diff | (download)

weaver/src/org/aspectj/weaver/bcel/asm/AsmDetector.java | 4 2 + 2 - 0 !
weaver/src/org/aspectj/weaver/bcel/asm/StackMapAdder.java | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use system asm3 instead of aspectj copy
09_compile bcel builder.diff | (download)

bcel-builder/build.xml | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix the ant script to build bcel