File README.packager of Package eclipse-archdep
# AnnotationProcessors.java has to be replaced in the eclipse archive. # in order to achieve this, execute this file with: # sh README.packager mkdir -p ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt cp AnnotationProcessors.java ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt bunzip2 eclipse*.tar.bz2 tar -uf eclipse*.tar ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt/AnnotationProcessors.java bzip2 eclipse*.tar rm -rf ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt tar -jxf eclipse*.tar.bz2 ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt/AnnotationProcessors.java echo check file ./plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/apt/AnnotationProcessors.java