IDM 6.0, unable to compile SkeletonResourceTests
I downloaded a brand new 6.0 distribution today.
I'm trying to follow the instructions in REF/README to start development on a custom resource adapter, and I get an error when trying to compile SkeletonResourceTests:
The type com.waveset.junit.WavesetTest cannot be resolved. It is indirectly referenced from required .class filesSkeletonResourceTests.java
I do not see a com.waveset.junit package in any of the jar files in the distribution, not in REF/lib, and not in <install_dir>WEB-INF/lib. The package and class use to be in the idm.jar file in the 5.1 distribution, but the package has gone missing in 6.0.

