Community
Participate
Working Groups
While investigating https://issues.sonatype.org/browse/TYCHO-606 it turns out the build.properties for org.eclipse.orion.server.core: bin.includes = META-INF/,\ plugin.xml,\ bundle.properties jars.compile.order = . source.. = src/ output.. = bin/ bin.includes is missing the "." entry that would include class files. Jan has included a git patch on the tycho bug as well. PW
fixed