I'm assuming this refers to the Maven build. The Ant build appends "retro"* to the JDK 1.4 jars.
- James * reflecting the fact that they were created using retroweaver Rob Evans (JIRA) wrote: > 1.4 build artifacts (jars) should be named accordingly > ------------------------------------------------------ > > Key: ABDERA-53 > URL: https://issues.apache.org/jira/browse/ABDERA-53 > Project: Abdera > Issue Type: Improvement > Affects Versions: 0.3.0 > Reporter: Rob Evans > > > One can not distinguish which JDK the abdera artifacts conform to. This makes > it hard to place both 1.4 and 1.5/6 artifacts in Maven. Ideally, we should > be able to house both 1.4 and 1.5/6 artifacts in the repo. > > Propose naming convention > > jdk 1.4 : = abdera.core.0.3.0-jdk1.4-incubating-SNAPSHOT.jar > jdk 1.5 : = abdera.core.0.3.0-jdk1.5-incubating-SNAPSHOT.jar > > Admittedly, this is kinda ugly. >
