spring-framework/org.springframework.asm
Chris Beams 366f0d7892 Generate -sources and -javadoc jars
Each spring-* subproject now has sourcesJar and javadocJar tasks

 - Ignore subproject overview.html files for now (not all have one)
 - Ensure @author attribution occurs
 - Javadoc 'header' is project description

spring-asm is a special case

 - source jar is created, but empty (to comply with entry rules for
   Maven Central)

 - add package-info.java explaining the nature of spring-asm
   this is nice, because it shows up in the public API docs now.

 - add SpringAsmInfo in the org.springframework.asm package as a
   placeholder allowing the generation of javadocs (see link to bug)

 - add explicit 'repackageAsm' Gradle task allowing for easy testing
   and merging of jar containing bundlor manifest as well as jar
   containing repackaged ASM classes.
2012-01-31 14:32:16 +01:00
..
src Generate -sources and -javadoc jars 2012-01-31 14:32:16 +01:00
build.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00
ivy.xml Publishing license and notice files 2010-08-23 13:17:31 +00:00
pom.xml Increment version to 3.2.0.BUILD-SNAPSHOT 2011-12-15 15:04:51 +01:00
template.mf [SPR-5618] Added an Ignored-Existing-Headers directive 2009-03-26 13:57:50 +00:00