Fork of Apache Harmony's Pack200 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Graham 76d6381363 Add LICENSE and NOTICE file from the Apache Harmony root 5 years ago
.settings Copy classlib to federated build. 14 years ago
META-INF Copy classlib to federated build. 14 years ago
depends/manifests/asm-3.1/META-INF Copy classlib to federated build. 14 years ago
make Refactor test properties. 14 years ago
src Fix regression introduced in pack200 in 996801 14 years ago
.classpath Copy classlib to federated build. 14 years ago
.project Copy classlib to federated build. 14 years ago
LICENSE Add LICENSE and NOTICE file from the Apache Harmony root 5 years ago
NOTICE Add LICENSE and NOTICE file from the Apache Harmony root 5 years ago
README.txt Copy classlib to federated build. 14 years ago
build.xml Merging some changes tested in mrh branch. As mentioned on dev list. 14 years ago

README.txt

The java5 source directory are files that need to be compiled under Java 5. 
Currently, they're not visible in the Eclipse project.
At build time, the contents of the src/main/java5 project are be added to the
build (with a 1.5 target) and the src/main/java should be compiled with a
1.4 target.