blob: 512ffa13f214668ce41d98e99d00529c4608d9cc [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001This directory originally held the files:
2
3 SolarisLoginModule.java
4 SolarisSystem.java
5 UnixLoginModule.java
6 UnixSystem.java
7
8They were moved to src/share/classes/com/sun/security/auth/module
9because they need to be there for Javadoc to include them in
10the JAAS specification. Moving them derives from the fact that
11the final documentation is built from the platform-specific source
12bundles rather than from the full workspace, so files from all
13platforms need to be in the share directory. For details,
14see bug 4492476.